Package | Description |
---|---|
org.jaxen.saxpath |
Classes related to the event-based parsing and handling
of XPath expressions.
|
org.jaxen.saxpath.base |
jaxen
implementation of the SAXPath functionality.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XPathReader
Interface for readers which can parse textual
XPath expressions, and produce callbacks to
XPathHandler objects. |
Modifier and Type | Class and Description |
---|---|
class |
XPathReader
Implementation of SAXPath's
XPathReader which
generates callbacks to an XPathHandler . |