@ -577,7 +577,7 @@ public:
# endif
/** Add a new node related to this. Adds a child past the LastChild.
Returns a pointer to the new object or NULL if an error occur ed.
Returns a pointer to the new object or NULL if an error occur r ed.
*/
TiXmlNode * InsertEndChild ( const TiXmlNode & addThis ) ;
@ -594,17 +594,17 @@ public:
TiXmlNode * LinkEndChild ( TiXmlNode * addThis ) ;
/** Add a new node related to this. Adds a child before the specified child.
Returns a pointer to the new object or NULL if an error occur ed.
Returns a pointer to the new object or NULL if an error occur r ed.
*/
TiXmlNode * InsertBeforeChild ( TiXmlNode * beforeThis , const TiXmlNode & addThis ) ;
/** Add a new node related to this. Adds a child after the specified child.
Returns a pointer to the new object or NULL if an error occur ed.
Returns a pointer to the new object or NULL if an error occur r ed.
*/
TiXmlNode * InsertAfterChild ( TiXmlNode * afterThis , const TiXmlNode & addThis ) ;
/** Replace a child of this node.
Returns a pointer to the new object or NULL if an error occur ed.
Returns a pointer to the new object or NULL if an error occur r ed.
*/
TiXmlNode * ReplaceChild ( TiXmlNode * replaceThis , const TiXmlNode & withThis ) ;
@ -1471,7 +1471,7 @@ public:
@ sa SetTabSize , Row , Column
*/
int ErrorRow ( ) const { return errorLocation . row + 1 ; }
int ErrorCol ( ) const { return errorLocation . col + 1 ; } ///< The column where the error occur ed. See ErrorRow()
int ErrorCol ( ) const { return errorLocation . col + 1 ; } ///< The column where the error occur r ed. See ErrorRow()
/** SetTabSize() allows the error reporting functions (ErrorRow() and ErrorCol())
to report the correct values for row and column . It does not change the output