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

Référence de la classe DOMIT_TextNode

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

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

& DOMIT_TextNode::cloneNode ( deep = false)

Copies a node and/or its children

Paramètres:
booleanTrue if all child nodes are also to be cloned
Renvoie:
Object A copy of the node and/or its children

Réimplémentée à partir de DOMIT_Node.

DOMIT_TextNode::DOMIT_TextNode ( data)

DOM Text Node constructor

Paramètres:
stringThe text of the node

Références $data, DOMIT_Node::_constructor(), et setText().

Voici le graphe d'appel pour cette fonction :

DOMIT_TextNode::getText ( )

Returns the text contained in the current node

Renvoie:
string The text of the current node

Réimplémentée à partir de DOMIT_Node.

DOMIT_TextNode::setText ( 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 DOMIT_CDATASection::DOMIT_CDATASection(), DOMIT_TextNode(), et splitText().

Voici le graphe d'appel pour cette fonction :

& DOMIT_TextNode::splitText ( offset)

Splits a single node into multiple nodes, based on the specified offset

Paramètres:
intThe offset point for the split
Renvoie:
Object The newly created text node

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

Voici le graphe d'appel pour cette fonction :

DOMIT_TextNode::toArray ( )

Generates an array representation of the node and its children

Renvoie:
Array A representation of the node and its children

Réimplémentée à partir de DOMIT_Node.

Références toString().

Voici le graphe d'appel pour cette fonction :

DOMIT_TextNode::toString ( htmlSafe = false,
subEntities = false 
)

Generates a string representation of the node and its children

Paramètres:
booleanTrue if HTML readable output is desired
booleanTrue if illegal xml characters should be converted to entities
Renvoie:
string The string representation

Réimplémentée dans DOMIT_CDATASection.

Références DOMIT_Utilities::convertEntities(), et DOMIT_Node::forHTML().

Référencé par toArray().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :


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