import "CharacterData.idl";
Inherited by Comment, and Text.
Inheritance diagram for CharacterData:

Public Member Functions | |
| attribute DOMString data setter | raises (DOMException) |
| DOMString | substringData (in[IsIndex] unsigned long offset, in[IsIndex] unsigned long length) raises (DOMException) |
| void | appendData (in DOMString data) raises (DOMException) |
| void | insertData (in[IsIndex] unsigned long offset, in DOMString data) raises (DOMException) |
| void | deleteData (in[IsIndex] unsigned long offset, in[IsIndex] unsigned long length) raises (DOMException) |
| void | replaceData (in[IsIndex] unsigned long offset, in[IsIndex] unsigned long length, in DOMString data) raises (DOMException) |
Public Attributes | |
| readonly attribute unsigned long | length |
Definition at line 22 of file CharacterData.idl.
| attribute DOMString data setter raises | ( | DOMException | ) |
| DOMString substringData | ( | in unsigned long | offset[IsIndex], | |
| in unsigned long | length[IsIndex] | |||
| ) | raises (DOMException) |
| void appendData | ( | in DOMString | data | ) | raises (DOMException) |
| void insertData | ( | in unsigned long | offset[IsIndex], | |
| in DOMString | data | |||
| ) | raises (DOMException) |
| void deleteData | ( | in unsigned long | offset[IsIndex], | |
| in unsigned long | length[IsIndex] | |||
| ) | raises (DOMException) |
| void replaceData | ( | in unsigned long | offset[IsIndex], | |
| in unsigned long | length[IsIndex], | |||
| in DOMString | data | |||
| ) | raises (DOMException) |
| readonly attribute unsigned long length |
Definition at line 27 of file CharacterData.idl.
1.5.1