|
|||||||||
| Home >> All >> org >> apache >> commons >> jxpath >> ri >> [ parser overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.commons.jxpath.ri.parser
Reference implementation of JXPath.
See:
Description
| Interface Summary | |
| XPathParserConstants | |
| Class Summary | |
| JavaCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing). |
| SimpleCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing). |
| Token | Describes the input token stream. |
| XPathParser | |
| XPathParser.JJCalls | |
| XPathParserTokenManager | |
| Exception Summary | |
| ParseException | This exception is thrown when parse errors are encountered. |
| Error Summary | |
| TokenMgrError | |
Package org.apache.commons.jxpath.ri.parser Description
Reference implementation of JXPath. It comes with a JavaCC-based parser for XPath expressions, a parse tree and a fast interpreter, which applies XPaths to graphs of Java objects.
|
|||||||||
| Home >> All >> org >> apache >> commons >> jxpath >> ri >> [ parser overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||