matlab.io.xml.dom.DocumentType Class
Namespace: matlab.io.xml.dom
Description
An object of the matlab.io.xml.dom.DocuementType
class represents a
document type.
The getDoctype
method of a matlab.io.xml.dom.Document
object returns a
matlab.io.xml.dom.DocumentType
object if the Document
object
was created by a parser from XML markup that contains a document type definition (DTD).
Note
A DocumentType
object inherits methods and properties from the
matlab.io.xml.dom.Node
class that are ineffective or cause errors when used
with a DocumentType
object. Use only the methods and properties documented on
this page.
The matlab.io.xml.dom.DocumentType
class is a handle
class.
Class Attributes
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Properties
Methods
Examples
Version History
Introduced in R2021a