public interface SAXPathEventSource
XPathHandler.| Modifier and Type | Method and Description |
|---|---|
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. |
void setXPathHandler(XPathHandler handler)
XPathHandler to receive
event callbacks during the parse.handler - The handler to receive callbacks.XPathHandler getXPathHandler()
XPathHandler
which receives the event callbacks.XPathHandler.Copyright © 2013. All Rights Reserved.