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 TypeClassDescriptionclassSAXPathXPathHandlerimplementation 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 XPathHandlerModifier and TypeClassDescriptionclassSAXPathXPathHandlerimplementation 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 XPathHandlerModifier and TypeMethodDescriptionSAXPathEventSource.getXPathHandler()Retrieve the currentXPathHandlerwhich receives the event callbacks.Methods in org.jaxen.saxpath with parameters of type XPathHandlerModifier and TypeMethodDescriptionvoidSAXPathEventSource.setXPathHandler(XPathHandler handler) Set theXPathHandlerto 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 TypeClassDescriptionclassDefault base class for SAXPath event handlers.