org.jaxen.saxpath
Interface SAXPathEventSource
- XPathReader
- XPathReader
public interface SAXPathEventSource
Interface for any object capable of generating
SAXPath events to an
XPathHandler
.
- bob mcwhirter (bob@werken.com)
getXPathHandler
public XPathHandler getXPathHandler()
Retrieve the current
XPathHandler
which receives the event callbacks.
- the currently installed
XPathHandler
setXPathHandler
public void setXPathHandler(XPathHandler handler)
Set the
XPathHandler
to receive
event callbacks during the parse.
handler
- the handler to receive callbacks