Package org.jaxen.saxpath
Interface XPathReader
- All Superinterfaces:
SAXPathEventSource
- All Known Implementing Classes:
XPathReader
Interface for readers which can parse textual
XPath expressions, and produce callbacks to
XPathHandler
objects.- Author:
- bob mcwhirter (bob@werken.com)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Parse an XPath expression, and send event callbacks to anXPathHandler
.Methods inherited from interface org.jaxen.saxpath.SAXPathEventSource
getXPathHandler, setXPathHandler
-
Method Details
-
parse
Parse an XPath expression, and send event callbacks to anXPathHandler
.- Parameters:
xpath
- the textual XPath expression to parse- Throws:
SAXPathException
- if the expression is syntactically incorrect
-