Package | Description |
---|---|
org.jaxen |
This package defines the core Jaxen API to the XPath engine.
|
org.jaxen.pattern |
Defines XSLT Pattern objects.
|
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.
|
org.jaxen.saxpath.helpers |
Helper classes for instantiating XPathReaders.
|
Modifier and Type | Class and Description |
---|---|
class |
JaxenHandler
SAXPath
XPathHandler implementation capable
of building Jaxen expression trees which can walk various
different object models. |
Modifier and Type | Class and Description |
---|---|
class |
PatternHandler
SAXPath
XPathHandler implementation capable
of building Jaxen expression trees which can walk various
different object models. |
Modifier and Type | Method and Description |
---|---|
XPathHandler |
SAXPathEventSource.getXPathHandler()
Retrieve the current
XPathHandler
which receives the event callbacks. |
Modifier and Type | Method and Description |
---|---|
void |
SAXPathEventSource.setXPathHandler(XPathHandler handler)
Set the
XPathHandler to receive
event callbacks during the parse. |
Modifier and Type | Field and Description |
---|---|
private static XPathHandler |
XPathReader.defaultHandler |
private XPathHandler |
XPathReader.handler |
Modifier and Type | Method and Description |
---|---|
XPathHandler |
XPathReader.getXPathHandler() |
Modifier and Type | Method and Description |
---|---|
void |
XPathReader.setXPathHandler(XPathHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultXPathHandler
Default base class for SAXPath event handlers.
|