Package org.jaxen.saxpath


package org.jaxen.saxpath

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

  • Class
    Description
    Internal 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 to XPathHandler objects.
    Represents a syntax error in an XPath expression.