Class XmlUtils.XPathEvaluator

  • Enclosing class:
    XmlUtils

    public static final class XmlUtils.XPathEvaluator
    extends Object
    Wrapper around XPathExecutable that provides the original XPath expression from which the XPathExecutable was compiled, via toString() method. To be used for XPath-based Expression evaluations, e.g. AttributeSelector, xpathExpression, etc.
    • Method Detail

      • load

        public net.sf.saxon.s9api.XPathSelector load()
        Returns:
        An XPathSelector. The returned XPathSelector can be used to set up the dynamic context, and then to evaluate the expression.
        See Also:
        XPathExecutable.load()