Section 25.42. CharacterData.appendData( ): append a string to a Text or Comment node


25.42. CharacterData.appendData( ): append a string to a Text or Comment node

DOM Level 1 Core:

25.42.1. Synopsis

 void appendData(String arg)     tHRows DOMException; 

25.42.1.1. Arguments

arg

The string to be appended to the Text or Comment node.

25.42.1.2. Throws

This method throws a DOMException with a code of NO_MODIFICATION_ALLOWED_ERR if called on a node that is read-only.

25.42.2. Description

This method appends the string arg to the end of the data property for this node.




JavaScript. The Definitive Guide
JavaScript: The Definitive Guide
ISBN: 0596101996
EAN: 2147483647
Year: 2004
Pages: 767

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net