API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe DOMIT_CharacterData

Graphe d'héritage de DOMIT_CharacterData:
Graphe de collaboration de DOMIT_CharacterData:

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

DOMIT_CharacterData::appendData ( arg)

Appends the specified text to the current node text

Paramètres:
stringThe text to be appended

Références getData(), et setData().

Voici le graphe d'appel pour cette fonction :

DOMIT_CharacterData::deleteData ( offset,
count 
)

Deletes a subset of the current node text

Paramètres:
intThe starting point of the deletion
intThe length of the deletion

Références $count, $data, getData(), getLength(), DOMIT_DOMException::raiseException(), et setData().

Voici le graphe d'appel pour cette fonction :

DOMIT_CharacterData::DOMIT_CharacterData ( )

Prevents direct instantiation of DOMIT_CharacterData class

Références DOMIT_DOMException::raiseException().

Voici le graphe d'appel pour cette fonction :

DOMIT_CharacterData::getData ( )

Gets the node value of the current text node

Renvoie:
string The node value of the current text node

Référencé par appendData(), deleteData(), insertData(), replaceData(), DOMIT_TextNode::splitText(), et substringData().

Voici le graphe d'appel pour cette fonction :

DOMIT_CharacterData::getLength ( )

Gets the length of the text in the current node

Renvoie:
int The length of the text in the current node

Référencé par deleteData(), insertData(), replaceData(), DOMIT_TextNode::splitText(), et substringData().

Voici le graphe d'appel pour cette fonction :

DOMIT_CharacterData::insertData ( offset,
arg 
)

Inserts text at the sepecified offset

Paramètres:
intThe insertion point
stringThe text to be inserted

Références $data, getData(), getLength(), DOMIT_DOMException::raiseException(), et setData().

Voici le graphe d'appel pour cette fonction :

DOMIT_CharacterData::replaceData ( offset,
count,
arg 
)

Replaces a subset of the current node text with the specified text

Paramètres:
intThe starting point of the replacement
intThe length of the replacement
stringThe replacement text

Références $count, $data, getData(), getLength(), DOMIT_DOMException::raiseException(), et setData().

Voici le graphe d'appel pour cette fonction :

DOMIT_CharacterData::setData ( data)

Sets the text contained in the current node to $data.

Paramètres:
stringThe text data of the node

Références $data.

Référencé par appendData(), deleteData(), insertData(), et replaceData().

Voici le graphe d'appel pour cette fonction :

DOMIT_CharacterData::substringData ( offset,
count 
)

Gets a subset of the current node text

Paramètres:
intThe starting point of the substring
intThe length of the substring
Renvoie:
string The subset of the current node text

Références $count, $data, getData(), getLength(), et DOMIT_DOMException::raiseException().

Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :