public interface XPathReader extends SAXPathEventSource
XPathHandler
objects.修飾子とタイプ | メソッドと説明 |
---|---|
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-2013 Codehaus. All Rights Reserved.