See: Description
| Interface | Description |
|---|---|
| Operator |
Constants used to represent XPath operators.
|
| SAXPathEventSource |
Interface for any object capable of generating
SAXPath events to an
XPathHandler. |
| XPathHandler |
Interface for event-based XPath parsing.
|
| XPathReader |
Interface for readers which can parse textual
XPath expressions, and produce callbacks to
XPathHandler objects. |
| Class | Description |
|---|---|
| Axis |
Internal SAXPath class that contains constants representing
XPath operators to avoid a lot of string comparisons.
|
| Exception | Description |
|---|---|
| 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.
Copyright © 2001-2012 Codehaus. All Rights Reserved.