Uses of Class
tinytl.TTLTextNode

Packages that use TTLTextNode
interpreter   
tinytl   
 

Uses of TTLTextNode in interpreter
 

Methods in interpreter with parameters of type TTLTextNode
private  XMLText Signification.mTextNode(TTLTextNode tnode, Context c)
          Get the text of a node
 

Uses of TTLTextNode in tinytl
 

Methods in tinytl that return TTLTextNode
private  TTLTextNode JDOM2TTLParser.constructTextNode(org.jdom.Element element)