
Public Member Functions | |
| void | Stamp (const char *now, TiXmlEncoding encoding) |
| const TiXmlCursor & | Cursor () |
Private Member Functions | |
| TiXmlParsingData (const char *start, int _tabsize, int row, int col) | |
Private Attributes | |
| TiXmlCursor | cursor |
| const char * | stamp |
| int | tabsize |
Friends | |
| class | TiXmlDocument |
Definition at line 170 of file tinyxmlparser.cpp.
| TiXmlParsingData::TiXmlParsingData | ( | const char * | start, | |
| int | _tabsize, | |||
| int | row, | |||
| int | col | |||
| ) | [inline, private] |
| void TiXmlParsingData::Stamp | ( | const char * | now, | |
| TiXmlEncoding | encoding | |||
| ) |
Definition at line 195 of file tinyxmlparser.cpp.
References assert, TiXmlCursor::col, cursor, TiXmlCursor::row, stamp, tabsize, TIXML_ENCODING_UTF8, TIXML_UTF_LEAD_0, TIXML_UTF_LEAD_1, TIXML_UTF_LEAD_2, and TiXmlBase::utf8ByteTable.
Referenced by TiXmlDeclaration::Parse(), TiXmlText::Parse(), TiXmlAttribute::Parse(), TiXmlComment::Parse(), TiXmlUnknown::Parse(), TiXmlElement::Parse(), and TiXmlDocument::SetError().
| const TiXmlCursor& TiXmlParsingData::Cursor | ( | ) | [inline] |
Definition at line 176 of file tinyxmlparser.cpp.
Referenced by TiXmlDeclaration::Parse(), TiXmlText::Parse(), TiXmlAttribute::Parse(), TiXmlComment::Parse(), TiXmlUnknown::Parse(), TiXmlElement::Parse(), TiXmlDocument::Parse(), and TiXmlDocument::SetError().
friend class TiXmlDocument [friend] |
Definition at line 172 of file tinyxmlparser.cpp.
TiXmlCursor TiXmlParsingData::cursor [private] |
Definition at line 189 of file tinyxmlparser.cpp.
Referenced by TiXmlDocument::Parse(), and Stamp().
const char* TiXmlParsingData::stamp [private] |
int TiXmlParsingData::tabsize [private] |
1.5.6