Class Lte
java.lang.Object
org.loboevolution.apache.xpath.Expression
org.loboevolution.apache.xpath.operations.Operation
org.loboevolution.apache.xpath.operations.Lte
- All Implemented Interfaces:
SourceLocator
,ExpressionNode
,XPathVisitable
The '<=' operation expression executor.
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.loboevolution.apache.xpath.operations.Operation
callVisitors, canTraverseOutsideSubtree, deepEquals, execute, setLeftRight
Methods inherited from class org.loboevolution.apache.xpath.Expression
asIterator, asNode, assertion, bool, error, execute, execute, execute, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isSameClass, isStableNumber, num
-
Constructor Details
-
Lte
public Lte()
-
-
Method Details
-
operate
Apply the operation to two operands, and return the result.- Overrides:
operate
in classOperation
- Parameters:
left
- non-null reference to the evaluated left operand.right
- non-null reference to the evaluated right operand.- Returns:
- non-null reference to the XObject that represents the result of the operation.
- Throws:
TransformerException
- in case of error
-