|
cocos2d-x
2.2.3-gd2.113-rev1ec524e
|
This is the complete list of members for XMLElement, including all inherited members.
| _document | XMLNode | protected |
| _firstChild | XMLNode | protected |
| _lastChild | XMLNode | protected |
| _next | XMLNode | protected |
| _parent | XMLNode | protected |
| _prev | XMLNode | protected |
| _value | XMLNode | mutableprotected |
| Accept(XMLVisitor *visitor) const | XMLElement | virtual |
| Attribute(const char *name, const char *value=0) const | XMLElement | |
| BoolAttribute(const char *name) const | XMLElement | inline |
| CLOSED enum value | XMLElement | |
| CLOSING enum value | XMLElement | |
| ClosingType() const | XMLElement | inline |
| DeleteAttribute(const char *name) | XMLElement | |
| DeleteChild(XMLNode *node) | XMLNode | |
| DeleteChildren() | XMLNode | |
| DoubleAttribute(const char *name) const | XMLElement | inline |
| FindAttribute(const char *name) const | XMLElement | |
| FirstAttribute() const | XMLElement | inline |
| FirstChild() const | XMLNode | inline |
| FirstChild() | XMLNode | inline |
| FirstChildElement(const char *value=0) const | XMLNode | |
| FirstChildElement(const char *value=0) | XMLNode | inline |
| FloatAttribute(const char *name) const | XMLElement | inline |
| GetDocument() const | XMLNode | inline |
| GetDocument() | XMLNode | inline |
| GetText() const | XMLElement | |
| InsertAfterChild(XMLNode *afterThis, XMLNode *addThis) | XMLNode | |
| InsertEndChild(XMLNode *addThis) | XMLNode | |
| InsertFirstChild(XMLNode *addThis) | XMLNode | |
| IntAttribute(const char *name) const | XMLElement | inline |
| LastChild() const | XMLNode | inline |
| LastChild() | XMLNode | inline |
| LastChildElement(const char *value=0) const | XMLNode | |
| LastChildElement(const char *value=0) | XMLNode | inline |
| LinkEndChild(XMLNode *addThis) | XMLNode | inline |
| Name() const | XMLElement | inline |
| NextSibling() const | XMLNode | inline |
| NextSibling() | XMLNode | inline |
| NextSiblingElement(const char *value=0) const | XMLNode | |
| NextSiblingElement(const char *value=0) | XMLNode | inline |
| NoChildren() const | XMLNode | inline |
| OPEN enum value | XMLElement | |
| tinyxml2::XMLNode::operator=(const XMLNode &) | XMLNode | protected |
| Parent() const | XMLNode | inline |
| Parent() | XMLNode | inline |
| ParseDeep(char *p, StrPair *endTag) | XMLElement | virtual |
| PreviousSibling() const | XMLNode | inline |
| PreviousSibling() | XMLNode | inline |
| PreviousSiblingElement(const char *value=0) const | XMLNode | |
| PreviousSiblingElement(const char *value=0) | XMLNode | inline |
| QueryBoolAttribute(const char *name, bool *value) const | XMLElement | inline |
| QueryBoolText(bool *bval) const | XMLElement | |
| QueryDoubleAttribute(const char *name, double *value) const | XMLElement | inline |
| QueryDoubleText(double *dval) const | XMLElement | |
| QueryFloatAttribute(const char *name, float *value) const | XMLElement | inline |
| QueryFloatText(float *fval) const | XMLElement | |
| QueryIntAttribute(const char *name, int *value) const | XMLElement | inline |
| QueryIntText(int *ival) const | XMLElement | |
| QueryUnsignedAttribute(const char *name, unsigned int *value) const | XMLElement | inline |
| QueryUnsignedText(unsigned *uval) const | XMLElement | |
| SetAttribute(const char *name, const char *value) | XMLElement | inline |
| SetAttribute(const char *name, int value) | XMLElement | inline |
| SetAttribute(const char *name, unsigned value) | XMLElement | inline |
| SetAttribute(const char *name, bool value) | XMLElement | inline |
| SetAttribute(const char *name, double value) | XMLElement | inline |
| SetName(const char *str, bool staticMem=false) | XMLElement | inline |
| SetValue(const char *val, bool staticMem=false) | XMLNode | |
| ShallowClone(XMLDocument *document) const | XMLElement | virtual |
| ShallowEqual(const XMLNode *compare) const | XMLElement | virtual |
| ToComment() | XMLNode | inlinevirtual |
| ToComment() const | XMLNode | inlinevirtual |
| ToDeclaration() | XMLNode | inlinevirtual |
| ToDeclaration() const | XMLNode | inlinevirtual |
| ToDocument() | XMLNode | inlinevirtual |
| ToDocument() const | XMLNode | inlinevirtual |
| ToElement() | XMLElement | inlinevirtual |
| ToElement() const | XMLElement | inlinevirtual |
| ToText() | XMLNode | inlinevirtual |
| ToText() const | XMLNode | inlinevirtual |
| ToUnknown() | XMLNode | inlinevirtual |
| ToUnknown() const | XMLNode | inlinevirtual |
| UnsignedAttribute(const char *name) const | XMLElement | inline |
| Value() const | XMLNode | inline |
| XMLBase | XMLElement | friend |
| XMLDocument | XMLElement | friend |
| XMLNode(XMLDocument *) | XMLNode | protected |
| XMLNode(const XMLNode &) | XMLNode | protected |
| ~XMLNode() | XMLNode | protectedvirtual |