public interface XPathReader extends SAXPathEventSource
XPathHandler
objects.Modifier and Type | Method and Description |
---|---|
void |
parse(String xpath)
Parse an XPath expression,
and send event callbacks to an
XPathHandler . |
getXPathHandler, setXPathHandler
void parse(String xpath) throws SAXPathException
XPathHandler
.xpath
- the textual XPath expression to parseSAXPathException
- if the expression is syntactically incorrectCopyright © 2001–2015 Codehaus. All rights reserved.