org.apache.commons.jelly.tags.xml
public class CommentTag extends XPathTagSupport
body, context, parent
Constructor and Description |
---|
CommentTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
java.lang.String |
getText()
Returns the text.
|
void |
setText(java.lang.String text)
Sets the comment text.
|
getXPathContext
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void doTag(XMLOutput output) throws JellyTagException
Tag
JellyTagException
public java.lang.String getText()
public void setText(java.lang.String text)
text
- The comment text to useCopyright © 2014. All Rights Reserved.