Class Gte
java.lang.Object
org.htmlunit.xpath.Expression
org.htmlunit.xpath.operations.Operation
org.htmlunit.xpath.operations.Gte
- All Implemented Interfaces:
SourceLocator, ExpressionNode, XPathVisitable
The '>=' operation expression executor.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Operation
callVisitors, canTraverseOutsideSubtree, deepEquals, execute, setLeftRightMethods inherited from class Expression
asIterator, asNode, assertion, bool, error, execute, execute, execute, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isSameClass, isStableNumber, num
-
Constructor Details
-
Gte
public Gte()
-
-
Method Details
-
operate
Apply the operation to two operands, and return the result.- Overrides:
operatein 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
-