|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for php4DOMNode:
Collaboration diagram for php4DOMNode:Public Member Functions | |
| __construct ($aDomNode) | |
| append_child ($newnode) | |
| replace_node ($newnode) | |
| append_sibling ($newnode) | |
| attributes () | |
| child_nodes () | |
| children () | |
| unlink_node ($aDomNode="") | |
| clone_node ($deep=false) | |
| first_child () | |
| get_content () | |
| has_attributes () | |
| has_child_nodes () | |
| insert_before ($newnode, $refnode) | |
| last_child () | |
| next_sibling () | |
| node_name ($a_local=false) | |
| node_type () | |
| node_value () | |
| parent_node () | |
| previous_sibling () | |
| remove_child ($oldchild) | |
| replace_child ($oldnode, $newnode) | |
| set_content ($text) | |
Data Fields | |
| $myDOMNode | |
Definition at line 342 of file inc.xml5compliance.php.
| php4DOMNode::__construct | ( | $aDomNode | ) |
Reimplemented in php4DOMAttr, and php4DOMCDATASection.
Definition at line 346 of file inc.xml5compliance.php.
| php4DOMNode::append_child | ( | $newnode | ) |
Definition at line 351 of file inc.xml5compliance.php.
Referenced by ilPCTable\addRow(), ilPCParagraph\createAtNode(), ilMediaAliasItem\insert(), and ilPCDataTable\makeEmptyCell().
Here is the caller graph for this function:| php4DOMNode::append_sibling | ( | $newnode | ) |
Definition at line 372 of file inc.xml5compliance.php.
| php4DOMNode::attributes | ( | ) |
Definition at line 377 of file inc.xml5compliance.php.
References $i.
Referenced by ilPCTable\importCellAttributes(), and ilPCTable\importTableAttributes().
Here is the caller graph for this function:| php4DOMNode::child_nodes | ( | ) |
Definition at line 393 of file inc.xml5compliance.php.
References $i.
Referenced by children(), ilPCTable\importHtml(), ilPCTable\importRow(), ilPCDataTable\makeEmptyCell(), ilPCTable\makeEmptyCell(), and ilPCParagraph\setNode().
Here is the caller graph for this function:| php4DOMNode::children | ( | ) |
Definition at line 406 of file inc.xml5compliance.php.
References child_nodes().
Here is the call graph for this function:| php4DOMNode::clone_node | ( | $deep = false | ) |
Definition at line 427 of file inc.xml5compliance.php.
| php4DOMNode::first_child | ( | ) |
Definition at line 432 of file inc.xml5compliance.php.
Referenced by ilPCMediaObject\getCaptionClass(), ilPCMediaObject\getClass(), ilPCMediaObject\setCaptionClass(), ilPCMediaObject\setClass(), ilPCAMDForm\setNode(), ilPCConsultationHours\setNode(), ilPCMyCourses\setNode(), ilPCAMDPageList\setNode(), ilPCBlog\setNode(), ilPCContentInclude\setNode(), ilPCDataTable\setNode(), ilPCFileList\setNode(), ilPCGrid\setNode(), ilPCInteractiveImage\setNode(), ilPCList\setNode(), ilPCLoginPageElement\setNode(), ilPCMap\setNode(), ilPCMediaObject\setNode(), ilPCPlaceHolder\setNode(), ilPCPlugged\setNode(), ilPCProfile\setNode(), ilPCQuestion\setNode(), ilPCQuestionOverview\setNode(), ilPCResources\setNode(), ilPCSection\setNode(), ilPCSkills\setNode(), ilPCTable\setNode(), ilPCTabs\setNode(), ilPCVerification\setNode(), and ilPCLearningHistory\setNode().
Here is the caller graph for this function:| php4DOMNode::get_content | ( | ) |
Reimplemented in php4DOMElement.
Definition at line 437 of file inc.xml5compliance.php.
| php4DOMNode::has_attributes | ( | ) |
Definition at line 442 of file inc.xml5compliance.php.
| php4DOMNode::has_child_nodes | ( | ) |
Definition at line 447 of file inc.xml5compliance.php.
Referenced by ilPCTable\importHtml().
Here is the caller graph for this function:| php4DOMNode::insert_before | ( | $newnode, | |
| $refnode | |||
| ) |
Definition at line 453 of file inc.xml5compliance.php.
References $myDOMNode.
Referenced by ilPCParagraph\createBeforeNode().
Here is the caller graph for this function:| php4DOMNode::last_child | ( | ) |
Definition at line 474 of file inc.xml5compliance.php.
| php4DOMNode::next_sibling | ( | ) |
Definition at line 486 of file inc.xml5compliance.php.
Referenced by ilPCParagraph\createAfter().
Here is the caller graph for this function:| php4DOMNode::node_name | ( | $a_local = false | ) |
Definition at line 497 of file inc.xml5compliance.php.
Referenced by ilDOMUtil\deleteAllChildsByName(), and ilPageObject\getParentContentObjectForPcId().
Here is the caller graph for this function:| php4DOMNode::node_type | ( | ) |
Definition at line 506 of file inc.xml5compliance.php.
| php4DOMNode::node_value | ( | ) |
Definition at line 511 of file inc.xml5compliance.php.
| php4DOMNode::parent_node | ( | ) |
Definition at line 517 of file inc.xml5compliance.php.
Referenced by ilPCParagraph\createAfter(), and ilPageObject\getParentContentObjectForPcId().
Here is the caller graph for this function:| php4DOMNode::previous_sibling | ( | ) |
Definition at line 529 of file inc.xml5compliance.php.
| php4DOMNode::remove_child | ( | $oldchild | ) |
Definition at line 540 of file inc.xml5compliance.php.
Referenced by ilPCDataTable\makeEmptyCell(), and ilPCTable\makeEmptyCell().
Here is the caller graph for this function:| php4DOMNode::replace_child | ( | $oldnode, | |
| $newnode | |||
| ) |
Definition at line 545 of file inc.xml5compliance.php.
| php4DOMNode::replace_node | ( | $newnode | ) |
Definition at line 367 of file inc.xml5compliance.php.
References set_content().
Here is the call graph for this function:| php4DOMNode::set_content | ( | $text | ) |
Reimplemented in php4DOMElement.
Definition at line 550 of file inc.xml5compliance.php.
Referenced by replace_node().
Here is the caller graph for this function:| php4DOMNode::unlink_node | ( | $aDomNode = "" | ) |
Definition at line 413 of file inc.xml5compliance.php.
| php4DOMNode::$myDOMNode |
Definition at line 344 of file inc.xml5compliance.php.
Referenced by insert_before().