Package org.jaxen.saxpath

Classes related to the event-based parsing and handling of XPath expressions.

Interface Summary

Operator Constants used to represent XPath operators.
SAXPathEventSourceInterface for any object capable of generating SAXPath events to an XPathHandler.
XPathHandlerInterface for event-based XPath parsing.
XPathReaderInterface for readers which can parse textual XPath expressions, and produce callbacks to XPathHandler objects.

Class Summary

Axis Internal SAXPath class that contains constants representing XPath operators to avoid a lot of string comparisons.
SAXPathExceptionBase 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.