◆ TiXmlParsingData()
| TiXmlParsingData::TiXmlParsingData |
( |
const char * |
start, |
|
|
int |
_tabsize, |
|
|
int |
row, |
|
|
int |
col |
|
) |
| |
|
inlineprivate |
const char * stamp
Definition: tinyxmlparser.cpp:191
int tabsize
Definition: tinyxmlparser.cpp:192
TiXmlCursor cursor
Definition: tinyxmlparser.cpp:190
int col
Definition: tinyxml.h:105
int row
Definition: tinyxml.h:104
◆ Cursor()
◆ Stamp()
215 const unsigned char* pU = (
const unsigned char*)
p;
264 if ( *(
p+1) && *(
p+2) )
270 else if ( *(pU+1)==0xbfU && *(pU+2)==0xbeU )
272 else if ( *(pU+1)==0xbfU && *(pU+2)==0xbfU )
static const int utf8ByteTable[256]
Definition: tinyxml.h:253
p
Definition: testBGReduction_AllMethods.C:8
@ TIXML_ENCODING_UTF8
Definition: tinyxml.h:166
const unsigned char TIXML_UTF_LEAD_0
Definition: tinyxmlparser.cpp:62
const unsigned char TIXML_UTF_LEAD_1
Definition: tinyxmlparser.cpp:63
const unsigned char TIXML_UTF_LEAD_2
Definition: tinyxmlparser.cpp:64
◆ TiXmlDocument
◆ cursor
◆ stamp
| const char* TiXmlParsingData::stamp |
|
private |
◆ tabsize
| int TiXmlParsingData::tabsize |
|
private |
The documentation for this class was generated from the following file: