メインコンテンツ

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

matlab.io.xml.transform の名前空間

XML ドキュメントを変換するクラス

説明

matlab.io.xml.transform パッケージは、XSLT 1.0 標準に従って XML ドキュメントを 1 つのタイプから別のタイプに変換するクラスで構成されます。たとえば、これらのクラスを使用して、DocBook XML ドキュメントを HTML ドキュメントに変換します。

クラス

matlab.io.xml.transform.CompiledStylesheetCompiled stylesheet
matlab.io.xml.transform.ResultDocumentStore transformation result as document
matlab.io.xml.transform.ResultFileStore transformation result as file
matlab.io.xml.transform.ResultStringStore transformation result as string
matlab.io.xml.transform.SourceDocumentXML source document for transformation
matlab.io.xml.transform.SourceFileXML source file for transformation
matlab.io.xml.transform.SourceStringXML source string for transformation
matlab.io.xml.transform.StylesheetSourceDocumentStylesheet source document for transformation
matlab.io.xml.transform.StylesheetSourceFileStylesheet source file for transformation
matlab.io.xml.transform.StylesheetSourceStringXSL source string for transformation
matlab.io.xml.transform.TracerTrace execution of stylesheet
matlab.io.xml.transform.TransformerXML document transformer

バージョン履歴

R2021a で導入