Zend_XmlRpc_Generator_GeneratorAbstractAbstract XML generator adapter
Located in /XmlRpc/Generator/GeneratorAbstract.php (line 26)
| Class | Description |
|---|---|
Zend_XmlRpc_Generator_XmlWriter
|
XML generator adapter based on XMLWriter |
Zend_XmlRpc_Generator_DomDocument
|
DOMDocument based implementation of a XML/RPC generator |
Constructor __construct (line 40)
Construct new instance of the generator
closeElement (line 73)
End of an XML element
Method marks the end of an XML element
flush (line 102)
Returns the XML as a string and flushes all internal buffers
getEncoding (line 92)
Return encoding
openElement (line 55)
Start XML element
Method opens a new XML element with an element name and an optional value
saveXml (line 85)
Return XML as a string
stripDeclaration (line 125)
Removes XML declaration from a string
_closeElement (line 149)
End XML element
_openElement (line 135)
Start XML element
_writeTextData (line 142)
Write XML text data into the currently opened XML element
__toString (line 114)
Returns XML without document declaration
Documentation generated on Mon, 21 Jun 2010 15:25:27 -0400 by phpDocumentor 1.4.3