org.apache.xalan.templates
public class XUnresolvedVariableSimple extends XObject
| Constructor Summary | |
|---|---|
| XUnresolvedVariableSimple(ElemVariable obj) | |
| Method Summary | |
|---|---|
| XObject | execute(XPathContext xctxt)
For support of literal objects in xpaths.
|
| int | getType()
Tell what kind of class this is.
|
| String | getTypeString()
Given a request type, return the equivalent string.
|
Parameters: xctxt The XPath execution context.
Returns: This object.
Throws: javax.xml.transform.TransformerException
Returns: CLASS_UNRESOLVEDVARIABLE
Returns: An informational string.