![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
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 194 of file tinyxmlparser.cpp.
|
inlineprivate |
|
inline |
Definition at line 200 of file tinyxmlparser.cpp.
References cursor.
Referenced by TiXmlAttribute::Parse(), TiXmlComment::Parse(), TiXmlDeclaration::Parse(), TiXmlDocument::Parse(), TiXmlElement::Parse(), TiXmlStylesheetReference::Parse(), TiXmlText::Parse(), TiXmlUnknown::Parse(), and TiXmlDocument::SetError().
| void TiXmlParsingData::Stamp | ( | const char * | now, |
| TiXmlEncoding | encoding ) |
Definition at line 217 of file tinyxmlparser.cpp.
References cursor, stamp, tabsize, TIXML_ENCODING_UTF8, TIXML_UTF_LEAD_0, TIXML_UTF_LEAD_1, TIXML_UTF_LEAD_2, and TiXmlBase::utf8ByteTable.
Referenced by TiXmlAttribute::Parse(), TiXmlComment::Parse(), TiXmlDeclaration::Parse(), TiXmlElement::Parse(), TiXmlStylesheetReference::Parse(), TiXmlText::Parse(), TiXmlUnknown::Parse(), and TiXmlDocument::SetError().
|
friend |
Definition at line 195 of file tinyxmlparser.cpp.
References TiXmlDocument.
Referenced by TiXmlDocument.
|
private |
Definition at line 212 of file tinyxmlparser.cpp.
Referenced by TiXmlParsingData(), Cursor(), TiXmlDocument::Parse(), and Stamp().
|
private |
Definition at line 213 of file tinyxmlparser.cpp.
Referenced by TiXmlParsingData(), and Stamp().
|
private |
Definition at line 214 of file tinyxmlparser.cpp.
Referenced by TiXmlParsingData(), and Stamp().