Moodle  2.2.1
http://www.collinsharper.com
php4DOMDocument Class Reference
Inheritance diagram for php4DOMDocument:
Collaboration diagram for php4DOMDocument:

Public Member Functions

 php4DOMDocument ($mode=DOMXML_LOAD_PARSING)
 add_root ($name)
 create_attribute ($name, $value)
 create_cdata_section ($content)
 create_comment ($data)
 create_element ($name)
 create_element_ns ($uri, $name, $prefix=null)
 create_entity_reference ($content)
 create_processing_instruction ($target, $data='')
 create_text_node ($content)
 document_element ()
 dump_file ($filename, $compressionmode=false, $format=false)
 dump_mem ($format=false, $encoding=false)
 free ()
 get_element_by_id ($id)
 get_elements_by_tagname ($name)
 html_dump_mem ()
 root ()
 xinclude ()
 xpath_new_context ()

Detailed Description

Definition at line 110 of file domxml-php4-to-php5.php.


Member Function Documentation

add_root ( name)

Definition at line 121 of file domxml-php4-to-php5.php.

create_attribute ( name,
value 
)

Definition at line 126 of file domxml-php4-to-php5.php.

create_cdata_section ( content)

Definition at line 132 of file domxml-php4-to-php5.php.

Here is the call graph for this function:

create_comment ( data)

Definition at line 133 of file domxml-php4-to-php5.php.

Here is the call graph for this function:

create_element ( name)

Definition at line 134 of file domxml-php4-to-php5.php.

create_element_ns ( uri,
name,
prefix = null 
)

Definition at line 135 of file domxml-php4-to-php5.php.

create_entity_reference ( content)

Definition at line 141 of file domxml-php4-to-php5.php.

Here is the call graph for this function:

create_processing_instruction ( target,
data = '' 
)

Definition at line 142 of file domxml-php4-to-php5.php.

create_text_node ( content)

Definition at line 143 of file domxml-php4-to-php5.php.

Definition at line 144 of file domxml-php4-to-php5.php.

Here is the call graph for this function:

dump_file ( filename,
compressionmode = false,
format = false 
)

Definition at line 145 of file domxml-php4-to-php5.php.

dump_mem ( format = false,
encoding = false 
)

Definition at line 153 of file domxml-php4-to-php5.php.

free ( )

Definition at line 164 of file domxml-php4-to-php5.php.

get_element_by_id ( id)

Definition at line 170 of file domxml-php4-to-php5.php.

Here is the call graph for this function:

Definition at line 171 of file domxml-php4-to-php5.php.

Definition at line 180 of file domxml-php4-to-php5.php.

Definition at line 112 of file domxml-php4-to-php5.php.

root ( )

Definition at line 181 of file domxml-php4-to-php5.php.

Here is the call graph for this function:

xinclude ( )

Definition at line 182 of file domxml-php4-to-php5.php.

Definition at line 183 of file domxml-php4-to-php5.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations