Searched refs:ErrorCol (Results 1 – 4 of 4) sorted by relevance
51 … printf("tinyxml error: <%s> row[%d] col[%d]\n", doc.ErrorDesc(), doc.ErrorRow(), doc.ErrorCol()); in load_buf()
357 XmlTest( "Error column", doc.ErrorCol(), 17 ); in main()
1300 …int ErrorCol() { return errorLocation.col+1; } ///< The column where the error occured. See ErrorR… in ErrorCol() function
217 … " id " << node.ErrorId() << " row " << node.ErrorRow() << " col " << node.ErrorCol() << std::endl; in main()