|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XPathHandler | |
| 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.conformance | Utility handler for conformance testing of implementations. |
| Uses of XPathHandler in org.jaxen |
| Classes in org.jaxen that implement XPathHandler | |
class |
JaxenHandler
SAXPath XPathHandler implementation capable
of building Jaxen expression trees which can walk various
different object models. |
| Uses of XPathHandler in org.jaxen.pattern |
| Classes in org.jaxen.pattern that implement XPathHandler | |
class |
PatternHandler
SAXPath XPathHandler implementation capable
of building Jaxen expression trees which can walk various
different object models. |
| Uses of XPathHandler in org.jaxen.saxpath |
| Methods in org.jaxen.saxpath that return XPathHandler | |
XPathHandler |
SAXPathEventSource.getXPathHandler()
Retrieve the current XPathHandler
which receives the event callbacks. |
| Methods in org.jaxen.saxpath with parameters of type XPathHandler | |
void |
SAXPathEventSource.setXPathHandler(XPathHandler handler)
Set the XPathHandler to receive
event callbacks during the parse. |
| Uses of XPathHandler in org.jaxen.saxpath.base |
| Classes in org.jaxen.saxpath.base that implement XPathHandler | |
(package private) class |
DefaultXPathHandler
|
| Fields in org.jaxen.saxpath.base declared as XPathHandler | |
private XPathHandler |
XPathReader.handler
|
| Methods in org.jaxen.saxpath.base that return XPathHandler | |
XPathHandler |
XPathReader.getXPathHandler()
|
static XPathHandler |
DefaultXPathHandler.getInstance()
|
| Methods in org.jaxen.saxpath.base with parameters of type XPathHandler | |
void |
XPathReader.setXPathHandler(XPathHandler handler)
|
| Uses of XPathHandler in org.jaxen.saxpath.conformance |
| Classes in org.jaxen.saxpath.conformance that implement XPathHandler | |
class |
ConformanceXPathHandler
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||