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.
Returns: {@link org.apache.xpath.objects.XBoolean#S_TRUE} or {@link org.apache.xpath.objects.XBoolean#S_FALSE}.
Throws: javax.xml.transform.TransformerException