|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
DOM 2 util. More...
Collaboration diagram for ilDOM2Util:Static Public Member Functions | |
| static | changeName ($node, $name, $keep_attributes=true) |
| Change name of a node. More... | |
| static | addParent ($node, $name) |
| Add parent. More... | |
| static | replaceByChilds ($node) |
| Replace a node by its child. More... | |
|
static |
Add parent.
| object | $node |
Definition at line 44 of file class.ilDOM2Util.php.
References $name.
Referenced by ilPCParagraph\handleAjaxContent().
Here is the caller graph for this function:
|
static |
Change name of a node.
| object | $node | |
| string | new name |
Definition at line 20 of file class.ilDOM2Util.php.
References $name.
Referenced by ilPCParagraph\handleAjaxContent().
Here is the caller graph for this function:
|
static |
Replace a node by its child.
| object | $node |
Definition at line 76 of file class.ilDOM2Util.php.
Referenced by ilPCParagraph\handleAjaxContent().
Here is the caller graph for this function: