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 XPathHandlerSAXPathEventSource. getXPathHandler()Retrieve the currentXPathHandlerwhich receives the event callbacks.Methods in org.saxpath with parameters of type XPathHandler Modifier and Type Method Description voidSAXPathEventSource. setXPathHandler(XPathHandler handler)Set theXPathHandlerto 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 classConformanceXPathHandler
-