Interface GeneratorInterface

Summary

Fully Qualified Name: Zend\XmlRpc\Generator\GeneratorInterface

Description

XML generator adapter interface

Methods

Name Description Defined By
__toString() GeneratorInterface
closeElement() GeneratorInterface
flush() GeneratorInterface
getEncoding() GeneratorInterface
openElement() GeneratorInterface
saveXml() Return XML as a string GeneratorInterface
setEncoding() GeneratorInterface
stripDeclaration() GeneratorInterface

Method Details

__toString()

Returns: void

closeElement()

Parameter Name Type Description
$name

Returns: void

flush()

Returns: void

getEncoding()

Returns: void

openElement()

Parameter Name Type Description
$name
$value

Returns: void

saveXml()

Return XML as a string

Returns: string

setEncoding()

Parameter Name Type Description
$encoding

Returns: void

stripDeclaration()

Parameter Name Type Description
$xml

Returns: void

Top