org.apache.xpath.operations
Class Variable

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

public class Variable
extends Expression


Constructor Summary
Variable()
           
 
Method Summary
 XObject execute(XPathContext xctxt)
           
 void setQName(QName qname)
           
 
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

Variable

public Variable()
Method Detail

setQName

public void setQName(QName qname)

execute

public XObject execute(XPathContext xctxt)
                throws SAXException
Overrides:
execute in class Expression


Copyright © 2000 Apache XML Project. All Rights Reserved.