freemarker.core
Class TemplateElement
- TreeNode
public abstract class TemplateElement
implements TreeNode
Objects that represent elements in the compiled
tree representation of the template necessarily
descend from this abstract class.
contains , getBeginColumn , getBeginLine , getCanonicalForm , getEndColumn , getEndLine , getEndLocation , getSource , getStartLocation , getTemplate , toString |
children
public Enumeration children()
getAllowsChildren
public boolean getAllowsChildren()
getChildAt
public TreeNode getChildAt(int index)
getChildCount
public int getChildCount()
getDescription
public abstract String getDescription()
getIndex
public int getIndex(TreeNode node)
getNodeName
public String getNodeName()
getNodeNamespace
public String getNodeNamespace()
getNodeType
public String getNodeType()
getParent
public TreeNode getParent()
isLeaf
public boolean isLeaf()