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

Référence de la classe DOMIT_NodeList

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des fonctions membres

& DOMIT_NodeList::appendNode ( &$  node)

Appends a node to the list

Renvoie:
Object The appended node
& DOMIT_NodeList::createClone ( 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
DOMIT_NodeList::forHTML ( str,
doPrint = false 
)

Formats a string for presentation as HTML

Paramètres:
stringThe string to be formatted
booleanTrue if the string is to be sent directly to output
Renvoie:
string The HTML formatted string

Référencé par toNormalizedString(), et toString().

Voici le graphe d'appel pour cette fonction :

DOMIT_NodeList::getLength ( )

Returns the number of nodes in the list

Renvoie:
int The number of nodes in the list

Référencé par item(), et removeNode().

Voici le graphe d'appel pour cette fonction :

& DOMIT_NodeList::item ( index)

Return the node at the specified index

Paramètres:
intThe index of the requested node
Renvoie:
Object A reference to the requested node, or null

Références getLength().

Voici le graphe d'appel pour cette fonction :

& DOMIT_NodeList::removeNode ( &$  node)

Removes the specified node from the list

Paramètres:
ObjectA reference to the node to be removed
Renvoie:
Object A reference to the removed node

Références $i, $total, et getLength().

Voici le graphe d'appel pour cette fonction :

DOMIT_NodeList::toArray ( )

Generates an array representation of the node and its children

Renvoie:
Array A representation of the node and its children
DOMIT_NodeList::toNormalizedString ( htmlSafe = false,
subEntities = false 
)

Generates a normalized (formatted for readability) representation of the node collection

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

Références forHTML().

Voici le graphe d'appel pour cette fonction :

DOMIT_NodeList::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 in text nodes and attributes should be converted to entities
Renvoie:
string The string representation

Références forHTML().

Voici le graphe d'appel pour cette fonction :


Documentation des données membres

DOMIT_NodeList::$arNodeList = array()

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