muMECH
1.0
|
#include <tinyxml2.h>
Static Public Member Functions | |
static const char * | SkipWhiteSpace (const char *p) |
static char * | SkipWhiteSpace (char *p) |
static bool | IsWhiteSpace (char p) |
static bool | IsNameStartChar (unsigned char ch) |
static bool | IsNameChar (unsigned char ch) |
static bool | StringEqual (const char *p, const char *q, int nChar=INT_MAX) |
static int | IsUTF8Continuation (const char p) |
static const char * | ReadBOM (const char *p, bool *hasBOM) |
static const char * | GetCharacterRef (const char *p, char *value, int *length) |
static void | ConvertUTF32ToUTF8 (unsigned long input, char *output, int *length) |
static void | ToStr (int v, char *buffer, int bufferSize) |
static void | ToStr (unsigned v, char *buffer, int bufferSize) |
static void | ToStr (bool v, char *buffer, int bufferSize) |
static void | ToStr (float v, char *buffer, int bufferSize) |
static void | ToStr (double v, char *buffer, int bufferSize) |
static bool | ToLong (const char *str, long *value) |
static bool | ToInt (const char *str, int *value) |
static bool | ToUnsigned (const char *str, unsigned *value) |
static bool | ToBool (const char *str, bool *value) |
static bool | ToFloat (const char *str, float *value) |
static bool | ToDouble (const char *str, double *value) |
Definition at line 477 of file tinyxml2.h.
|
static |
Definition at line 282 of file tinyxml2.cpp.
References tinyxml2::Entity::length.
|
static |
Definition at line 330 of file tinyxml2.cpp.
References delta.
Referenced by tinyxml2::StrPair::GetStr().
|
inlinestatic |
Definition at line 504 of file tinyxml2.h.
Referenced by tinyxml2::StrPair::ParseName().
|
inlinestatic |
Definition at line 498 of file tinyxml2.h.
Referenced by tinyxml2::XMLElement::ParseAttributes(), and tinyxml2::StrPair::ParseName().
|
inlinestatic |
Definition at line 527 of file tinyxml2.h.
|
inlinestatic |
Definition at line 494 of file tinyxml2.h.
Referenced by tinyxml2::StrPair::CollapseWhitespace().
|
static |
Definition at line 267 of file tinyxml2.cpp.
References TIXML_UTF_LEAD_0, TIXML_UTF_LEAD_1, and TIXML_UTF_LEAD_2.
Referenced by tinyxml2::XMLDocument::LoadFile(), and tinyxml2::XMLDocument::Parse().
|
inlinestatic |
Definition at line 482 of file tinyxml2.h.
Referenced by tinyxml2::StrPair::CollapseWhitespace(), tinyxml2::XMLDocument::Identify(), tinyxml2::XMLDocument::LoadFile(), tinyxml2::XMLDocument::Parse(), tinyxml2::XMLElement::ParseAttributes(), tinyxml2::XMLAttribute::ParseDeep(), and tinyxml2::XMLElement::ParseDeep().
|
inlinestatic |
Definition at line 488 of file tinyxml2.h.
|
inlinestatic |
Definition at line 511 of file tinyxml2.h.
Referenced by tinyxml2::XMLElement::Attribute(), tinyxml2::XMLElement::DeleteAttribute(), tinyxml2::XMLElement::FindAttribute(), tinyxml2::XMLElement::FindOrCreateAttribute(), tinyxml2::XMLNode::FirstChildElement(), tinyxml2::XMLDocument::Identify(), tinyxml2::XMLNode::LastChildElement(), tinyxml2::XMLNode::NextSiblingElement(), tinyxml2::XMLNode::ParseDeep(), tinyxml2::XMLNode::PreviousSiblingElement(), tinyxml2::XMLText::ShallowEqual(), tinyxml2::XMLComment::ShallowEqual(), tinyxml2::XMLDeclaration::ShallowEqual(), tinyxml2::XMLUnknown::ShallowEqual(), and tinyxml2::XMLElement::ShallowEqual().
|
static |
Definition at line 463 of file tinyxml2.cpp.
Referenced by tinyxml2::XMLElement::QueryBoolText(), and tinyxml2::XMLAttribute::QueryBoolValue().
|
static |
Definition at line 490 of file tinyxml2.cpp.
References TIXML_SSCANF.
Referenced by tinyxml2::XMLElement::QueryDoubleText(), and tinyxml2::XMLAttribute::QueryDoubleValue().
|
static |
Definition at line 482 of file tinyxml2.cpp.
References TIXML_SSCANF.
Referenced by tinyxml2::XMLElement::QueryFloatText(), and tinyxml2::XMLAttribute::QueryFloatValue().
|
static |
Definition at line 447 of file tinyxml2.cpp.
References TIXML_SSCANF.
Referenced by tinyxml2::XMLElement::QueryIntText(), and tinyxml2::XMLAttribute::QueryIntValue().
|
static |
Definition at line 438 of file tinyxml2.cpp.
References TIXML_SSCANF.
Referenced by tinyxml2::XMLAttribute::QueryLongValue().
|
static |
Definition at line 408 of file tinyxml2.cpp.
References TIXML_SNPRINTF.
Referenced by tinyxml2::XMLPrinter::PushAttribute(), tinyxml2::XMLPrinter::PushText(), and tinyxml2::XMLAttribute::SetAttribute().
|
static |
Definition at line 414 of file tinyxml2.cpp.
References TIXML_SNPRINTF.
|
static |
Definition at line 420 of file tinyxml2.cpp.
References TIXML_SNPRINTF.
|
static |
Definition at line 426 of file tinyxml2.cpp.
References TIXML_SNPRINTF.
|
static |
Definition at line 432 of file tinyxml2.cpp.
References TIXML_SNPRINTF.
|
static |
Definition at line 455 of file tinyxml2.cpp.
References TIXML_SSCANF.
Referenced by tinyxml2::XMLElement::QueryUnsignedText(), and tinyxml2::XMLAttribute::QueryUnsignedValue().