public class Or extends Operation
| Constructor and Description |
|---|
Or() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
bool(XPathContext xctxt)
Evaluate expression to a boolean.
|
XObject |
execute(XPathContext xctxt)
Execute an expression in the XPath runtime context, and return the result of the expression.
|
callVisitors, canTraverseOutsideSubtree, deepEquals, operate, setLeftRightasIterator, asNode, assertion, error, execute, execute, execute, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isSameClass, isStableNumber, numpublic XObject execute(XPathContext xctxt) throws TransformerException
execute in class Operationxctxt - The XPath runtime context.XObject.TransformerException - if a runtime exception occurs.public boolean bool(XPathContext xctxt) throws TransformerException
bool in class Expressionxctxt - The XPath runtime context.TransformerException - if anyCopyright © 2022–2023. All rights reserved.