Uses of Interface
org.jaxen.saxpath.XPathHandler
Packages that use XPathHandler
Package
Description
This package defines the core Jaxen API to the XPath engine.
Defines XSLT Pattern objects.
Classes related to the event-based parsing and handling
of XPath expressions.
jaxen
implementation of the SAXPath functionality.
Helper classes for instantiating XPathReaders.
-
Uses of XPathHandler in org.jaxen
Classes in org.jaxen that implement XPathHandlerModifier and TypeClassDescriptionclass
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 -
Uses of XPathHandler in org.jaxen.saxpath
Methods in org.jaxen.saxpath that return XPathHandlerModifier and TypeMethodDescriptionSAXPathEventSource.getXPathHandler()
Retrieve the currentXPathHandler
which receives the event callbacks.Methods in org.jaxen.saxpath with parameters of type XPathHandlerModifier and TypeMethodDescriptionvoid
SAXPathEventSource.setXPathHandler
(XPathHandler handler) Set theXPathHandler
to receive event callbacks during the parse. -
Uses of XPathHandler in org.jaxen.saxpath.base
Methods in org.jaxen.saxpath.base that return XPathHandlerMethods in org.jaxen.saxpath.base with parameters of type XPathHandler -
Uses of XPathHandler in org.jaxen.saxpath.helpers
Classes in org.jaxen.saxpath.helpers that implement XPathHandlerModifier and TypeClassDescriptionclass
Default base class for SAXPath event handlers.