| org.apache.xpath.operations.Operation org.apache.xpath.operations.Equals
Equals | public class Equals extends Operation (Code) | | The '=' operation expression executer.
|
Method Summary | |
public boolean | bool(XPathContext xctxt) Execute a binary operation by calling execute on each of the operands,
and then calling the operate method on the derived class.
Parameters: xctxt - The runtime execution context. | public XObject | operate(XObject left, XObject right) Apply the operation to two operands, and return the result.
Parameters: left - non-null reference to the evaluated left operand. Parameters: right - non-null reference to the evaluated right operand. |
serialVersionUID | final static long serialVersionUID(Code) | | |
|
|