Class And

    • Constructor Detail

      • And

        public And()
    • Method Detail

      • execute

        public XObject execute​(XPathContext xctxt)
                        throws javax.xml.transform.TransformerException
        Execute an expression in the XPath runtime context, and return the result of the expression.
        Overrides:
        execute in class Operation
        Parameters:
        xctxt - The XPath runtime context.
        Returns:
        The result of the expression in the form of a XObject.
        Throws:
        javax.xml.transform.TransformerException - if a runtime exception occurs.
      • bool

        public boolean bool​(XPathContext xctxt)
                     throws javax.xml.transform.TransformerException
        Evaluate expression to a boolean.
        Overrides:
        bool in class Expression
        Parameters:
        xctxt - The XPath runtime context.
        Returns:
        false
        Throws:
        javax.xml.transform.TransformerException - if any