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

Public Member Functions

 saveXml ()

Protected Member Functions

 _openElement ($name)
 _writeTextData ($text)
 _closeElement ($name)
 _init ()

Protected Attributes

 $_dom
 $_currentElement

Detailed Description

DOMDocument based implementation of a XML/RPC generator

Definition at line 31 of file DomDocument.php.


Member Function Documentation

_closeElement ( name) [protected]

Close an previously opened XML element

Resets $_currentElement to the next parent node in the hierarchy

Parameters:
string$name
Returns:
void

Reimplemented from Zend_XmlRpc_Generator_GeneratorAbstract.

Definition at line 74 of file DomDocument.php.

_init ( ) [protected]

Initializes internal objects

Returns:
void

Definition at line 96 of file DomDocument.php.

_openElement ( name) [protected]

Start XML element

Parameters:
string$name
Returns:
void

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

Parameters:
string$text

Reimplemented from Zend_XmlRpc_Generator_GeneratorAbstract.

Definition at line 61 of file DomDocument.php.

saveXml ( )

Save XML as a string

Returns:
string

Reimplemented from Zend_XmlRpc_Generator_GeneratorAbstract.

Definition at line 86 of file DomDocument.php.


Field Documentation

$_currentElement [protected]

Definition at line 41 of file DomDocument.php.

$_dom [protected]

Definition at line 36 of file DomDocument.php.


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