public interface XPathReader extends SAXPathEventSource
XPathHandler objects.| Modifier and Type | Method and Description |
|---|---|
void |
parse(java.lang.String xpath)
Parse an XPath expression,
and send event callbacks to an
XPathHandler. |
getXPathHandler, setXPathHandlervoid parse(java.lang.String xpath)
throws SAXPathException
XPathHandler.xpath - the textual XPath expression to parseSAXPathException - if the expression is syntactically incorrect