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

#include <p6sax2entityresolver.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=0
 
virtual P6R::P6ERR resolveEntity (P6CHAR *pPublicId, P6CHAR *pSystemId, p6IDataStream **pStream)=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::setEntityHandler() method. The purpose of this callback is to allow the application to resolve the location of an external entity.

Currently this functionality is not implemented in the p6ISAX2XMLReader.

Definition at line 33 of file p6sax2entityresolver.h.


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