ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
php4DOMCDATASection Class Reference
+ Inheritance diagram for php4DOMCDATASection:
+ Collaboration diagram for php4DOMCDATASection:

Public Member Functions

 __construct ($aDOMCDATASection)
 
 php4DOMCDATASection ($aDOMCDATASection)
 
- Public Member Functions inherited from php4DOMNode
 __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)
 
 php4DOMNode ($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 ()
 
 node_type ()
 
 node_value ()
 
 parent_node ()
 
 previous_sibling ()
 
 remove_child ($oldchild)
 
 replace_child ($oldnode, $newnode)
 
 set_content ($text)
 

Data Fields

 $myDOMCDATASection
 
- Data Fields inherited from php4DOMNode
 $myDOMNode
 

Detailed Description

Definition at line 93 of file inc.xml5compliance.php.

Constructor & Destructor Documentation

◆ __construct()

php4DOMCDATASection::__construct (   $aDOMCDATASection)

Definition at line 97 of file inc.xml5compliance.php.

98  {
99  parent::php4DOMNode($aDOMCDATASection); // #added
100  $this->myDOMCDATASection=$aDOMCDATASection;
101  }

Member Function Documentation

◆ php4DOMCDATASection()

php4DOMCDATASection::php4DOMCDATASection (   $aDOMCDATASection)

Definition at line 76 of file inc.xml5compliance.php.

77  {
78  parent::php4DOMNode($aDOMCDATASection); // #added
79  $this->myDOMCDATASection=$aDOMCDATASection;
80  }

Field Documentation

◆ $myDOMCDATASection

php4DOMCDATASection::$myDOMCDATASection

Definition at line 95 of file inc.xml5compliance.php.


The documentation for this class was generated from the following file: