API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
& DOMIT_NodeList::appendNode | ( | &$ | node | ) |
Appends a node to the list
& DOMIT_NodeList::createClone | ( | $ | deep = false | ) |
Copies a node and/or its children
boolean | True if all child nodes are also to be cloned |
DOMIT_NodeList::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(), et toString().
DOMIT_NodeList::getLength | ( | ) |
Returns the number of nodes in the list
Référencé par item(), et removeNode().
& DOMIT_NodeList::item | ( | $ | index | ) |
Return the node at the specified index
int | The index of the requested node |
Références getLength().
& DOMIT_NodeList::removeNode | ( | &$ | node | ) |
Removes the specified node from the list
Object | A reference to the node to be removed |
Références $i, $total, et getLength().
DOMIT_NodeList::toArray | ( | ) |
Generates an array 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
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_NodeList::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éférences forHTML().
DOMIT_NodeList::$arNodeList = array() |