public static class XPathPatterns.Path extends Object
Constructor and Description |
---|
Path(Motif<? extends Node,Node> base,
String expr) |
Modifier and Type | Method and Description |
---|---|
Motif<? extends Node,Node> |
getMotif() |
XPathPatterns.Path |
step(XPathPatterns.Axis axis,
XPathPatterns.Test test,
XPathPatterns.Predicate... predicates) |
String |
toString() |
public XPathPatterns.Path step(XPathPatterns.Axis axis, XPathPatterns.Test test, XPathPatterns.Predicate... predicates)
see also the complete user documentation .