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