|
|
Home | Loader API | Interfaces | File List | Index | |
This SAX2 interface is implemented by an application using P6R's XML parser. More...
#include <p6sax2entityresolver.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6R::P6INT32 | addref ()=0 |
This method increases the reference count of the component instance by one. | |
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 | resolveEntity (P6CHAR *pPublicId, P6CHAR *pSystemId, p6IDataStream **pStream)=0 |
Allow an application to resolve and return the data to an external entity. |
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 31 of file p6sax2entityresolver.h.