antsnest.datastructure
Interface AntCData

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

public interface AntCData
extends AntNode

Represents a CDATA section in an Ant build file

Author:
Chris Clohosy

Method Summary
 String getCDATA()
          Gets the CDATA section
 void setCDATA(String cData)
          Sets the CDATA section
 
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

getCDATA

String getCDATA()
Gets the CDATA section

Returns:
a String, the CDATA section

setCDATA

void setCDATA(String cData)
Sets the CDATA section

Parameters:
cData - the new CDATA section