Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:errorLocation

1299 	int ErrorRow()	{ return errorLocation.row+1; }
1300 int ErrorCol() { return errorLocation.col+1; } ///< The column where the error occured. See ErrorRow()
1336 errorLocation.row = errorLocation.col = 0;
1337 //errorLocation.last = 0;
1346 void SetError( int err, const char* errorLocation, TiXmlParsingData* prevData, TiXmlEncoding encoding );
1363 TiXmlCursor errorLocation;