Class Zend_XmlRpc_Generator_DomDocument

Description

DOMDocument based implementation of a XML/RPC generator

Located in /XmlRpc/Generator/DomDocument.php (line 31)

Zend_XmlRpc_Generator_GeneratorAbstract
   |
   --Zend_XmlRpc_Generator_DomDocument
Variable Summary
 DOMDocument $_dom
Method Summary
 string saveXml ()
 void _closeElement (string $name)
 void _init ()
 void _openElement (string $name)
 void _writeTextData (string $text)
Variables
DOMNode $_currentElement (line 41)
  • access: protected
DOMDocument $_dom (line 36)
  • access: protected

Inherited Variables

Inherited from Zend_XmlRpc_Generator_GeneratorAbstract

Zend_XmlRpc_Generator_GeneratorAbstract::$_encoding
Methods
saveXml (line 86)

Save XML as a string

  • access: public
string saveXml ()

Redefinition of:
Zend_XmlRpc_Generator_GeneratorAbstract::saveXml()
Return XML as a string
_closeElement (line 74)

Close an previously opened XML element

Resets $_currentElement to the next parent node in the hierarchy

  • access: protected
void _closeElement (string $name)
  • string $name

Redefinition of:
Zend_XmlRpc_Generator_GeneratorAbstract::_closeElement()
End XML element
_init (line 96)

Initializes internal objects

  • access: protected
void _init ()
_openElement (line 49)

Start XML element

  • access: protected
void _openElement (string $name)
  • string $name

Redefinition of:
Zend_XmlRpc_Generator_GeneratorAbstract::_openElement()
Start XML element
_writeTextData (line 61)

Write XML text data into the currently opened XML element

  • access: protected
void _writeTextData (string $text)
  • string $text

Redefinition of:
Zend_XmlRpc_Generator_GeneratorAbstract::_writeTextData()
Write XML text data into the currently opened XML element

Inherited Methods

Inherited From Zend_XmlRpc_Generator_GeneratorAbstract

 Zend_XmlRpc_Generator_GeneratorAbstract::__construct()
 Zend_XmlRpc_Generator_GeneratorAbstract::closeElement()
 Zend_XmlRpc_Generator_GeneratorAbstract::flush()
 Zend_XmlRpc_Generator_GeneratorAbstract::getEncoding()
 Zend_XmlRpc_Generator_GeneratorAbstract::openElement()
 Zend_XmlRpc_Generator_GeneratorAbstract::saveXml()
 Zend_XmlRpc_Generator_GeneratorAbstract::stripDeclaration()
 Zend_XmlRpc_Generator_GeneratorAbstract::_closeElement()
 Zend_XmlRpc_Generator_GeneratorAbstract::_openElement()
 Zend_XmlRpc_Generator_GeneratorAbstract::_writeTextData()
 Zend_XmlRpc_Generator_GeneratorAbstract::__toString()

Documentation generated on Mon, 21 Jun 2010 15:17:45 -0400 by phpDocumentor 1.4.3