November 2001
Intermediate to advanced
936 pages
68h 43m
English
CharacterData.appendData( ) — append a string to a Text or Comment node
DOM Level 1 Core
void appendData(String arg)
throws DOMException;arg
The string to be appended to the Text or Comment node.
This method throws a DOMException with a code of
NO_MODIFICATION_ALLOWED_ERR if called on a node
that is read-only.
This method appends the string arg to the
end of the data property for this node.