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

The content handler component is defined and set by the application.

Return a pointer to the handler that the application set.

Parameters
pObject[ out ] Pointer to content handler
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgpObject is NULL.