Main Content
matlab.io.xml.transform.ResultDocument Class
Namespace: matlab.io.xml.transform
Description
Use an object of the matlab.io.xml.transform.ResultDocument
class to store
the results of an XML transformation as a matlab.io.xml.dom.Document
object.
You can provide a ResultDocument
object to the transform
or
transformToString
method of a matlab.io.xml.transform.Transformer
object.
The matlab.io.xml.transform.ResultDocument
class is a handle
class.
Class Attributes
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Creation
Description
resultObj = matlab.io.xml.transform.ResultDocument()
creates a matlab.io.xml.transform.ResultDocument
object.
Properties
Methods
Examples
Version History
Introduced in R2021a