__construct()
__toString()
closeElement()
flush()
getEncoding()
openElement()
saveXml()
setEncoding()
stripDeclaration()
_closeElement()
_init()
_openElement()
_writeTextData()
$currentElement
$dom
$encoding
DOMDocument based implementation of a XML/RPC generator
__construct(string $encoding)
| inherited_from | \Zend\XmlRpc\Generator\AbstractGenerator::__construct() |
|---|
stringXML encoding, default UTF-8
__toString() : string
| inherited_from | \Zend\XmlRpc\Generator\AbstractGenerator::__toString() |
|---|
stringcloseElement(string $name) : \Zend\XmlRpc\Generator\AbstractGenerator
Method marks the end of an XML element
| inherited_from | \Zend\XmlRpc\Generator\AbstractGenerator::closeElement() |
|---|
stringXML tag name
\Zend\XmlRpc\Generator\AbstractGeneratorFluent interfaceflush() : string
| inherited_from | \Zend\XmlRpc\Generator\AbstractGenerator::flush() |
|---|
stringgetEncoding() : string
| inherited_from | \Zend\XmlRpc\Generator\AbstractGenerator::getEncoding() |
|---|
stringopenElement(string $name, string $value) : \Zend\XmlRpc\Generator\AbstractGenerator
Method opens a new XML element with an element name and an optional value
| inherited_from | \Zend\XmlRpc\Generator\AbstractGenerator::openElement() |
|---|
stringXML tag name
stringOptional value of the XML tag
\Zend\XmlRpc\Generator\AbstractGeneratorFluent interfacesaveXml() : string
stringsetEncoding(string $encoding) : \Zend\XmlRpc\Generator\AbstractGenerator
| inherited_from | \Zend\XmlRpc\Generator\AbstractGenerator::setEncoding() |
|---|
string
stripDeclaration(string $xml) : string
| inherited_from | \Zend\XmlRpc\Generator\AbstractGenerator::stripDeclaration() |
|---|
string
string_closeElement(string $name) : void
Resets $currentElement to the next parent node in the hierarchy
string
_init() : void
_openElement(string $name) : void
string
_writeTextData(string $text)
string
$encoding : string
| inherited_from | \Zend\XmlRpc\Generator\AbstractGenerator::$$encoding |
|---|