The DOMCharacterData class
Introduzione
Represents nodes with character data. No nodes directly correspond to this class, but other nodes do inherit from it.
Sommario dellla classe
DOMCharacterData
class DOMCharacterData
extends
DOMNode
{
/* Properties */
/* Methods */
/* Inherited methods */
}Proprietà
- data
-
The contents of the node.
- length
-
The length of the contents.
Indice dei contenuti
- DOMCharacterData::appendData — Append the string to the end of the character data of the node
- DOMCharacterData::deleteData — Remove a range of characters from the node
- DOMCharacterData::insertData — Insert a string at the specified 16-bit unit offset
- DOMCharacterData::replaceData — Replace a substring within the DOMCharacterData node
- DOMCharacterData::substringData — Extracts a range of data from the node
DOMCharacterData
There are no user contributed notes for this page.
