org.apache.xalan.templates
Class XUnresolvedVariableSimple
- Cloneable, Serializable, ExpressionNode, SourceLocator, XPathVisitable
public class XUnresolvedVariableSimple
This is the same as XUnresolvedVariable, but it assumes that the
context is already set up. For use with psuedo variables.
Also, it holds an Expression object, instead of an ElemVariable.
It must only hold static context, since a single copy will be
held in the template.
allowDetachToRelease , appendToFsb , bool , boolWithSideEffects , callVisitors , castToType , create , create , deepEquals , destruct , detach , dispatchCharactersEvents , equals , execute , fixupVariables , getFresh , getType , getTypeString , greaterThan , greaterThanOrEqual , iter , lessThan , lessThanOrEqual , mutableNodeset , nodelist , nodeset , notEquals , num , numWithSideEffects , object , reset , rtf , rtf , rtree , rtree , str , toString , xstr |
asIterator , asIteratorRaw , asNode , assertion , bool , canTraverseOutsideSubtree , deepEquals , error , execute , execute , execute , execute , executeCharsToContentHandler , exprAddChild , exprGetChild , exprGetNumChildren , exprGetParent , exprSetParent , fixupVariables , getColumnNumber , getExpressionOwner , getLineNumber , getPublicId , getSystemId , isNodesetExpr , isStableNumber , num , warn , xstr |
XUnresolvedVariableSimple
public XUnresolvedVariableSimple(ElemVariable obj)
execute
public XObject execute(XPathContext xctxt)
throws javax.xml.transform.TransformerException
For support of literal objects in xpaths.
- execute in interface XObject
xctxt
- The XPath execution context.
getType
public int getType()
Tell what kind of class this is.
- getType in interface XObject
getTypeString
public String getTypeString()
Given a request type, return the equivalent string.
For diagnostic purposes.
- getTypeString in interface XObject
Copyright B) 2006 Apache XML Project. All Rights Reserved.