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