Interface FilterExpr

    • Method Detail

      • asBoolean

        boolean asBoolean​(Context context)
                   throws JaxenException
        Evaluates the filter expression on the current context and returns true if at least one node matches.
        Returns:
        true if a node matches; false if no node matches
        Throws:
        JaxenException
      • getExpr

        Expr getExpr()
        Returns:
        the underlying filter expression