public interface XPathReader extends SAXPathEventSource
XPathHandler objects.| Modifier and Type | Method and Description |
|---|---|
void |
parse(String xpath)
Perform parsing of the textual XPath expression,
and produce event callbacks to an
XPathHandler. |
getXPathHandler, setXPathHandlervoid parse(String xpath) throws SAXPathException
XPathHandler.xpath - The textual XPath expression to parse.SAXPathException - In the event an error occurs.Copyright © 2013. All Rights Reserved.