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

This method is called just before the startDocument() method and the application is given a p6IJSONLocator component created by the JSON parser.

The locator can be called at any time to determine where in the JSON input document the parser is currently upto. The Locator object also has helper functions for the application.

Parameters
pObject[ in ] Pointer to a p6IJSONLocator component created by the p6IJSONReader component.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpObject is NULL.