Package eu.bandm.tools.paisley
Class XPathPatterns
java.lang.Object
eu.bandm.tools.paisley.XPathPatterns
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic classstatic interfacestatic classstatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic XPathPatterns.Pathabsolute()ancestor()ancestorOrSelf(Pattern<? super Node> body) static XPathPatterns.Testcomment()descendant(Pattern<? super Node> body) descendantOrSelf(Pattern<? super Node> body) static XPathPatterns.Predicateexists(XPathPatterns.Path cond) followingSibling(Pattern<? super Node> body) static XPathPatterns.Predicateindex(int i) static XPathPatterns.Predicatelast()static voidstatic XPathPatterns.Teststatic XPathPatterns.Teststatic XPathPatterns.Testnode()precedingSibling(Pattern<? super Node> body) static XPathPatterns.Pathrelative()root()self()step(Motif<? extends Node, Node> parent, XPathPatterns.Axis axis, XPathPatterns.Test test, XPathPatterns.Predicate... predicates) step(XPathPatterns.Axis axis, XPathPatterns.Test test, XPathPatterns.Predicate... predicates) static XPathPatterns.Testtext()
-
Constructor Details
-
XPathPatterns
public XPathPatterns()
-
-
Method Details
-
node
-
name
-
name
-
text
-
comment
-
exists
-
index
-
last
-
absolute
-
relative
-
step
public static Motif<? extends Node,Node> step(XPathPatterns.Axis axis, XPathPatterns.Test test, XPathPatterns.Predicate... predicates) -
step
public static Motif<? extends Node,Node> step(Motif<? extends Node, Node> parent, XPathPatterns.Axis axis, XPathPatterns.Test test, XPathPatterns.Predicate... predicates) -
descendant
-
descendant
-
descendantOrSelf
-
descendantOrSelf
-
ancestor
-
ancestor
-
ancestorOrSelf
-
ancestorOrSelf
-
followingSibling
-
followingSibling
-
precedingSibling
-
precedingSibling
-
following
-
following
-
preceding
-
root
-
root
-
self
-
main
- Throws:
Exception
-