org.jaxen.saxpath
Interface XPathReader
- SAXPathEventSource
- XPathReader
public interface XPathReader
Interface for readers which can parse textual
XPath expressions, and produce callbacks to
XPathHandler
objects.
- bob mcwhirter (bob@werken.com)
void | parse(String xpath) - Parse an XPath expression,
and send event callbacks to an
XPathHandler .
|
parse
public void parse(String xpath)
throws SAXPathException
Parse an XPath expression,
and send event callbacks to an
XPathHandler
.
xpath
- the textual XPath expression to parse