Class Expression.PathExpression

  • Enclosing class:
    Expression

    public static class Expression.PathExpression
    extends Expression
    An PathExpression points to a node in your data set. Typically the data set is a XML document and therefore, in this case, the path expression is a XPath expression.
    • Constructor Detail

      • PathExpression

        public PathExpression​(String script)