_closingType | BT_TinyXML2::XMLElement | private |
_document | BT_TinyXML2::XMLNode | protected |
_firstChild | BT_TinyXML2::XMLNode | protected |
_lastChild | BT_TinyXML2::XMLNode | protected |
_next | BT_TinyXML2::XMLNode | protected |
_parent | BT_TinyXML2::XMLNode | protected |
_parseLineNum | BT_TinyXML2::XMLNode | protected |
_prev | BT_TinyXML2::XMLNode | protected |
_rootAttribute | BT_TinyXML2::XMLElement | private |
_userData | BT_TinyXML2::XMLNode | protected |
_value | BT_TinyXML2::XMLNode | mutableprotected |
Accept(XMLVisitor *visitor) const | BT_TinyXML2::XMLElement | virtual |
Attribute(const char *name, const char *value=0) const | BT_TinyXML2::XMLElement | |
BoolAttribute(const char *name, bool defaultValue=false) const | BT_TinyXML2::XMLElement | |
BoolText(bool defaultValue=false) const | BT_TinyXML2::XMLElement | |
BUF_SIZE enum value | BT_TinyXML2::XMLElement | private |
CLOSED enum value | BT_TinyXML2::XMLElement | |
CLOSING enum value | BT_TinyXML2::XMLElement | |
ClosingType() const | BT_TinyXML2::XMLElement | inline |
CreateAttribute() | BT_TinyXML2::XMLElement | private |
DeepClone(XMLDocument *target) const | BT_TinyXML2::XMLNode | |
DeleteAttribute(const char *name) | BT_TinyXML2::XMLElement | |
DeleteAttribute(XMLAttribute *attribute) | BT_TinyXML2::XMLElement | privatestatic |
DeleteChild(XMLNode *node) | BT_TinyXML2::XMLNode | |
DeleteChildren() | BT_TinyXML2::XMLNode | |
DoubleAttribute(const char *name, double defaultValue=0) const | BT_TinyXML2::XMLElement | |
DoubleText(double defaultValue=0) const | BT_TinyXML2::XMLElement | |
ElementClosingType enum name | BT_TinyXML2::XMLElement | |
FindAttribute(const char *name) const | BT_TinyXML2::XMLElement | |
FindOrCreateAttribute(const char *name) | BT_TinyXML2::XMLElement | private |
FirstAttribute() const | BT_TinyXML2::XMLElement | inline |
FirstChild() const | BT_TinyXML2::XMLNode | inline |
FirstChild() | BT_TinyXML2::XMLNode | inline |
FirstChildElement(const char *name=0) const | BT_TinyXML2::XMLNode | |
FirstChildElement(const char *name=0) | BT_TinyXML2::XMLNode | inline |
FloatAttribute(const char *name, float defaultValue=0) const | BT_TinyXML2::XMLElement | |
FloatText(float defaultValue=0) const | BT_TinyXML2::XMLElement | |
GetDocument() const | BT_TinyXML2::XMLNode | inline |
GetDocument() | BT_TinyXML2::XMLNode | inline |
GetLineNum() const | BT_TinyXML2::XMLNode | inline |
GetText() const | BT_TinyXML2::XMLElement | |
GetUserData() const | BT_TinyXML2::XMLNode | inline |
InsertAfterChild(XMLNode *afterThis, XMLNode *addThis) | BT_TinyXML2::XMLNode | |
InsertEndChild(XMLNode *addThis) | BT_TinyXML2::XMLNode | |
InsertFirstChild(XMLNode *addThis) | BT_TinyXML2::XMLNode | |
Int64Attribute(const char *name, int64_t defaultValue=0) const | BT_TinyXML2::XMLElement | |
Int64Text(int64_t defaultValue=0) const | BT_TinyXML2::XMLElement | |
IntAttribute(const char *name, int defaultValue=0) const | BT_TinyXML2::XMLElement | |
IntText(int defaultValue=0) const | BT_TinyXML2::XMLElement | |
LastChild() const | BT_TinyXML2::XMLNode | inline |
LastChild() | BT_TinyXML2::XMLNode | inline |
LastChildElement(const char *name=0) const | BT_TinyXML2::XMLNode | |
LastChildElement(const char *name=0) | BT_TinyXML2::XMLNode | inline |
LinkEndChild(XMLNode *addThis) | BT_TinyXML2::XMLNode | inline |
Name() const | BT_TinyXML2::XMLElement | inline |
NextSibling() const | BT_TinyXML2::XMLNode | inline |
NextSibling() | BT_TinyXML2::XMLNode | inline |
NextSiblingElement(const char *name=0) const | BT_TinyXML2::XMLNode | |
NextSiblingElement(const char *name=0) | BT_TinyXML2::XMLNode | inline |
NoChildren() const | BT_TinyXML2::XMLNode | inline |
OPEN enum value | BT_TinyXML2::XMLElement | |
operator=(const XMLElement &) | BT_TinyXML2::XMLElement | private |
Parent() const | BT_TinyXML2::XMLNode | inline |
Parent() | BT_TinyXML2::XMLNode | inline |
ParseAttributes(char *p, int *curLineNumPtr) | BT_TinyXML2::XMLElement | private |
ParseDeep(char *p, StrPair *parentEndTag, int *curLineNumPtr) | BT_TinyXML2::XMLElement | protectedvirtual |
PreviousSibling() const | BT_TinyXML2::XMLNode | inline |
PreviousSibling() | BT_TinyXML2::XMLNode | inline |
PreviousSiblingElement(const char *name=0) const | BT_TinyXML2::XMLNode | |
PreviousSiblingElement(const char *name=0) | BT_TinyXML2::XMLNode | inline |
QueryAttribute(const char *name, int *value) const | BT_TinyXML2::XMLElement | inline |
QueryAttribute(const char *name, unsigned int *value) const | BT_TinyXML2::XMLElement | inline |
QueryAttribute(const char *name, int64_t *value) const | BT_TinyXML2::XMLElement | inline |
QueryAttribute(const char *name, bool *value) const | BT_TinyXML2::XMLElement | inline |
QueryAttribute(const char *name, double *value) const | BT_TinyXML2::XMLElement | inline |
QueryAttribute(const char *name, float *value) const | BT_TinyXML2::XMLElement | inline |
QueryBoolAttribute(const char *name, bool *value) const | BT_TinyXML2::XMLElement | inline |
QueryBoolText(bool *bval) const | BT_TinyXML2::XMLElement | |
QueryDoubleAttribute(const char *name, double *value) const | BT_TinyXML2::XMLElement | inline |
QueryDoubleText(double *dval) const | BT_TinyXML2::XMLElement | |
QueryFloatAttribute(const char *name, float *value) const | BT_TinyXML2::XMLElement | inline |
QueryFloatText(float *fval) const | BT_TinyXML2::XMLElement | |
QueryInt64Attribute(const char *name, int64_t *value) const | BT_TinyXML2::XMLElement | inline |
QueryInt64Text(int64_t *uval) const | BT_TinyXML2::XMLElement | |
QueryIntAttribute(const char *name, int *value) const | BT_TinyXML2::XMLElement | inline |
QueryIntText(int *ival) const | BT_TinyXML2::XMLElement | |
QueryStringAttribute(const char *name, const char **value) const | BT_TinyXML2::XMLElement | inline |
QueryUnsignedAttribute(const char *name, unsigned int *value) const | BT_TinyXML2::XMLElement | inline |
QueryUnsignedText(unsigned *uval) const | BT_TinyXML2::XMLElement | |
SetAttribute(const char *name, const char *value) | BT_TinyXML2::XMLElement | inline |
SetAttribute(const char *name, int value) | BT_TinyXML2::XMLElement | inline |
SetAttribute(const char *name, unsigned value) | BT_TinyXML2::XMLElement | inline |
SetAttribute(const char *name, int64_t value) | BT_TinyXML2::XMLElement | inline |
SetAttribute(const char *name, bool value) | BT_TinyXML2::XMLElement | inline |
SetAttribute(const char *name, double value) | BT_TinyXML2::XMLElement | inline |
SetAttribute(const char *name, float value) | BT_TinyXML2::XMLElement | inline |
SetName(const char *str, bool staticMem=false) | BT_TinyXML2::XMLElement | inline |
SetText(const char *inText) | BT_TinyXML2::XMLElement | |
SetText(int value) | BT_TinyXML2::XMLElement | |
SetText(unsigned value) | BT_TinyXML2::XMLElement | |
SetText(int64_t value) | BT_TinyXML2::XMLElement | |
SetText(bool value) | BT_TinyXML2::XMLElement | |
SetText(double value) | BT_TinyXML2::XMLElement | |
SetText(float value) | BT_TinyXML2::XMLElement | |
SetUserData(void *userData) | BT_TinyXML2::XMLNode | inline |
SetValue(const char *val, bool staticMem=false) | BT_TinyXML2::XMLNode | |
ShallowClone(XMLDocument *document) const | BT_TinyXML2::XMLElement | virtual |
ShallowEqual(const XMLNode *compare) const | BT_TinyXML2::XMLElement | virtual |
ToComment() | BT_TinyXML2::XMLNode | inlinevirtual |
ToComment() const | BT_TinyXML2::XMLNode | inlinevirtual |
ToDeclaration() | BT_TinyXML2::XMLNode | inlinevirtual |
ToDeclaration() const | BT_TinyXML2::XMLNode | inlinevirtual |
ToDocument() | BT_TinyXML2::XMLNode | inlinevirtual |
ToDocument() const | BT_TinyXML2::XMLNode | inlinevirtual |
ToElement() | BT_TinyXML2::XMLElement | inlinevirtual |
ToElement() const | BT_TinyXML2::XMLElement | inlinevirtual |
ToText() | BT_TinyXML2::XMLNode | inlinevirtual |
ToText() const | BT_TinyXML2::XMLNode | inlinevirtual |
ToUnknown() | BT_TinyXML2::XMLNode | inlinevirtual |
ToUnknown() const | BT_TinyXML2::XMLNode | inlinevirtual |
UnsignedAttribute(const char *name, unsigned defaultValue=0) const | BT_TinyXML2::XMLElement | |
UnsignedText(unsigned defaultValue=0) const | BT_TinyXML2::XMLElement | |
Value() const | BT_TinyXML2::XMLNode | |
XMLDocument class | BT_TinyXML2::XMLElement | friend |
XMLElement(XMLDocument *doc) | BT_TinyXML2::XMLElement | private |
XMLElement(const XMLElement &) | BT_TinyXML2::XMLElement | private |
XMLNode(XMLDocument *) | BT_TinyXML2::XMLNode | explicitprotected |
~XMLElement() | BT_TinyXML2::XMLElement | privatevirtual |
~XMLNode() | BT_TinyXML2::XMLNode | protectedvirtual |