NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <tinyxml2.h>
Static Public Member Functions | |
static const char * | SkipWhiteSpace (const char *p, int *curLineNumPtr) |
static char * | SkipWhiteSpace (char *const p, int *curLineNumPtr) |
static bool | IsWhiteSpace (char p) |
static bool | IsNameStartChar (unsigned char ch) |
static bool | IsNameChar (unsigned char ch) |
static bool | IsPrefixHex (const char *p) |
static bool | StringEqual (const char *p, const char *q, int nChar=INT_MAX) |
static bool | 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 void | ToStr (int64_t v, char *buffer, int bufferSize) |
static void | ToStr (uint64_t v, char *buffer, int bufferSize) |
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) |
static bool | ToInt64 (const char *str, int64_t *value) |
static bool | ToUnsigned64 (const char *str, uint64_t *value) |
static void | SetBoolSerialization (const char *writeTrue, const char *writeFalse) |
Static Private Attributes | |
static const char * | writeBoolTrue = "true" |
static const char * | writeBoolFalse = "false" |
Definition at line 551 of file tinyxml2.h.
|
static |
Definition at line 417 of file tinyxml2.cpp.
References TIXMLASSERT.
Referenced by GetCharacterRef().
|
static |
Definition at line 470 of file tinyxml2.cpp.
References ConvertUTF32ToUTF8(), and TIXMLASSERT.
Referenced by tinyxml2::StrPair::GetStr().
|
inlinestatic |
Definition at line 587 of file tinyxml2.h.
Referenced by tinyxml2::StrPair::ParseName().
|
inlinestatic |
Definition at line 576 of file tinyxml2.h.
Referenced by tinyxml2::XMLElement::ParseAttributes(), and tinyxml2::StrPair::ParseName().
|
inlinestatic |
Definition at line 594 of file tinyxml2.h.
Referenced by ToInt(), ToInt64(), ToUnsigned(), and ToUnsigned64().
|
inlinestatic |
Definition at line 609 of file tinyxml2.h.
|
inlinestatic |
Definition at line 572 of file tinyxml2.h.
Referenced by tinyxml2::StrPair::CollapseWhitespace().
|
static |
Definition at line 399 of file tinyxml2.cpp.
References TIXML_UTF_LEAD_0, TIXML_UTF_LEAD_1, TIXML_UTF_LEAD_2, and TIXMLASSERT.
Referenced by tinyxml2::XMLDocument::Parse().
|
static |
Definition at line 389 of file tinyxml2.cpp.
References writeBoolFalse, and writeBoolTrue.
|
inlinestatic |
Definition at line 566 of file tinyxml2.h.
|
inlinestatic |
Definition at line 554 of file tinyxml2.h.
References TIXMLASSERT.
Referenced by tinyxml2::StrPair::CollapseWhitespace(), tinyxml2::XMLDocument::Identify(), tinyxml2::XMLDocument::Parse(), tinyxml2::XMLElement::ParseAttributes(), tinyxml2::XMLAttribute::ParseDeep(), and tinyxml2::XMLElement::ParseDeep().
|
inlinestatic |
Definition at line 599 of file tinyxml2.h.
References TIXMLASSERT.
Referenced by tinyxml2::XMLElement::Attribute(), tinyxml2::XMLElement::DeleteAttribute(), tinyxml2::XMLElement::FindAttribute(), tinyxml2::XMLElement::FindOrCreateAttribute(), tinyxml2::XMLDocument::Identify(), tinyxml2::XMLNode::ParseDeep(), tinyxml2::XMLText::ShallowEqual(), tinyxml2::XMLComment::ShallowEqual(), tinyxml2::XMLDeclaration::ShallowEqual(), tinyxml2::XMLUnknown::ShallowEqual(), tinyxml2::XMLElement::ShallowEqual(), ToBool(), and tinyxml2::XMLNode::ToElementWithName().
|
static |
Definition at line 636 of file tinyxml2.cpp.
References StringEqual(), and ToInt().
Referenced by tinyxml2::XMLElement::QueryBoolText(), and tinyxml2::XMLAttribute::QueryBoolValue().
|
static |
Definition at line 671 of file tinyxml2.cpp.
References TIXML_SSCANF.
Referenced by tinyxml2::XMLElement::QueryDoubleText(), and tinyxml2::XMLAttribute::QueryDoubleValue().
|
static |
Definition at line 662 of file tinyxml2.cpp.
References TIXML_SSCANF.
Referenced by tinyxml2::XMLElement::QueryFloatText(), and tinyxml2::XMLAttribute::QueryFloatValue().
|
static |
Definition at line 611 of file tinyxml2.cpp.
References IsPrefixHex(), and TIXML_SSCANF.
Referenced by tinyxml2::XMLElement::QueryIntText(), tinyxml2::XMLAttribute::QueryIntValue(), and ToBool().
|
static |
Definition at line 680 of file tinyxml2.cpp.
References IsPrefixHex(), and TIXML_SSCANF.
Referenced by tinyxml2::XMLElement::QueryInt64Text(), and tinyxml2::XMLAttribute::QueryInt64Value().
|
static |
Definition at line 578 of file tinyxml2.cpp.
References TIXML_SNPRINTF, writeBoolFalse, and writeBoolTrue.
|
static |
Definition at line 593 of file tinyxml2.cpp.
References TIXML_SNPRINTF.
|
static |
Definition at line 587 of file tinyxml2.cpp.
References TIXML_SNPRINTF.
|
static |
Definition at line 566 of file tinyxml2.cpp.
References TIXML_SNPRINTF.
Referenced by tinyxml2::XMLPrinter::PushAttribute(), tinyxml2::XMLPrinter::PushText(), tinyxml2::XMLAttribute::SetAttribute(), and tinyxml2::XMLElement::SetText().
|
static |
Definition at line 599 of file tinyxml2.cpp.
References TIXML_SNPRINTF.
|
static |
Definition at line 605 of file tinyxml2.cpp.
References TIXML_SNPRINTF.
|
static |
Definition at line 572 of file tinyxml2.cpp.
References TIXML_SNPRINTF.
|
static |
Definition at line 628 of file tinyxml2.cpp.
References IsPrefixHex(), and TIXML_SSCANF.
Referenced by tinyxml2::XMLElement::QueryUnsignedText(), and tinyxml2::XMLAttribute::QueryUnsignedValue().
|
static |
Definition at line 700 of file tinyxml2.cpp.
References IsPrefixHex(), and TIXML_SSCANF.
Referenced by tinyxml2::XMLElement::QueryUnsigned64Text(), and tinyxml2::XMLAttribute::QueryUnsigned64Value().
|
staticprivate |
Definition at line 645 of file tinyxml2.h.
Referenced by SetBoolSerialization(), and ToStr().
|
staticprivate |
Definition at line 644 of file tinyxml2.h.
Referenced by SetBoolSerialization(), and ToStr().