|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| saveXml () | |
Protected Member Functions | |
| _openElement ($name) | |
| _writeTextData ($text) | |
| _closeElement ($name) | |
| _init () | |
Protected Attributes | |
| $_dom | |
| $_currentElement | |
DOMDocument based implementation of a XML/RPC generator
Definition at line 31 of file DomDocument.php.
| _closeElement | ( | $ | name | ) | [protected] |
Close an previously opened XML element
Resets $_currentElement to the next parent node in the hierarchy
| string | $name |
Reimplemented from Zend_XmlRpc_Generator_GeneratorAbstract.
Definition at line 74 of file DomDocument.php.
| _init | ( | ) | [protected] |
| _openElement | ( | $ | name | ) | [protected] |
Start XML element
| string | $name |
Reimplemented from Zend_XmlRpc_Generator_GeneratorAbstract.
Definition at line 49 of file DomDocument.php.
| _writeTextData | ( | $ | text | ) | [protected] |
Write XML text data into the currently opened XML element
| string | $text |
Reimplemented from Zend_XmlRpc_Generator_GeneratorAbstract.
Definition at line 61 of file DomDocument.php.
| saveXml | ( | ) |
Save XML as a string
Reimplemented from Zend_XmlRpc_Generator_GeneratorAbstract.
Definition at line 86 of file DomDocument.php.
$_currentElement [protected] |
Definition at line 41 of file DomDocument.php.
$_dom [protected] |
Definition at line 36 of file DomDocument.php.