Main Content
matlab.io.xml.dom.DOMWriter Class
Namespace: matlab.io.xml.dom
Description
Use an object of the matlab.io.xml.dom.DOMWriter
class to create a writer
that serializes an XML document.
The matlab.io.xml.dom.DOMWriter
class is a handle
class.
Class Attributes
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Creation
Description
writer = matlab.io.xml.dom.DOMWriter()
creates a
writer to serialize a matlab.io.xml.dom.Document
object. Use the Configuration property to specify
writer options.
Properties
Methods
Examples
Version History
Introduced in R2021a