XmlSaxErrorHandler Interface Reference
Inheritance diagram for XmlSaxErrorHandler:
Public Member Functions | |
void | Error (System.Xml.XmlException exception) |
void | FatalError (System.Xml.XmlException exception) |
void | Warning (System.Xml.XmlException exception) |
Detailed Description
This interface will manage errors during the parsing of a XML document.
Member Function Documentation
void Error | ( | System.Xml.XmlException | exception | ) |
This method manage an error exception ocurred during the parsing process.
- Parameters:
-
exception The exception thrown by the parser.
Implemented in Asn1XerSaxHandler, and XmlSaxDefaultHandler.
void FatalError | ( | System.Xml.XmlException | exception | ) |
This method manage a fatal error exception ocurred during the parsing process.
- Parameters:
-
exception The exception thrown by the parser.
Implemented in Asn1XerSaxHandler, and XmlSaxDefaultHandler.
void Warning | ( | System.Xml.XmlException | exception | ) |
This method manage a warning exception ocurred during the parsing process.
- Parameters:
-
exception The exception thrown by the parser.
Implemented in Asn1XerSaxHandler, and XmlSaxDefaultHandler.