#include <tinyxml2.h>
Definition at line 118 of file tinyxml2.h.
◆ anonymous enum
Enumerator |
---|
NEEDS_ENTITY_PROCESSING | |
NEEDS_NEWLINE_NORMALIZATION | |
COLLAPSE_WHITESPACE | |
TEXT_ELEMENT | |
TEXT_ELEMENT_LEAVE_ENTITIES | |
ATTRIBUTE_NAME | |
ATTRIBUTE_VALUE | |
ATTRIBUTE_VALUE_LEAVE_ENTITIES | |
COMMENT | |
Definition at line 121 of file tinyxml2.h.
◆ StrPair()
tinyxml2::StrPair::StrPair |
( |
| ) |
|
|
inline |
◆ ~StrPair()
tinyxml2::StrPair::~StrPair |
( |
| ) |
|
◆ Empty()
bool tinyxml2::StrPair::Empty |
( |
| ) |
const |
|
inline |
◆ GetStr()
const char * tinyxml2::StrPair::GetStr |
( |
| ) |
|
◆ ParseName()
char * tinyxml2::StrPair::ParseName |
( |
char * |
in | ) |
|
◆ ParseText()
char * tinyxml2::StrPair::ParseText |
( |
char * |
in, |
|
|
const char * |
endTag, |
|
|
int |
strFlags |
|
) |
| |
◆ Set()
void tinyxml2::StrPair::Set |
( |
char * |
start, |
|
|
char * |
end, |
|
|
int |
flags |
|
) |
| |
|
inline |
◆ SetInternedStr()
void tinyxml2::StrPair::SetInternedStr |
( |
const char * |
str | ) |
|
|
inline |
◆ SetStr()
void tinyxml2::StrPair::SetStr |
( |
const char * |
str, |
|
|
int |
flags = 0 |
|
) |
| |
The documentation for this class was generated from the following files: