public class Bool extends UnaryOperation
m_right| Constructor and Description | 
|---|
Bool()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
bool(XPathContext xctxt)
Evaluate this operation directly to a boolean. 
 | 
XObject | 
operate(XObject right)
Apply the operation to two operands, and return the result. 
 | 
callVisitors, canTraverseOutsideSubtree, deepEquals, execute, fixupVariables, getExpression, getOperand, setExpression, setRightasIterator, asIteratorRaw, asNode, assertion, error, execute, execute, execute, executeCharsToContentHandler, exprAddChild, exprGetChild, exprGetNumChildren, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isNodesetExpr, isSameClass, isStableNumber, num, warn, xstrpublic XObject operate(XObject right) throws TransformerException
operate in class UnaryOperationright - non-null reference to the evaluated right operand.TransformerExceptionpublic boolean bool(XPathContext xctxt) throws TransformerException
bool in class Expressionxctxt - The runtime execution context.TransformerExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.