Uses of Interface
org.saxpath.XPathHandler
-
Packages that use XPathHandler Package Description org.saxpath org.saxpath.conformance -
-
Uses of XPathHandler in org.saxpath
Methods in org.saxpath that return XPathHandler Modifier and Type Method Description XPathHandler
SAXPathEventSource. getXPathHandler()
Retrieve the currentXPathHandler
which receives the event callbacks.Methods in org.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. -
Uses of XPathHandler in org.saxpath.conformance
Classes in org.saxpath.conformance that implement XPathHandler Modifier and Type Class Description class
ConformanceXPathHandler
-