matlab.io.xml.transform.Transformer Class
Namespace: matlab.io.xml.transform
Description
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.
Class Attributes
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Creation
Description
transformer = Transformer()
creates an XML
document transformer.
Properties
Methods
Examples
Algorithms
The MATLAB®
Transformer
object supports the use of many, but not all, standard XPath
functions in stylesheets. For a list of supported XPath functions, see matlab.io.xml.xpath.Evaluator
.
The Transformer
object also supports these standard
xslt
functions in stylesheets and xslt
extension
(EXSLT) function categories:
xslt Functions in Stylesheets | EXSLT Functions |
---|---|
For more information on definitions and usage of functions in stylesheets, see XSL Transformations (XSLT) on the World Wide Web Consortium website. | Common:
Math:
Set:
String:
Dynamic:
Date and Time:
|