|
||||||||||
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.UnaryOperation
Constructor Summary | |
UnaryOperation()
|
Method Summary | |
XObject |
execute(XPathContext xctxt)
|
abstract XObject |
operate(XObject right)
|
void |
setRight(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 UnaryOperation()
Method Detail |
public void setRight(Expression r)
public XObject execute(XPathContext xctxt) throws SAXException
public abstract XObject operate(XObject right) throws SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |