Main Content

matlab.io.xml.dom.ParseErrorSeverity Class

Namespace: matlab.io.xml.dom

Enumeration class denoting XML markup parse error severity

Since R2021b

Description

The matlab.io.xml.dom.ParseErrorSeverity enumeration class specifies the severity of an XML markup parse error in an XML file or string.

When you use the getSeverity method of a matlab.io.xml.dom.ParseError to obtain the severity of the error object, the method returns a matlab.io.xml.dom.ParseErrorSeverity object.

Enumeration MemberError Severity
matlab.io.xml.dom.ParseError.WarningWarning
matlab.io.xml.dom.ParseError.ErrorError
matlab.io.xml.dom.ParseError.FatalErrorFatal error
matlab.io.xml.dom.ParseError.UnknownErrorUnknown error

Version History

Introduced in R2021b