Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:col

104 	void Clear()		{ row = col = -1; }
107 int col; // 0 based.
199 int Column() const { return location.col + 1; } ///< See Row()
1300 int ErrorCol() { return errorLocation.col+1; } ///< The column where the error occured. See ErrorRow()
1336 errorLocation.row = errorLocation.col = 0;