Uses of Interface
org.jaxen.saxpath.XPathHandler
-
Packages that use XPathHandler 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. -
-
Uses of XPathHandler in org.jaxen
Classes in org.jaxen that implement XPathHandler Modifier and Type Class Description class
JaxenHandler
SAXPathXPathHandler
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 Modifier and Type Class Description class
PatternHandler
SAXPathXPathHandler
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 Modifier and Type Method Description XPathHandler
SAXPathEventSource. getXPathHandler()
Retrieve the currentXPathHandler
which receives the event callbacks.Methods in org.jaxen.saxpath with parameters of type XPathHandler Modifier and Type Method Description void
SAXPathEventSource. setXPathHandler(XPathHandler handler)
Set theXPathHandler
to receive event callbacks during the parse.
-