org.saxpath
public interface SAXPathEventSource
| Method Summary | |
|---|---|
| XPathHandler | getXPathHandler() Retrieve the current XPathHandler
which receives the event callbacks.
|
| void | setXPathHandler(XPathHandler handler) Set the XPathHandler to receive
event callbacks during the parse.
|
Returns: The currently installed XPathHandler.
Parameters: handler The handler to receive callbacks.