__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() |
---|
string
XML encoding, default UTF-8
__toString() : string
inherited_from | \Zend\XmlRpc\Generator\AbstractGenerator::__toString() |
---|
string
closeElement(string $name) : \Zend\XmlRpc\Generator\AbstractGenerator
Method marks the end of an XML element
inherited_from | \Zend\XmlRpc\Generator\AbstractGenerator::closeElement() |
---|
string
XML tag name
\Zend\XmlRpc\Generator\AbstractGenerator
Fluent interfaceflush() : string
inherited_from | \Zend\XmlRpc\Generator\AbstractGenerator::flush() |
---|
string
getEncoding() : string
inherited_from | \Zend\XmlRpc\Generator\AbstractGenerator::getEncoding() |
---|
string
openElement(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() |
---|
string
XML tag name
string
Optional value of the XML tag
\Zend\XmlRpc\Generator\AbstractGenerator
Fluent interfacesaveXml() : string
string
setEncoding(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 |
---|