11 #ifndef P6SAX2ENTITYRESOLVER_H__
12 #define P6SAX2ENTITYRESOLVER_H__ 1
51 #define IF_p6ISAX2EntityResolver {0x1d4aabf,0xcda0,0x4e58,{0x8e,0xfc,0x5c,0xe6,0x7a,0x24,0xaf,0x78}}
p6IDataStream interface definitions
This SAX2 interface is implemented by an application using P6R's XML parser.
This interface is implmented by components that support receiving streamed data.
The base interface all [p6]COM components must derive from and implement.
virtual P6R::P6ERR resolveEntity(P6CHAR *pPublicId, P6CHAR *pSystemId, p6IDataStream **pStream)=0
Allow an application to resolve and return the data to an external entity.
char P6CHAR
Narrow character type.