dom_text.h
206 void replaceData ( const unsigned long offset, const unsigned long count, const DOMString &arg );
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:274
This represents the content of a comment, i.e., all the characters between the starting '
Definition: dom_text.h:223
The Text interface represents the textual content (termed character data in XML) of an Element or At...
Definition: dom_text.h:269
The Document interface represents the entire HTML or XML document.
Definition: dom_doc.h:245
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core...
Definition: design.h:56
The CharacterData interface extends Node with a set of attributes and methods for accessing character...
Definition: dom_text.h:49