Package org.apache.commons.jxpath.ri.parser

JavaCC XPath grammar.

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).
Token Describes the input token stream.
XPathParser  
XPathParserTokenManager  
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package org.apache.commons.jxpath.ri.parser Description

JavaCC XPath grammar. All classes in this package were generated by JavaCC. The grammar definition is in the XPath.jj file.



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.