Interface SAXPathEventSource
- All Known Subinterfaces:
XPathReader
- All Known Implementing Classes:
XPathReader
public interface SAXPathEventSource
Interface for any object capable of generating
SAXPath events to an
XPathHandler.-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the currentXPathHandlerwhich receives the event callbacks.voidsetXPathHandler(XPathHandler handler) Set theXPathHandlerto receive event callbacks during the parse.
-
Method Details
-
setXPathHandler
Set theXPathHandlerto receive event callbacks during the parse.- Parameters:
handler- the handler to receive callbacks
-
getXPathHandler
XPathHandler getXPathHandler()Retrieve the currentXPathHandlerwhich receives the event callbacks.- Returns:
- the currently installed
XPathHandler
-