matlab.io.xml.transform.CompiledStylesheet 类
包: matlab.io.xml.transform
说明
matlab.io.xml.transform.CompiledStylesheet
类的一个对象表示编译的样式表。您可以为 matlab.io.xml.transform.Transformer
对象的 transform
或 transformToString
方法提供 CompiledStylesheet
对象。
matlab.io.xml.transform.CompiledStylesheet
类是 handle
类。
创建对象
要创建 matlab.io.xml.transform.CompiledStylesheet
对象,请调用 matlab.io.xml.transform.Transformer
对象的 compileStylesheet
方法。
示例
版本历史记录
在 R2021a 中推出