freemarker.core

Class Comment

Implemented Interfaces:
TreeNode

public final class Comment
extends TemplateElement

A template element where the content is ignored, a Comment.

Method Summary

String
getCanonicalForm()
String
getDescription()
String
getText()

Methods inherited from class freemarker.core.TemplateElement

children, getAllowsChildren, getChildAt, getChildCount, getChildNodes, getDescription, getIndex, getNodeName, getNodeNamespace, getNodeType, getParent, getParentNode, isLeaf, setChildAt

Methods inherited from class freemarker.core.TemplateObject

contains, getBeginColumn, getBeginLine, getCanonicalForm, getEndColumn, getEndLine, getEndLocation, getSource, getStartLocation, getTemplate, toString

Method Details

getCanonicalForm

public String getCanonicalForm()
Overrides:
getCanonicalForm in interface TemplateObject

getDescription

public String getDescription()
Overrides:
getDescription in interface TemplateElement

getText

public String getText()