All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static XPathPatterns.Path |
absolute() |
static Motif<Node,Node> |
ancestor() |
static Pattern<Node> |
ancestor(Pattern<? super Node> body) |
static Motif<Node,Node> |
ancestorOrSelf() |
static Pattern<Node> |
ancestorOrSelf(Pattern<? super Node> body) |
static XPathPatterns.Test |
comment() |
static Motif<Node,Node> |
descendant() |
static Pattern<Node> |
descendant(Pattern<? super Node> body) |
static Motif<Node,Node> |
descendantOrSelf() |
static Pattern<Node> |
descendantOrSelf(Pattern<? super Node> body) |
static XPathPatterns.Predicate |
exists(XPathPatterns.Path cond) |
static Motif<Node,Node> |
following() |
static Pattern<Node> |
following(Pattern<? super Node> body) |
static Motif<Node,Node> |
followingSibling() |
static Pattern<Node> |
followingSibling(Pattern<? super Node> body) |
static XPathPatterns.Predicate |
index(int i) |
static XPathPatterns.Predicate |
last() |
static void |
main(String[] args) |
static XPathPatterns.Test |
name(String tagName) |
static XPathPatterns.Test |
name(String namespaceURI,
String localName) |
static XPathPatterns.Test |
node() |
static Motif<Node,Node> |
preceding() |
static Motif<Node,Node> |
precedingSibling() |
static Pattern<Node> |
precedingSibling(Pattern<? super Node> body) |
static XPathPatterns.Path |
relative() |
static Motif<Document,Node> |
root() |
static Pattern<Node> |
root(Pattern<? super Node> p) |
static Motif<Node,Node> |
self() |
static Motif<? extends Node,Node> |
step(Motif<? extends Node,Node> parent,
XPathPatterns.Axis axis,
XPathPatterns.Test test,
XPathPatterns.Predicate... predicates) |
static Motif<? extends Node,Node> |
step(XPathPatterns.Axis axis,
XPathPatterns.Test test,
XPathPatterns.Predicate... predicates) |
static XPathPatterns.Test |
text() |