freemarker.core
Class TextBlock
- TreeNode
public final class TextBlock
A TemplateElement representing a block of plain text.
$Id: TextBlock.java,v 1.17 2004/01/06 17:06:42 szegedia Exp $
children, getAllowsChildren, getChildAt, getChildCount, getChildNodes, getDescription, getIndex, getNodeName, getNodeNamespace, getNodeType, getParent, getParentNode, isLeaf, setChildAt |
contains, getBeginColumn, getBeginLine, getCanonicalForm, getEndColumn, getEndLine, getEndLocation, getSource, getStartLocation, getTemplate, toString |
TextBlock
public TextBlock(String text)
TextBlock
public TextBlock(String text,
boolean unparsed)
accept
public void accept(Environment env)
throws IOException Simply outputs the text.