public class Lt extends Operation
Constructor and Description |
---|
Lt() |
Modifier and Type | Method and Description |
---|---|
XObject |
operate(XObject left,
XObject right)
Apply the operation to two operands, and return the result.
|
callVisitors, canTraverseOutsideSubtree, deepEquals, execute, fixupVariables, getExpression, getLeftOperand, getRightOperand, setExpression, setLeftRight
asIterator, asIteratorRaw, asNode, assertion, bool, error, execute, execute, execute, executeCharsToContentHandler, exprAddChild, exprGetChild, exprGetNumChildren, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isNodesetExpr, isSameClass, isStableNumber, num, warn, xstr
public XObject operate(XObject left, XObject right) throws TransformerException
operate
in class Operation
left
- non-null reference to the evaluated left operand.right
- non-null reference to the evaluated right operand.TransformerException
Copyright © 2017 JBoss by Red Hat. All rights reserved.