org.apache.xpath.operations
Class Mult

java.lang.Object
  |
  +--org.apache.xpath.Expression
        |
        +--org.apache.xpath.operations.Operation
              |
              +--org.apache.xpath.operations.Mult

public class Mult
extends Operation


Constructor Summary
Mult()
           
 
Method Summary
 XObject operate(XObject left, XObject right)
           
 
Methods inherited from class org.apache.xpath.operations.Operation
execute, setLeftRight
 
Methods inherited from class org.apache.xpath.Expression
assert, error, warn
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mult

public Mult()
Method Detail

operate

public XObject operate(XObject left,
                       XObject right)
                throws SAXException
Overrides:
operate in class Operation


Copyright © 2000 Apache XML Project. All Rights Reserved.