org.apache.xpath.operations
public class And extends Operation
Method Summary | |
---|---|
boolean | bool(XPathContext xctxt)
Evaluate this operation directly to a boolean.
|
XObject | execute(XPathContext xctxt)
AND two expressions and return the boolean result. |
Parameters: xctxt The runtime execution context.
Returns: The result of the operation as a boolean.
Throws: javax.xml.transform.TransformerException
Parameters: xctxt The runtime execution context.
Throws: javax.xml.transform.TransformerException