getDataContainer()
getDomDocument()
getElement()
getExceptions()
getRootElement()
getType()
ignoreExceptions()
render()
saveXml()
setRootElement()
setType()
getDataContainer() : mixed
mixed
getExceptions() : array
array
getRootElement() : \DOMElement
getType() : string
string
Value will be "rss" or "atom"ignoreExceptions() : mixed
mixed
render() : void
saveXml() : string
string
setRootElement(\DOMElement $root)
This helps simplify the appending of namespace declarations, but also ensures namespaces are added to the root element - not scattered across the entire XML file - may assist namespace unsafe parsers and looks pretty ;).
\DOMElement
setType(string $type)
This allows other objects to gracefully choose whether to execute or not, depending on their appropriateness for the current type, e.g. renderers.
string