Home | History | Annotate | Download | only in tinyxml

Lines Matching defs:Cursor

177 	const TiXmlCursor& Cursor() const	{ return cursor; }
186 cursor.row = row;
187 cursor.col = col;
190 TiXmlCursor cursor;
207 int row = cursor.row;
208 int col = cursor.col;
305 cursor.row = row;
306 cursor.col = col;
307 assert( cursor.row >= -1 );
308 assert( cursor.col >= -1 );
723 location.row = prevData->cursor.row;
724 location.col = prevData->cursor.col;
732 location = data.Cursor();
813 errorLocation = data->Cursor();
1057 location = data->Cursor();
1283 location = data->Cursor();
1347 location = data->Cursor();
1400 location = data->Cursor();
1505 location = data->Cursor();
1586 location = data->Cursor();