matlab.io.xml.dom.TypeInfo Class
Namespace: matlab.io.xml.dom
Description
An object of the matlab.io.xml.dom.TypeInfo class specifies the name,
namespace, and derivation of an element or attribute type that is defined by a schema.
The matlab.io.xml.dom.TypeInfo class is a handle class.
Class Attributes
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Creation
To create a matlab.io.xml.dom.TypeInfo object, call the
getSchemaTypeInfo method of a matlab.io.xml.dom.Element or matlab.io.xml.dom.Attr object contained in a parsed matlab.io.xml.dom.Document object. The type information is available in an element
or attribute only if you configure the parser to validate the XML against a schema and save
the post-schema-validation information (PSVI) in the elements and attributes.
Properties
Methods
Examples
Version History
Introduced in R2021a