All Classes
-
All Classes Interface Summary Class Summary Class Description AbbrStep BinaryExpr BooleanFunction 4.3boolean boolean(object)
CeilingFunction 4.4number ceiling(number)
ConcatFunction 4.2boolean concat(string,string,string*)
ContainsFunction 4.2boolean contains(string,string)
Context Context ContextSupport ContextSupport maintains information to aid in the execution of the XPath against a context node.CountFunction 4.1number count(node-set)
DefaultVariableContext AVariableContext
implementation based upon a java.util.HashMap for simple name-value mappings.DocumentOrderComparator ElementNamespaceContext ANamespaceContext
which gets it's mappings from an Element in a JDOM tree.Expr FalseFunction 4.3boolean false()
FilterExpr FloorFunction 4.4number floor(number)
Function Interface for Function objects to conform to, for extensible function libraries.FunctionContext Specification of the interface required byContextSupport
for delegation of function resolution.FunctionExpr LastFunction 4.1number last()
LocalNameFunction 4.1string local-name(node-set?)
LocationPath NameFunction 4.1string name(node-set?)
NamespaceContext Specification of the interface required byContextSupport
for delegation of namespace prefix binding resolution.NamespaceUriFunction 4.1string namespace-uri(node-set?)
NameTestStep NegativeExpr NodeTypeStep NotFunction 4.3boolean not(boolean)
NumberExpr NumberFunction 4.4number number(object)
Op ParentStep Partition PathExpr PIStep PositionFunction 4.1number position()
Predicate ReverseDocumentOrderComparator RoundFunction 4.4number round(number)
SelfStep StartsWithFunction 4.2boolean starts-with(string,string)
Step StringExpr StringFunction 4.2string string(object)
StringLengthFunction 4.2number string-length(string)
SubstringAfterFunction 4.2string substring-after(string,string)
SubstringBeforeFunction 4.2string substring-before(string,string)
SubstringFunction 4.2string substring(string,number,number?)
SumFunction 4.4number sum(node-set)
Test Example Test driver for werken.xpathTrueFunction 4.3boolean true()
UnAbbrStep VariableContext Specification of the interface required byContextSupport
for delegation of variable resolution.VariableExpr XPath Main run-time interface into the XPath functionalityXPathFunctionContext Implementation ofFunctionContext
which matches the core function library as described by the W3C XPath Specification.XPathLexer XPathLexerTokenTypes Generated by antlr parser-generatorXPathRecognizer XPathTokenTypes Generated by antlr parser-generator