Class Summary |
BinaryNode |
This object represents a node in a Binary Tree. |
ComparisonPredicate |
Object that represents a predicate that is a comparison of two values. |
CompoundPredicate |
Object that represents a compound predicate: two or more predicates connected by
boolean operations. |
EqualityPredicate |
Object representing a equality predicate. |
FunctionPredicate |
Object that represents a function call that is in a predicate. |
PositionPredicate |
This object is used for predicates that specify a position of a XML tag. |
Predicate |
Abstract class that also acts as a factory for predicates. |
PredicateLexer |
Generated by ANTLR |
PredicateParser |
Generated by ANTLR |
Step |
This object represents a single step in an XPath statement. |
XPath |
This object represents a complete XPath statement made of multiple Steps. |