matlab.io.xml.transform.StylesheetSourceDocument Class
Namespace: matlab.io.xml.transform
Description
Use an object of the matlab.io.xml.transform.StylesheetSourceDocument class
to specify a matlab.io.xml.dom.Document object as the stylesheet to use for a transformation.
You can provide a StylesheetSourceDocument object as the stylesheet input to
the transform or
transformToString
method of a matlab.io.xml.transform.Transformer object.
The matlab.io.xml.transform.StylesheetSourceDocument class is a handle class.
Class Attributes
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Creation
Description
stylesheetSourceObj = matlab.io.xml.transform.StylesheetSourceDocument(doc)
creates a matlab.io.xml.transform.StylesheetSourceDocument object with the
Document
property set to the specified matlab.io.xml.dom.Document object.
Properties
Methods
Examples
Version History
Introduced in R2021a
