Main Content

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

XML の作成、読み取り、および書き込みを行うためのクラス

R2021a 以降

説明

matlab.io.xml.dom パッケージは W3C DOM 標準に従って XML ファイルおよび文字列の作成、読み取り、および書き込みを行うためのクラスで構成されます。

クラス

XML ドキュメントの読み取りおよび書き込み

matlab.io.xml.dom.DOMWriterWriter that serializes an XML document
matlab.io.xml.dom.EntityResolverAbstract base class for entity resolvers
matlab.io.xml.dom.FileWriterWriter that creates a text file
matlab.io.xml.dom.LocatorXML ファイル内の要素の位置
matlab.io.xml.dom.ParserXML マークアップ パーサー
matlab.io.xml.dom.ParserConfigurationXML parser options
matlab.io.xml.dom.ResourceIdentifierXML resource identifier
matlab.io.xml.dom.ResourceIdentifierTypeXML リソース識別子タイプ
matlab.io.xml.dom.WriterConfigurationXML DOM writer options

W3C DOM

matlab.io.xml.dom.AttrAttribute of XML element
matlab.io.xml.dom.CDATASectionCDATA section
matlab.io.xml.dom.CommentComment in XML document
matlab.io.xml.dom.DocumentXML Document
matlab.io.xml.dom.DocumentFragmentGroup of document nodes
matlab.io.xml.dom.DocumentTypeDocument type
matlab.io.xml.dom.ElementElement of XML document
matlab.io.xml.dom.EntityEntity defined by document type
matlab.io.xml.dom.NamedNodeMapSet of document nodes with names
matlab.io.xml.dom.NodeListドキュメント ノードのリスト
matlab.io.xml.dom.NotationNotation in document type definition
matlab.io.xml.dom.ProcessingInstructionXML processing instruction
matlab.io.xml.dom.TextText in an XML document
matlab.io.xml.dom.TypeInfoSchema type information

バージョン履歴

R2021a で導入