AvailabilityDOM Level 1 Core Synopsisvoid appendData(String arg) throws DOMException; Arguments
ThrowsThis method throws a DOMException with a code of NO_MODIFICATION_ALLOWED_ERR if called on a node that is read-only. DescriptionThis method appends the string arg to the end of the data property for this node. |