Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6ISAX2ErrorHandler Interface Referenceabstract

#include <p6sax2errorhandler.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR error (P6ERR errorCode, p6ISAX2Locator *pObject)=0
 
virtual P6R::P6ERR errorEx (P6ERR errorCode, p6ISAX2Locator *pObject, const P6WCHAR *pDisplay)=0
 
virtual P6R::P6ERR fatalError (P6ERR errorCode, p6ISAX2Locator *pObject)=0
 
virtual P6R::P6ERR fatalErrorEx (P6ERR errorCode, p6ISAX2Locator *pObject, const P6WCHAR *pDisplay)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=0
 
virtual P6R::P6ERR warning (P6ERR errorCode, p6ISAX2Locator *pObject)=0
 
virtual P6R::P6ERR warningEx (P6ERR errorCode, p6ISAX2Locator *pObject, const P6WCHAR *pDisplay)=0
 

Detailed Description

This SAX2 interface is implemented by an application using P6R's XML parser.

This is a callback object that is registered with the p6ISAX2XMLReader::setErrorHandler() method. Once registered the XML parser will call one of the 3 methods of this object to notify the application of a parsing error.

Definition at line 33 of file p6sax2errorhandler.h.


The documentation for this interface was generated from the following file: