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.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.