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