java.lang.Cloneablepublic class JAXPVariableStack extends VariableStack
VariableStack and delegates the call to
XPathVariableResolver.CLEARLIMITATION| Constructor | Description |
|---|---|
JAXPVariableStack(javax.xml.xpath.XPathVariableResolver resolver) |
| Modifier and Type | Method | Description |
|---|---|---|
XObject |
getVariableOrParam(XPathContext xctxt,
QName qname) |
Get a variable based on it's qualified name.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearLocalSlots, clone, elementAt, getGlobalVariable, getGlobalVariable, getLocalVariable, getLocalVariable, getLocalVariable, getStackFrame, isLocalSet, link, reset, setGlobalVariable, setLocalVariable, setLocalVariable, setStackFrame, size, unlink, unlinkpublic JAXPVariableStack(javax.xml.xpath.XPathVariableResolver resolver)
public XObject getVariableOrParam(XPathContext xctxt, QName qname) throws javax.xml.transform.TransformerException, java.lang.IllegalArgumentException
VariableStackgetVariableOrParam in class VariableStackxctxt - The XPath context, which must be passed in order to
lazy evaluate variables.qname - The qualified name of the variable.javax.xml.transform.TransformerExceptionjava.lang.IllegalArgumentExceptionCopyright © 2014 Apache XML Project. All Rights Reserved.