Classes related to the event-based parsing and handling of XPath expressions.
See: Description
Interface Summary | |
---|---|
Operator | Constants used to represent XPath operators. |
SAXPathEventSource | Interface for any object capable of generating SAXPath events to an {@link org.jaxen.saxpath.XPathHandler}. |
XPathHandler | Interface for event-based XPath parsing. |
XPathReader | Interface for readers which can parse textual XPath expressions, and produce callbacks to {@link org.jaxen.saxpath.XPathHandler} objects. |
Class Summary | |
---|---|
Axis | Internal SAXPath class that contains constants representing XPath operators to avoid a lot of string comparisons. |
SAXPathException | Base of all SAXPath exceptions. |
XPathSyntaxException | Represents a syntax error in an XPath expression. |
Classes related to the event-based parsing and handling of XPath expressions.