Provides the interfaces for the Document Object Model (DOM).
-
interface
CDATA sections are used to escape blocks of text containing characters that
would otherwise be regarded as markup.
Creates a Text
node given the specified string.
Replaces the text of the current node and all logically-adjacent text
nodes with the specified text.
Breaks this node into two nodes at the specified offset
,
keeping both in the tree as siblings.