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

The application making use of the JSON Reader can use this interface to find out where in the JSON document the parser is currently processing.

This function will return the column number offset in the current line (see getLineNumber() below).

This information is especially useful when passed to an application in the p6IJSONErrorHandler component. The combination of the line and column number offset will point to a parsing problem.

Parameters
pNumber[ out ] starts at 1, character offset in the current line.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpNumber is NULL.