Class Summary | |
---|---|
AbbrStep | |
BinaryExpr | |
BooleanFunction |
4.3 |
CeilingFunction |
4.4 |
ConcatFunction |
4.2 |
ContainsFunction |
4.2 |
Context | |
Context | |
ContextSupport | ContextSupport maintains information to aid in the execution of the XPath against a context node. It separates the knowledge of functions, variables and namespace-bindings from the context node to be walked. |
CountFunction |
4.1 |
DefaultVariableContext | A VariableContext implementation based upon a java.util.HashMap for simple name-value mappings. |
DocumentOrderComparator | |
ElementNamespaceContext | A NamespaceContext which gets it's mappings from an Element in a JDOM tree. It currently DOES NOT WORK |
Expr | |
FalseFunction |
4.3 |
FilterExpr | |
FloorFunction |
4.4 |
Function | Interface for Function objects to conform to, for extensible function libraries. |
FunctionContext | Specification of the interface required by ContextSupport for delegation of function resolution. |
FunctionExpr | |
LastFunction |
4.1 |
LocalNameFunction |
4.1 |
LocationPath | |
NameFunction |
4.1 |
NamespaceContext | Specification of the interface required by ContextSupport for delegation of namespace prefix binding resolution.
|
NamespaceUriFunction |
4.1 |
NameTestStep | |
NegativeExpr | |
NodeTypeStep | |
NotFunction |
4.3 |
NumberExpr | |
NumberFunction |
4.4 |
Op | |
ParentStep | |
Partition | |
PathExpr | |
PIStep | |
PositionFunction |
4.1 |
Predicate | |
ReverseDocumentOrderComparator | |
RoundFunction |
4.4 |
SelfStep | |
StartsWithFunction |
4.2 |
Step | |
StringExpr | |
StringFunction |
4.2 |
StringLengthFunction |
4.2 |
SubstringAfterFunction |
4.2 |
SubstringBeforeFunction |
4.2 |
SubstringFunction |
4.2 |
SumFunction |
4.4 |
Test | Example Test driver for werken.xpath |
TrueFunction |
4.3 |
UnAbbrStep | |
VariableContext | Specification of the interface required by ContextSupport for delegation of variable resolution. |
VariableExpr | |
XPath | Main run-time interface into the XPath functionality The XPath object embodies a textual XPath as described by the W3C XPath specification. |
XPathFunctionContext | Implementation of FunctionContext which matches the core function library as described by the W3C XPath Specification. May be directly instantiated or subclassed. |
XPathLexer | Generated by antlr parser-generator |
XPathLexerTokenTypes | Generated by antlr parser-generator |
XPathRecognizer | Generated by antlr parser-generator |
XPathTokenTypes | Generated by antlr parser-generator |