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 Member | Error Severity |
---|---|
matlab.io.xml.dom.ParseError.Warning | Warning |
matlab.io.xml.dom.ParseError.Error | Error |
matlab.io.xml.dom.ParseError.FatalError | Fatal error |
matlab.io.xml.dom.ParseError.UnknownError | Unknown error |
Version History
Introduced in R2021b