#include <xml.h>
◆ anonymous enum
Enumerator |
---|
NEEDS_ENTITY_PROCESSING | |
NEEDS_NEWLINE_NORMALIZATION | |
NEEDS_WHITESPACE_COLLAPSING | |
TEXT_ELEMENT | |
TEXT_ELEMENT_LEAVE_ENTITIES | |
ATTRIBUTE_NAME | |
ATTRIBUTE_VALUE | |
ATTRIBUTE_VALUE_LEAVE_ENTITIES | |
COMMENT | |
◆ 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, |
|
|
int * |
curLineNumPtr |
|
) |
| |
◆ Reset()
void tinyxml2::StrPair::Reset |
( |
| ) |
|
◆ 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 |
|
) |
| |
◆ TransferTo()
void tinyxml2::StrPair::TransferTo |
( |
StrPair * |
other | ) |
|
The documentation for this class was generated from the following file: