Package: matlab.io.xml.transform
XML document transformer
Use an object of the matlab.io.xml.transform.Transformer class to define an
XML document transformer that transforms an XML document into another type of document. For
example, use a transformer to transform an XML document into an HTML document.
The matlab.io.xml.transform.Transformer class is a handle class.
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
transformer = Transformer() creates an XML
document transformer.
matlab.io.xml.dom.Document | matlab.io.xml.transform.CompiledStylesheet | matlab.io.xml.transform.ResultDocument | matlab.io.xml.transform.ResultFile | matlab.io.xml.transform.ResultString | matlab.io.xml.transform.SourceDocument | matlab.io.xml.transform.SourceFile | matlab.io.xml.transform.SourceString | matlab.io.xml.transform.StylesheetSourceDocument | matlab.io.xml.transform.StylesheetSourceFile | matlab.io.xml.transform.StylesheetSourceString