XPathReaderpublic interface SAXPathEventSource
XPathHandler.| Modifier and Type | Method | 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 callbacksXPathHandler getXPathHandler()
XPathHandler
which receives the event callbacks.XPathHandlerCopyright © 2001–2018 Codehaus. All rights reserved.