Main Content
matlab.io.xml.dom Namespace
Classes for creating, reading, and writing XML
Since R2021a
Description
The matlab.io.xml.dom
package consists of classes for creating,
reading, and writing XML files and strings following the W3C DOM standard.
Classes
XML Document Reading and Writing
matlab.io.xml.dom.DOMWriter | Writer that serializes an XML document |
matlab.io.xml.dom.EntityResolver | Abstract base class for entity resolvers |
matlab.io.xml.dom.FileWriter | Writer that creates a text file |
matlab.io.xml.dom.Locator | Location of element in XML file |
matlab.io.xml.dom.Parser | XML markup parser |
matlab.io.xml.dom.ParserConfiguration | XML parser options |
matlab.io.xml.dom.ResourceIdentifier | XML resource identifier |
matlab.io.xml.dom.ResourceIdentifierType | XML resource identifier type |
matlab.io.xml.dom.WriterConfiguration | XML DOM writer options |
W3C DOM
matlab.io.xml.dom.Attr | Attribute of XML element |
matlab.io.xml.dom.CDATASection | CDATA section |
matlab.io.xml.dom.Comment | Comment in XML document |
matlab.io.xml.dom.Document | XML Document |
matlab.io.xml.dom.DocumentFragment | Group of document nodes |
matlab.io.xml.dom.DocumentType | Document type |
matlab.io.xml.dom.Element | Element of XML document |
matlab.io.xml.dom.Entity | Entity defined by document type |
matlab.io.xml.dom.NamedNodeMap | Set of document nodes with names |
matlab.io.xml.dom.NodeList | List of document nodes |
matlab.io.xml.dom.Notation | Notation in document type definition |
matlab.io.xml.dom.ProcessingInstruction | XML processing instruction |
matlab.io.xml.dom.Text | Text in an XML document |
matlab.io.xml.dom.TypeInfo | Schema type information |
Version History
Introduced in R2021a