Uses of Interface
org.saxpath.XPathHandler
Packages that use XPathHandler
-
Uses of XPathHandler in org.saxpath
Methods in org.saxpath that return XPathHandlerModifier and TypeMethodDescriptionSAXPathEventSource.getXPathHandler()
Retrieve the currentXPathHandler
which receives the event callbacks.Methods in org.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.saxpath.conformance
Classes in org.saxpath.conformance that implement XPathHandler