matlab.io.xml.dom.ResourceIdentifier Class
Namespace: matlab.io.xml.dom
Description
An object of the matlab.io.xml.dom.ResourceIdentifier
class identifies the
type of resource for an entity resolver to identify.
When you configure a matlab.io.xml.dom.Parser
object to resolve entities by using a class derived from
the matlab.io.xml.dom.EntityResolver
class, and the parser encounters an entity, the
parser creates a matlab.io.xml.dom.ResourceIdentifier
object. You can access
the ResourceIdentifier
object in the resolveEntity
method of
your entity resolver. Use the ResourceIdentifier
object to determine the
resolution of an entity.
The matlab.io.xml.dom.ResourceIdentifier
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