ErrorExpr | Simple interface for XSL Expressions
|
FilterBase | The base class for filters (now basically called paths)
|
Lexer | A Lexical Analizer of XPath patterns and expressions
|
Names | XPath Names
|
ParseException | The main exception thrown when an Error occurs while
parsing an XPath expression
|
Parser | A class for parsing expression strings
|
PrimaryExpr | Represents a PrimaryExpr
from XSLT WD 19990421
[14] PrimaryExpr ::= VariableReference
| '(' Expr ')'
| Literal
| Number
| FunctionCall
|
SelectExpr | This class represents a SelectExpr
[1] SelectExpr ::= UnionExpr
|
Token | A Token class for the XPath 1.0 lexer
|
XMLUtils | A utility class for handling whitespace and namespaces. |