tinytl
Class TTLTextNode

java.lang.Object
  extended by tinytl.TTLItem
      extended by tinytl.TTLTextNode

public class TTLTextNode
extends TTLItem


Field Summary
private  TTLStringExpr content
          Fields
private  java.lang.Boolean eol
           
private  java.lang.Boolean isTextNode
           
 
Constructor Summary
TTLTextNode()
          Creates new instance of TTLTextNode
 
Method Summary
 TTLStringExpr getContent()
           
 java.lang.Boolean getEol()
           
 java.lang.Boolean getIsTextNode()
           
 void setContent(TTLStringExpr content)
           
 void setEol(java.lang.Boolean eol)
           
 void setIsTextNode(java.lang.Boolean isTextNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

private TTLStringExpr content
Fields


eol

private java.lang.Boolean eol

isTextNode

private java.lang.Boolean isTextNode
Constructor Detail

TTLTextNode

public TTLTextNode()
Creates new instance of TTLTextNode

Method Detail

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.