#include <tinyxml.h>
Public Member Functions | |
TiXmlCursor () | |
void | Clear () |
Public Attributes | |
int | row |
int | col |
TiXmlCursor::TiXmlCursor | ( | ) | [inline] |
void TiXmlCursor::Clear | ( | ) | [inline] |
Referenced by TiXmlCursor().
int TiXmlCursor::col |
Referenced by Clear(), TiXmlDocument::ClearError(), TiXmlBase::Column(), and TiXmlDocument::ErrorCol().
int TiXmlCursor::row |
Referenced by Clear(), TiXmlDocument::ClearError(), TiXmlDocument::ErrorRow(), and TiXmlBase::Row().