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