| Interface | Description |
|---|---|
| NumericOperation |
Represents Mathimatical Operation that operates
on binary expressions.
|
| Class | Description |
|---|---|
| AbstractPathComponent |
The base class for paths (now basically called paths)
|
| ErrorExpr |
Simple interface for XSL Expressions
|
| Lexer |
A Lexical Analizer of XPath patterns and expressions
|
| Names |
XPath Names
|
| Parser |
A class for parsing expression strings
|
| SelectExpr |
This class represents a SelectExpr
|
| Token |
A Token class for the XPath 1.0 lexer
|
| XMLUtils |
A utility class for handling whitespace and namespaces.
|
| Exception | Description |
|---|---|
| ParseException |
The main exception thrown when an Error occurs while
parsing an XPath expression
|