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