Compounds | |
class | ExprNodeHelper |
class | ExprNode |
class | FunctionCall |
Represents a function call in an XPath expression AST. More... | |
class | Operator |
class | Session |
The central class through which this XPath implementation is used. More... | |
class | Value |
The base-class of all value types used in the XPath data model. More... | |
class | NodeSet |
Represents an unordered collection of Nodes. More... | |
class | Boolean |
Represents a boolean value. More... | |
class | Number |
Represents a numeric value (floating point). More... | |
class | String |
Represents a string value. More... | |
class | ValueImpl |
class | NodeSetImpl |
class | BooleanImpl |
class | NumberImpl |
Represents a numeric value (floating point). More... | |
class | StringImpl |
Represents a string value. More... |