matlab.io.xml.dom.Entity Class
Namespace: matlab.io.xml.dom
Description
An object of the matlab.io.xml.dom.Entity class represents an XML entity.
An XML entity is document content that has a name and is defined by a document type definition
associated with a document. The getEntities method of a matlab.io.xml.dom.DocumentType object returns a list of the entities defined by the
document type as a matlab.io.xml.dom.NamedNodeMap object. Use the item method of the
NamedNodeMap object to return an Entity object that is in the
list.
Note
An Entity object inherits methods and properties from the
matlab.io.xml.dom.Node class that are ineffective or cause errors when used
with an Entity object. Use only the methods and properties documented on this
page.
The matlab.io.xml.dom.Entity 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