Interface XPathReader
- All Superinterfaces:
SAXPathEventSource
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 TypeMethodDescriptionvoidPerform parsing of the textual XPath expression, and produce event callbacks to anXPathHandler.Methods inherited from interface SAXPathEventSource
getXPathHandler, setXPathHandler
-
Method Details
-
parse
Perform parsing of the textual XPath expression, and produce event callbacks to anXPathHandler.- Parameters:
xpath- The textual XPath expression to parse.- Throws:
SAXPathException- In the event an error occurs.
-