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:
-
string | The path expression |
string | The 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:
-
Object | The node to be moved |
nodetools::moveUp |
( |
&$ |
node | ) |
|
Move a node to the previous index in the childNodes array
- Paramètres:
-
Object | The 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:
-
Object | The calling node |
string | The 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:
-
- 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 :