Main Content
matlab.io.xml.dom.ParseErrorHandler Class
Namespace: matlab.io.xml.dom
Description
matlab.io.xml.dom.ParseErrorHandler
is an abstract base class for deriving
error handlers that handle XML markup errors encountered by a parser when parsing an XML file
or string. You must implement the handleError
method in classes derived
from this abstract base class.
You cannot instantiate an object of this abstract class.
The matlab.io.xml.dom.ParseErrorHandler
class is a handle
class.
Class Attributes
Abstract | true |
Sealed | false |
ConstructOnLoad | true |
For information on class attributes, see Class Attributes.
Methods
Examples
Version History
Introduced in R2021b