API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
& DOMIT_NamedNodeMap::createClone | ( | $ | deep = false | ) |
Copies a node and/or its children
boolean | True if all child nodes are also to be cloned |
DOMIT_NamedNodeMap::forHTML | ( | $ | str, |
$ | doPrint = false |
||
) |
Formats a string for presentation as HTML
string | The string to be formatted |
boolean | True if the string is to be sent directly to output |
Référencé par toNormalizedString(), DOMIT_NamedNodeMap_Attr::toString(), et toString().
DOMIT_NamedNodeMap::getKeyNS | ( | $ | namespaceURI, |
$ | localName | ||
) |
Returns the key of the NamedNodeMap, given the namespaceURI and localName
string | The namespaceURI of the node to be removed |
string | The localName of the node to be removed |
Référencé par getNamedItemNS(), removeNamedItemNS(), et setNamedItemNS().
DOMIT_NamedNodeMap::getLength | ( | ) |
Returns the number of nodes in the map
& DOMIT_NamedNodeMap::getNamedItem | ( | $ | name | ) |
Gets a node with the specifed name
string | The name of the node |
Références $name.
& DOMIT_NamedNodeMap::getNamedItemNS | ( | $ | namespaceURI, |
$ | localName | ||
) |
Gets a node with the specifed name, taking into account namespaces
string | The namespaceURI of the node |
string | The localName of the node |
Références getKeyNS(), et item().
& DOMIT_NamedNodeMap::item | ( | $ | index | ) |
Return the node at the specified index
int | The index of the requested node |
Références reindexNodeMap().
Référencé par getNamedItemNS().
DOMIT_NamedNodeMap::reindexNodeMap | ( | ) |
Reindexes the numerical index for the named node map
Référencé par item().
& DOMIT_NamedNodeMap::removeNamedItem | ( | $ | name | ) |
Removes a node from the list, by name
string | The name of the node to be removed |
Références $name.
& DOMIT_NamedNodeMap::removeNamedItemNS | ( | $ | namespaceURI, |
$ | localName | ||
) |
Removes a node from the list, by name, by local name and namespace URI
string | The namespaceURI of the node to be removed |
string | The localName of the node to be removed |
Références getKeyNS().
& DOMIT_NamedNodeMap::setNamedItem | ( | &$ | arg | ) |
Assigns a node to the list
Object | A reference to the node to be assigned |
& DOMIT_NamedNodeMap::setNamedItemNS | ( | &$ | arg | ) |
Assigns a node to the list, using its namespaceURI and localName
Object | A reference to the node to be assigned |
Références getKeyNS().
DOMIT_NamedNodeMap::toArray | ( | ) |
Generates an array 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
boolean | True if HTML readable output is desired |
boolean | True if illegal xml characters in text nodes and attributes should be converted to entities |
Références forHTML().
DOMIT_NamedNodeMap::toString | ( | $ | htmlSafe = false , |
$ | subEntities = false |
||
) |
Generates a string representation of the node and its children
boolean | True if HTML readable output is desired |
boolean | True if illegal xml characters in text nodes and attributes should be converted to entities |
Réimplémentée dans DOMIT_NamedNodeMap_Attr.
Références forHTML().
DOMIT_NamedNodeMap::$arNodeMap = array() |
DOMIT_NamedNodeMap::$indexedNodeMap = array() |
DOMIT_NamedNodeMap::$isDirty = true |