enum tinyxml2::Whitespace |
Definition at line 1639 of file tinyxml2.h.
enum tinyxml2::XMLError |
Definition at line 513 of file tinyxml2.h.
static FILE* tinyxml2::callfopen | ( | const char * | filepath, |
const char * | mode | ||
) | [static] |
Definition at line 2125 of file tinyxml2.cpp.
const Entity tinyxml2::entities[NUM_ENTITIES] [static] |
{ { "quot", 4, DOUBLE_QUOTE }, { "amp", 3, '&' }, { "apos", 4, SINGLE_QUOTE }, { "lt", 2, '<' }, { "gt", 2, '>' } }
Definition at line 129 of file tinyxml2.cpp.
const int tinyxml2::NUM_ENTITIES = 5 [static] |
Definition at line 128 of file tinyxml2.cpp.