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

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

The locator can be called at any time to determine where in the XML input document the parser is currently upto.

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