Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:ErrorRow

1458 		- The ErrorRow() and ErrorCol() will return the location of the error (if known)
1477 int ErrorRow() const { return errorLocation.row+1; }
1478 int ErrorCol() const { return errorLocation.col+1; } ///< The column where the error occured. See ErrorRow()
1480 /** SetTabSize() allows the error reporting functions (ErrorRow() and ErrorCol())