P6R::p6ISAX2ErrorHandler Interface Reference

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

#include <p6sax2errorhandler.h>

Inherits P6R::p6ICom.

List of all members.

Public Member Functions

virtual P6R::P6INT32 addref ()=0
 This method increases the reference count of the component instance by one.
virtual P6R::P6ERR error (P6ERR errorCode, p6ISAX2Locator *pObject)=0
 The XML parser notifies the application that a recoverable parsing error has been detected.
virtual P6R::P6ERR errorEx (P6ERR errorCode, p6ISAX2Locator *pObject, const P6WCHAR *pDisplay)=0
 The XML parser notifies the application that a recoverable parsing error has been detected.
virtual P6R::P6ERR fatalError (P6ERR errorCode, p6ISAX2Locator *pObject)=0
 The XML parser notifies the application that a non-recoverable parsing error has been detected.
virtual P6R::P6ERR fatalErrorEx (P6ERR errorCode, p6ISAX2Locator *pObject, const P6WCHAR *pDisplay)=0
 The XML parser notifies the application that a non-recoverable parsing error has been detected.
virtual P6R::P6ERR queryInterface (const P6R::IID &iid, P6R::P6VOID **ppIface)=0
 This method queries the component for a specific interface.
virtual P6R::P6INT32 release ()=0
 This method decrements a components reference count.
virtual P6R::P6ERR warning (P6ERR errorCode, p6ISAX2Locator *pObject)=0
 The XML parser notifies the application of an unusual condition detected during parsing.
virtual P6R::P6ERR warningEx (P6ERR errorCode, p6ISAX2Locator *pObject, const P6WCHAR *pDisplay)=0
 The XML parser notifies the application of an unusual condition detected during parsing.

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 31 of file p6sax2errorhandler.h.


The documentation for this interface was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.