|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Node | All AST nodes must implement this interface. |
| XPathParserConstants | XPathParserConstants. |
| XPathParserTreeConstants | Constants used by the XPath parser. |
| Class Summary | |
|---|---|
| AddExpr | AddExpr. |
| AndExpr | AndExpr. |
| BooleanExpr | BooleanExpr. |
| CeilingExpr | CeilingExpr. |
| ConcatString | ConcatString. |
| Contains | Contains. |
| DivExpr | DivExpr. |
| EqExpr | EqExpr. |
| FloorExpr | FloorExpr. |
| GeExpr | GeExpr. |
| GtExpr | GtExpr. |
| IntegerLit | IntegerLit. |
| InverseExpr | InverseExpr. |
| LeExpr | LeExpr. |
| LtExpr | LtExpr. |
| ModExpr | ModExpr. |
| MulExpr | MulExpr. |
| NeqExpr | NeqExpr. |
| NormalState | NormalState. |
| NotBooleanExpr | NotBooleanExpr. |
| NotifyState | NotifyState. |
| NumberExpr | NumberExpr. |
| OrExpr | OrExpr. |
| Root | Root. |
| RoundExpr | RoundExpr. |
| SimpleCharStream | SimpleCharStream is an implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing). |
| SimpleNode | SimpleNode representation of the JJTree. |
| StartsWith | StartsWith. |
| StringExpr | StringExpr. |
| StringLength | StringLength. |
| StringLit | StringLit. |
| SubExpr | SubExpr. |
| SubString | SubString. |
| SubStringAfter | SubStringAfter. |
| SubStringBefore | SubStringBefore. |
| Token | Token describes the input token stream. |
| Translate | Translate. |
| TrueLit | TrueLit. |
| ValueLit | ValueLit. |
| XPathImpl | XPathImplementation for accessing the nodes of XPathParser. |
| XPathParser | XPathParser using JJTree and javaCC. |
| XPathParserTokenManager | XPathParserTokenManager manages XPath tokens. |
| Exception Summary | |
|---|---|
| ParseException | ParseException is thrown when parse errors are encountered. |
| Error Summary | |
|---|---|
| TokenMgrError | TokenMgrError. |
Provides XPath parsing for the URC SDK.
A modified XPath parser was created using JJTree to accommodate the added functionality outlined in the specs.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||