|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xpath.Expression | +--org.apache.xpath.operations.Operation
Constructor Summary | |
Operation()
|
Method Summary | |
XObject |
execute(XPathContext xctxt)
|
XObject |
operate(XObject left,
XObject right)
|
void |
setLeftRight(Expression l,
Expression r)
|
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 |
public Operation()
Method Detail |
public void setLeftRight(Expression l, Expression r)
public XObject execute(XPathContext xctxt) throws SAXException
public XObject operate(XObject left, XObject right) throws SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |