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.
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. non-null reference to the XObject that represents the result of the operation. throws: javax.xml.transform.TransformerException -
Fields inherited from org.apache.xpath.operations.Operation