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

Public Member Functions

 php4DOMNode ($aDomNode, $aOwnerDocument)
 __get ($name)
 add_child ($newnode)
 add_namespace ($uri, $prefix)
 append_child ($newnode)
 append_sibling ($newnode)
 attributes ()
 child_nodes ()
 children ()
 clone_node ($deep=false)
 dump_node ($node=null)
 first_child ()
 get_content ()
 has_attributes ()
 has_child_nodes ()
 insert_before ($newnode, $refnode)
 is_blank_node ()
 last_child ()
 new_child ($name, $content)
 next_sibling ()
 node_name ()
 node_type ()
 node_value ()
 owner_document ()
 parent_node ()
 prefix ()
 previous_sibling ()
 remove_child ($oldchild)
 replace_child ($newnode, $oldnode)
 replace_node ($newnode)
 set_content ($text)
 set_namespace ($uri, $prefix=null)
 unlink_node ()

Static Public Member Functions

static _newDOMElement ($aDOMNode, $aOwnerDocument)

Data Fields

 $myDOMNode
 $myOwnerDocument

Protected Member Functions

 _importNode ($newnode)

Detailed Description

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


Member Function Documentation

__get ( name)

Reimplemented in php4DOMText, and php4DOMAttr.

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

_importNode ( newnode) [protected]

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

static _newDOMElement ( aDOMNode,
aOwnerDocument 
) [static]

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

Here is the call graph for this function:

Here is the caller graph for this function:

add_child ( newnode)

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

Here is the call graph for this function:

add_namespace ( uri,
prefix 
)

Reimplemented in php4DOMElement.

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

append_child ( newnode)

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

Here is the call graph for this function:

Here is the caller graph for this function:

append_sibling ( newnode)

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

Here is the call graph for this function:

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

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

Here is the caller graph for this function:

children ( )

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

Here is the call graph for this function:

clone_node ( deep = false)

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

Here is the call graph for this function:

dump_node ( node = null)

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

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

Here is the call graph for this function:

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

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

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

insert_before ( newnode,
refnode 
)

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

new_child ( name,
content 
)

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

Here is the call graph for this function:

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

Here is the call graph for this function:

node_name ( )

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

node_type ( )

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

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

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

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

Here is the call graph for this function:

php4DOMNode ( aDomNode,
aOwnerDocument 
)

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

Here is the caller graph for this function:

prefix ( )

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

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

Here is the call graph for this function:

remove_child ( oldchild)

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

Here is the call graph for this function:

replace_child ( newnode,
oldnode 
)

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

Here is the call graph for this function:

replace_node ( newnode)

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

Here is the call graph for this function:

set_content ( text)

Reimplemented in php4DOMText, and php4DOMAttr.

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

Here is the call graph for this function:

set_namespace ( uri,
prefix = null 
)

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

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


Field Documentation

$myDOMNode

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

$myOwnerDocument

Definition at line 246 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