Package jd.xml.xpath.parser

Contains the XPath expression parser.

See:
          Description

Interface Summary
TokenConstants An interface defining constants for the tokens as generated by the scanner.
 

Class Summary
ExpressionParser An XPath expression parser.
Scanner A Scanner to tokenize XPath expressions.
XPathParseContext XPathParseContext provides context information for the parser.
 

Exception Summary
XPathParseException XPathParseException indicates errors when an expression is parsed.
 

Package jd.xml.xpath.parser Description

Contains the XPath expression parser.