tinytl
Class TTLTextNode
java.lang.Object
tinytl.TTLItem
tinytl.TTLTextNode
public class TTLTextNode
- extends TTLItem
|
Constructor Summary |
TTLTextNode()
Creates new instance of TTLTextNode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
private TTLStringExpr content
- Fields
eol
private java.lang.Boolean eol
isTextNode
private java.lang.Boolean isTextNode
TTLTextNode
public TTLTextNode()
- Creates new instance of TTLTextNode
getContent
public TTLStringExpr getContent()
- Returns:
- Returns the content.
getIsTextNode
public java.lang.Boolean getIsTextNode()
- Returns:
- Returns the isTextNode.
setIsTextNode
public void setIsTextNode(java.lang.Boolean isTextNode)
- Parameters:
isTextNode - The isTextNode to set.
setContent
public void setContent(TTLStringExpr content)
- Parameters:
content - The content to set.
getEol
public java.lang.Boolean getEol()
- Returns:
- Returns the eol.
setEol
public void setEol(java.lang.Boolean eol)
- Parameters:
eol - The eol to set.