Interface XPathReader

    • Method Detail

      • parse

        void parse​(java.lang.String xpath)
            throws SAXPathException
        Parse an XPath expression, and send event callbacks to an XPathHandler.
        Parameters:
        xpath - the textual XPath expression to parse
        Throws:
        SAXPathException - if the expression is syntactically incorrect