antioch-0.4.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 | StringEqual (const char *p, const char *q, int nChar=INT_MAX) |
static int | IsUTF8Continuation (const char p) |
static int | IsAlphaNum (unsigned char anyByte) |
static int | IsAlpha (unsigned char anyByte) |
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 | 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 375 of file tinyxml2.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 345 of file tinyxml2_imp.h.
References ConvertUTF32ToUTF8().
Referenced by tinyxml2::StrPair::GetStr().
|
inlinestatic |
Definition at line 399 of file tinyxml2.h.
Referenced by tinyxml2::XMLElement::ParseAttributes().
|
inlinestatic |
Definition at line 398 of file tinyxml2.h.
Referenced by tinyxml2::StrPair::ParseName().
|
inlinestatic |
Definition at line 397 of file tinyxml2.h.
Referenced by IsWhiteSpace(), and SkipWhiteSpace().
|
inlinestatic |
Definition at line 382 of file tinyxml2.h.
References IsUTF8Continuation().
Referenced by tinyxml2::StrPair::CollapseWhitespace().
|
inlinestatic |
Definition at line 286 of file tinyxml2_imp.h.
Referenced by tinyxml2::XMLDocument::LoadFile(), and tinyxml2::XMLDocument::Parse().
|
inlinestatic |
Definition at line 380 of file tinyxml2.h.
References IsUTF8Continuation().
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 381 of file tinyxml2.h.
References IsUTF8Continuation().
|
inlinestatic |
Definition at line 384 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(), tinyxml2::XMLElement::ShallowEqual(), and ToBool().
|
inlinestatic |
Definition at line 466 of file tinyxml2_imp.h.
References StringEqual(), and ToInt().
Referenced by tinyxml2::XMLElement::QueryBoolText(), and tinyxml2::XMLAttribute::QueryBoolValue().
|
inlinestatic |
Definition at line 495 of file tinyxml2_imp.h.
References TIXML_SSCANF.
Referenced by tinyxml2::XMLElement::QueryDoubleText(), and tinyxml2::XMLAttribute::QueryDoubleValue().
|
inlinestatic |
Definition at line 486 of file tinyxml2_imp.h.
References TIXML_SSCANF.
Referenced by tinyxml2::XMLElement::QueryFloatText(), and tinyxml2::XMLAttribute::QueryFloatValue().
|
inlinestatic |
Definition at line 450 of file tinyxml2_imp.h.
References TIXML_SSCANF.
Referenced by tinyxml2::XMLElement::QueryIntText(), tinyxml2::XMLAttribute::QueryIntValue(), and ToBool().
|
inlinestatic |
Definition at line 415 of file tinyxml2_imp.h.
References TIXML_SNPRINTF.
Referenced by tinyxml2::XMLPrinter::PushAttribute(), tinyxml2::XMLPrinter::PushText(), and tinyxml2::XMLAttribute::SetAttribute().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 458 of file tinyxml2_imp.h.
References TIXML_SSCANF.
Referenced by tinyxml2::XMLElement::QueryUnsignedText(), and tinyxml2::XMLAttribute::QueryUnsignedValue().