|
|||||||||||
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. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |