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

The calling application uses this method to register a content handler.

The JSON parser calls the user supplied object with "events" such as start and end document, start and end object, etc. See the p6jsoncontenthandler.h

Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.