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

Public Member Functions

 saveXml ()

Protected Member Functions

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

Protected Attributes

 $_xmlWriter

Detailed Description

XML generator adapter based on XMLWriter

Definition at line 31 of file XmlWriter.php.


Member Function Documentation

_closeElement ( name) [protected]

Close an previously opened XML element

Parameters:
string$name
Returns:
void

Reimplemented from Zend_XmlRpc_Generator_GeneratorAbstract.

Definition at line 81 of file XmlWriter.php.

_init ( ) [protected]

Initialized XMLWriter instance

Returns:
void

Definition at line 45 of file XmlWriter.php.

_openElement ( name) [protected]

Open a new XML element

Parameters:
string$nameXML element name
Returns:
void

Reimplemented from Zend_XmlRpc_Generator_GeneratorAbstract.

Definition at line 59 of file XmlWriter.php.

_writeTextData ( text) [protected]

Write XML text data into the currently opened XML element

Parameters:
string$textXML text data
Returns:
void

Reimplemented from Zend_XmlRpc_Generator_GeneratorAbstract.

Definition at line 70 of file XmlWriter.php.

saveXml ( )

Return XML as a string

Returns:
string

Reimplemented from Zend_XmlRpc_Generator_GeneratorAbstract.

Definition at line 88 of file XmlWriter.php.


Field Documentation

$_xmlWriter [protected]

Definition at line 38 of file XmlWriter.php.


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