Lines Matching refs:errorLocation
1477 int ErrorRow() const { return errorLocation.row+1; }
1478 int ErrorCol() const { return errorLocation.col+1; } ///< The column where the error occured. See ErrorRow()
1514 errorLocation.row = errorLocation.col = 0;
1515 //errorLocation.last = 0;
1530 void SetError( int err, const char* errorLocation, TiXmlParsingData* prevData, TiXmlEncoding encoding );
1553 TiXmlCursor errorLocation;