org.saxpath
public interface XPathReader extends SAXPathEventSource
| Method Summary | |
|---|---|
| void | parse(String xpath) Perform parsing of the textual XPath expression,
and produce event callbacks to an XPathHandler.
|
Parameters: xpath The textual XPath expression to parse.
Throws: SAXPathException In the event an error occurs.