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

Référence de la classe nodetools

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

& nodetools::fromPath ( &$  xmldoc,
path,
text = null 
)

Generates a heirarchy of nodes based on a path expression

Paramètres:
stringThe path expression
stringThe value of a text node to be appended to the last element
Renvoie:
object The generated nodes

Références $i, $path, $text, et $total.

nodetools::moveDown ( &$  node)

Move a node to the next index in the childNodes array

Paramètres:
ObjectThe node to be moved
nodetools::moveUp ( &$  node)

Move a node to the previous index in the childNodes array

Paramètres:
ObjectThe node to be moved
& nodetools::nodeExists ( &$  callingNode,
path 
)

Checks if a node exists on the given path; if so, returns the node, otherwise false

Paramètres:
ObjectThe calling node
stringThe path
Renvoie:
mixed The found node, or false

Références $path.

nodetools::parseAttributes ( attrText,
convertEntities = true,
definedEntities = null 
)

Parses the attributes string into an array of key / value pairs

Paramètres:
stringThe attribute text
Renvoie:
Array An array of key / value pairs

Références $i, et $total.


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