Uses of Class
org.apache.xpath.Arg

Packages that use Arg
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
 

Uses of Arg in org.apache.xpath
 

Methods in org.apache.xpath that return Arg
 Arg VariableStack.getDeclaredVariable(QName qname)
          Returns a variable or parameter that is already declared, either in the current context or in the global space.
 Arg VariableStack.getParamArg(QName qname)
          Get the variable argument.
 

Methods in org.apache.xpath with parameters of type Arg
 void VariableStack.pushVariableArg(Arg arg)
          Push an argument onto the stack.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.