Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISAX2XMLReader::setEntityResolver ( p6ISAX2EntityResolver pObject)
pure virtual

The calling application uses this method to register an application written (or custom) entity resolver.

Parameters
pObject[ in ] Pointer to a resolver handler written by an application.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.