org.jaxen.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