org.jaxen.saxpath

Interface XPathReader

public interface XPathReader extends SAXPathEventSource

Interface for readers which can parse textual XPath expressions, and produce callbacks to {@link org.jaxen.saxpath.XPathHandler} objects.

Author: bob mcwhirter (bob@werken.com)

Method Summary
voidparse(String xpath)
Parse an XPath expression, and send event callbacks to an {@link org.jaxen.saxpath.XPathHandler}.

Method Detail

parse

public void parse(String xpath)
Parse an XPath expression, and send event callbacks to an {@link org.jaxen.saxpath.XPathHandler}.

Parameters: xpath the textual XPath expression to parse

Throws: SAXPathException if the expression is syntactically incorrect