Main Content

matlab.io.xml.dom.ParseError Class

Namespace: matlab.io.xml.dom

Specifies XML markup parse error

Since R2021b

Description

Objects of the matlab.io.xml.dom.ParseError class specify information about an XML markup parse error. A MAXP parser creates an instance of this class when it encounters the error in the XML. The parser passes the instance to the registered error handler with information about the error.

The matlab.io.xml.dom.ParseError class is a handle class.

Class Attributes

HandleCompatible
true
Sealed
false
ConstructOnLoad
true

For information on class attributes, see Class Attributes.

Properties

expand all

Error description, specified as string scalar or character vector.

Attributes:

GetAccess
public
SetAccess
private

Methods

expand all

Version History

Introduced in R2021b