AvailabilityDOM Level 1 Core Synopsisvoid insertData(unsigned long offset, String arg) throws DOMException; Arguments
ThrowsThis method may throw a DOMException with one of the following code values in the following circumstances:
DescriptionThis method inserts the specified string arg into the text of a Text or Comment node at the specified position offset. |