muMECH
1.0
|
#include <tinyxml2.h>
Public Types | |
enum | { NEEDS_ENTITY_PROCESSING = 0x01, NEEDS_NEWLINE_NORMALIZATION = 0x02, COLLAPSE_WHITESPACE = 0x04, TEXT_ELEMENT = NEEDS_ENTITY_PROCESSING | NEEDS_NEWLINE_NORMALIZATION, TEXT_ELEMENT_LEAVE_ENTITIES = NEEDS_NEWLINE_NORMALIZATION, ATTRIBUTE_NAME = 0, ATTRIBUTE_VALUE = NEEDS_ENTITY_PROCESSING | NEEDS_NEWLINE_NORMALIZATION, ATTRIBUTE_VALUE_LEAVE_ENTITIES = NEEDS_NEWLINE_NORMALIZATION, COMMENT = NEEDS_NEWLINE_NORMALIZATION } |
Public Member Functions | |
StrPair () | |
~StrPair () | |
void | Set (char *start, char *end, int flags) |
const char * | GetStr () |
bool | Empty () const |
void | SetInternedStr (const char *str) |
void | SetStr (const char *str, int flags=0) |
char * | ParseText (char *in, const char *endTag, int strFlags) |
char * | ParseName (char *in) |
Private Types | |
enum | { NEEDS_FLUSH = 0x100, NEEDS_DELETE = 0x200 } |
Private Member Functions | |
void | Reset () |
void | CollapseWhitespace () |
Private Attributes | |
int | _flags |
char * | _start |
char * | _end |
Definition at line 140 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 143 of file tinyxml2.h.
|
private |
Enumerator | |
---|---|
NEEDS_FLUSH | |
NEEDS_DELETE |
Definition at line 186 of file tinyxml2.h.
|
inline |
Definition at line 156 of file tinyxml2.h.
References ~StrPair().
tinyxml2::StrPair::~StrPair | ( | ) |
Definition at line 83 of file tinyxml2.cpp.
Referenced by StrPair().
|
private |
Definition at line 151 of file tinyxml2.cpp.
References tinyxml2::XMLUtil::IsWhiteSpace(), and tinyxml2::XMLUtil::SkipWhiteSpace().
Referenced by SetInternedStr().
|
inline |
Definition at line 168 of file tinyxml2.h.
Referenced by tinyxml2::XMLNode::ParseDeep(), and tinyxml2::XMLElement::ParseDeep().
const char * tinyxml2::StrPair::GetStr | ( | ) |
Definition at line 178 of file tinyxml2.cpp.
References tinyxml2::COLLAPSE_WHITESPACE, CR, tinyxml2::XMLUtil::GetCharacterRef(), tinyxml2::Entity::length, LF, tinyxml2::NUM_ENTITIES, tinyxml2::Entity::pattern, TIXMLASSERT, and tinyxml2::Entity::value.
Referenced by tinyxml2::XMLNode::ParseDeep(), and Set().
char * tinyxml2::StrPair::ParseName | ( | char * | in | ) |
Definition at line 131 of file tinyxml2.cpp.
References tinyxml2::XMLUtil::IsNameChar(), and tinyxml2::XMLUtil::IsNameStartChar().
Referenced by tinyxml2::XMLElement::ParseDeep(), and SetInternedStr().
char * tinyxml2::StrPair::ParseText | ( | char * | in, |
const char * | endTag, | ||
int | strFlags | ||
) |
Definition at line 111 of file tinyxml2.cpp.
References tinyxml2::Entity::length, and TIXMLASSERT.
Referenced by tinyxml2::XMLText::ParseDeep(), tinyxml2::XMLComment::ParseDeep(), tinyxml2::XMLDeclaration::ParseDeep(), tinyxml2::XMLUnknown::ParseDeep(), tinyxml2::XMLAttribute::ParseDeep(), and SetInternedStr().
|
private |
Definition at line 89 of file tinyxml2.cpp.
Referenced by Set(), and SetInternedStr().
|
inline |
Definition at line 159 of file tinyxml2.h.
References _end, _flags, _start, GetStr(), NEEDS_FLUSH, and Reset().
|
inline |
Definition at line 172 of file tinyxml2.h.
References _start, CollapseWhitespace(), ParseName(), ParseText(), Reset(), and SetStr().
Referenced by tinyxml2::XMLNode::SetValue().
void tinyxml2::StrPair::SetStr | ( | const char * | str, |
int | flags = 0 |
||
) |
Definition at line 100 of file tinyxml2.cpp.
Referenced by tinyxml2::XMLAttribute::SetAttribute(), SetInternedStr(), and tinyxml2::XMLNode::SetValue().
|
private |
Definition at line 194 of file tinyxml2.h.
|
private |
Definition at line 192 of file tinyxml2.h.
Referenced by Set().
|
private |
Definition at line 193 of file tinyxml2.h.
Referenced by Empty(), Set(), and SetInternedStr().