getDataContainer()
getDomDocument()
getElement()
getExceptions()
getRootElement()
getType()
ignoreExceptions()
render()
saveXml()
setRootElement()
setType()
getDataContainer() : mixed
mixedgetExceptions() : array
arraygetRootElement() : \DOMElement
getType() : string
stringValue will be "rss" or "atom"ignoreExceptions() : mixed
mixedrender() : void
saveXml() : string
stringsetRootElement(\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