org.apache.xpath.jaxp
Class JAXPVariableStack
- Cloneable
public class JAXPVariableStack
Overrides
VariableStack
and delegates the call to
javax.xml.xpath.XPathVariableResolver
.
- Ramesh Mandava ( ramesh.mandava@sun.com )
clearLocalSlots , clone , elementAt , getGlobalVariable , getGlobalVariable , getLocalVariable , getLocalVariable , getLocalVariable , getStackFrame , getVariableOrParam , isLocalSet , link , reset , setGlobalVariable , setLocalVariable , setLocalVariable , setStackFrame , size , unlink , unlink |
JAXPVariableStack
public JAXPVariableStack(XPathVariableResolver resolver)
getVariableOrParam
public XObject getVariableOrParam(XPathContext xctxt,
QName qname)
throws TransformerException,
IllegalArgumentException
Get a variable based on it's qualified name.
This is for external use only.
- getVariableOrParam in interface VariableStack
xctxt
- The XPath context, which must be passed in order to
lazy evaluate variables.qname
- The qualified name of the variable.
- The evaluated value of the variable.
Copyright © 2006 Apache XML Project. All Rights Reserved.