saveXML(doc, file=NULL, compression=0, indent=T)
saveXML.XMLInternalDocument(doc, file=NULL, compression=0, indent=T)
saveXML.XMLInternalDOM(doc, file=NULL, compression=0, indent=T)
compression
here~~indent
here~~newXMLDoc
and newXMLNode
.
saveXML
allows one to generate a textual representation of
that DOM in human-readable and reusable XML format.
saveXML
is a generic function that allows one to call
the rendering operation with either the top-level node
of the DOM or of the document object (of class XMLInternalDocument
that is used to
accumulate the nodes and with which the developer
adds nodes.newXMLDoc
newXMLNode
xmlOutputBuffer
xmlOutputDOM