public interface XPathReader extends SAXPathEventSource
XPathHandler objects.| Modifier and Type | Method and Description | 
|---|---|
void | 
parse(String xpath)
Parse an XPath expression,
  and send event callbacks to an  
XPathHandler. | 
getXPathHandler, setXPathHandlervoid parse(String xpath) throws SAXPathException
XPathHandler.xpath - the textual XPath expression to parseSAXPathException - if the expression is syntactically incorrectCopyright 2001–2022 The Jaxen Project. All rights reserved.