Void addDataAt(ElementTree parent, String cdata, Int index)
Arguments
parent: The parent elementcdata: The text to addindex: The index to add at
Usage
Adds the text to the specified position in the parent element. If the preceding block is also a text block, they will be merged.