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

Référence de la classe DOMIT_NamedNodeMap

Graphe d'héritage de DOMIT_NamedNodeMap:

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des fonctions membres

& DOMIT_NamedNodeMap::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_NamedNodeMap::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(), DOMIT_NamedNodeMap_Attr::toString(), et toString().

Voici le graphe d'appel pour cette fonction :

DOMIT_NamedNodeMap::getKeyNS ( namespaceURI,
localName 
)

Returns the key of the NamedNodeMap, given the namespaceURI and localName

Paramètres:
stringThe namespaceURI of the node to be removed
stringThe localName of the node to be removed
Renvoie:
string The key of the NamedNodeMap

Référencé par getNamedItemNS(), removeNamedItemNS(), et setNamedItemNS().

Voici le graphe d'appel pour cette fonction :

DOMIT_NamedNodeMap::getLength ( )

Returns the number of nodes in the map

Renvoie:
int The number of nodes in the map
& DOMIT_NamedNodeMap::getNamedItem ( name)

Gets a node with the specifed name

Paramètres:
stringThe name of the node
Renvoie:
mixed A reference to the requested node, or null

Références $name.

& DOMIT_NamedNodeMap::getNamedItemNS ( namespaceURI,
localName 
)

Gets a node with the specifed name, taking into account namespaces

Paramètres:
stringThe namespaceURI of the node
stringThe localName of the node
Renvoie:
mixed A reference to the requested node, or null

Références getKeyNS(), et item().

Voici le graphe d'appel pour cette fonction :

& DOMIT_NamedNodeMap::item ( index)

Return the node at the specified index

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

Références reindexNodeMap().

Référencé par getNamedItemNS().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

DOMIT_NamedNodeMap::reindexNodeMap ( )

Reindexes the numerical index for the named node map

Référencé par item().

Voici le graphe d'appel pour cette fonction :

& DOMIT_NamedNodeMap::removeNamedItem ( name)

Removes a node from the list, by name

Paramètres:
stringThe name of the node to be removed
Renvoie:
mixed A reference to the removed node, or null

Références $name.

& DOMIT_NamedNodeMap::removeNamedItemNS ( namespaceURI,
localName 
)

Removes a node from the list, by name, by local name and namespace URI

Paramètres:
stringThe namespaceURI of the node to be removed
stringThe localName of the node to be removed
Renvoie:
mixed A reference to the removed node, or null

Références getKeyNS().

Voici le graphe d'appel pour cette fonction :

& DOMIT_NamedNodeMap::setNamedItem ( &$  arg)

Assigns a node to the list

Paramètres:
ObjectA reference to the node to be assigned
Renvoie:
Object A reference to the assigned node
& DOMIT_NamedNodeMap::setNamedItemNS ( &$  arg)

Assigns a node to the list, using its namespaceURI and localName

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

Références getKeyNS().

Voici le graphe d'appel pour cette fonction :

DOMIT_NamedNodeMap::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 dans DOMIT_NamedNodeMap_Attr.

DOMIT_NamedNodeMap::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_NamedNodeMap::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éimplémentée dans DOMIT_NamedNodeMap_Attr.

Références forHTML().

Voici le graphe d'appel pour cette fonction :


Documentation des données membres

DOMIT_NamedNodeMap::$arNodeMap = array()
DOMIT_NamedNodeMap::$indexedNodeMap = array()
DOMIT_NamedNodeMap::$isDirty = true

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