antsnest.datastructure
Interface AntNodeText

All Superinterfaces:
AntNode, Serializable
All Known Implementing Classes:
DefaultAntTextNode

public interface AntNodeText
extends AntNode

Represents nested text inside an Ant node

Author:
Chris Clohosy

Method Summary
 String getText()
          Gets the text
 void setText(String text)
          Sets the text
 
Methods inherited from interface antsnest.datastructure.AntNode
addAttribute, addAttribute, addNode, addNode, changeAttribute, cloneNode, getAttribute, getAttribute, getAttributeSize, getData, getDescription, getIDPool, getName, getNode, getNodeID, getNodeSize, getNodeText, getParent, getType, getTypeAt, indexOfAttribute, indexOfNode, moveAttribute, moveNode, removeAttribute, removeAttribute, removeNode, removeNode, setData, setDescription, setIDPool, setName, setNodeID, setParent
 

Method Detail

getText

String getText()
Gets the text

Returns:
a String, the text

setText

void setText(String text)
Sets the text

Parameters:
text - the new text