Back to Tinyxml2

TinyXML

docs/classtinyxml2_1_1_x_m_l_element-members.html

11.0.016.2 KB
Original Source

| TinyXML-2 10.0.0 |

Loading...

Searching...

No Matches

tinyxml2::XMLElement Member List

This is the complete list of members for tinyxml2::XMLElement, including all inherited members.

| Accept(XMLVisitor *visitor) const override | tinyxml2::XMLElement | virtual | | Attribute(const char *name, const char *value=0) const | tinyxml2::XMLElement | | | BoolAttribute(const char *name, bool defaultValue=false) const | tinyxml2::XMLElement | | | BoolText(bool defaultValue=false) const | tinyxml2::XMLElement | | | DeepClone(XMLDocument *target) const | tinyxml2::XMLNode | | | DeleteAttribute(const char *name) | tinyxml2::XMLElement | | | DeleteChild(XMLNode *node) | tinyxml2::XMLNode | | | DeleteChildren() | tinyxml2::XMLNode | | | DoubleAttribute(const char *name, double defaultValue=0) const | tinyxml2::XMLElement | | | DoubleText(double defaultValue=0) const | tinyxml2::XMLElement | | | FindAttribute(const char *name) const | tinyxml2::XMLElement | | | FirstAttribute() const | tinyxml2::XMLElement | inline | | FirstChild() const | tinyxml2::XMLNode | inline | | FirstChildElement(const char *name=0) const | tinyxml2::XMLNode | | | FloatAttribute(const char *name, float defaultValue=0) const | tinyxml2::XMLElement | | | FloatText(float defaultValue=0) const | tinyxml2::XMLElement | | | GetDocument() const | tinyxml2::XMLNode | inline | | GetDocument() | tinyxml2::XMLNode | inline | | GetLineNum() const | tinyxml2::XMLNode | inline | | GetText() const | tinyxml2::XMLElement | | | GetUserData() const | tinyxml2::XMLNode | inline | | InsertAfterChild(XMLNode *afterThis, XMLNode *addThis) | tinyxml2::XMLNode | | | InsertEndChild(XMLNode *addThis) | tinyxml2::XMLNode | | | InsertFirstChild(XMLNode *addThis) | tinyxml2::XMLNode | | | InsertNewChildElement(const char *name) | tinyxml2::XMLElement | | | InsertNewComment(const char *comment) | tinyxml2::XMLElement | | | InsertNewDeclaration(const char *text) | tinyxml2::XMLElement | | | InsertNewText(const char *text) | tinyxml2::XMLElement | | | InsertNewUnknown(const char *text) | tinyxml2::XMLElement | | | Int64Attribute(const char *name, int64_t defaultValue=0) const | tinyxml2::XMLElement | | | Int64Text(int64_t defaultValue=0) const | tinyxml2::XMLElement | | | IntAttribute(const char *name, int defaultValue=0) const | tinyxml2::XMLElement | | | LastChild() const | tinyxml2::XMLNode | inline | | LastChildElement(const char *name=0) const | tinyxml2::XMLNode | | | Name() const | tinyxml2::XMLElement | inline | | NextSibling() const | tinyxml2::XMLNode | inline | | NextSiblingElement(const char *name=0) const | tinyxml2::XMLNode | | | NoChildren() const | tinyxml2::XMLNode | inline | | Parent() const | tinyxml2::XMLNode | inline | | PreviousSibling() const | tinyxml2::XMLNode | inline | | PreviousSiblingElement(const char *name=0) const | tinyxml2::XMLNode | | | QueryAttribute(const char *name, int *value) const | tinyxml2::XMLElement | inline | | QueryBoolAttribute(const char *name, bool *value) const | tinyxml2::XMLElement | inline | | QueryBoolText(bool *bval) const | tinyxml2::XMLElement | | | QueryDoubleAttribute(const char *name, double *value) const | tinyxml2::XMLElement | inline | | QueryDoubleText(double *dval) const | tinyxml2::XMLElement | | | QueryFloatAttribute(const char *name, float *value) const | tinyxml2::XMLElement | inline | | QueryFloatText(float *fval) const | tinyxml2::XMLElement | | | QueryInt64Attribute(const char *name, int64_t *value) const | tinyxml2::XMLElement | inline | | QueryInt64Text(int64_t *uval) const | tinyxml2::XMLElement | | | QueryIntAttribute(const char *name, int *value) const | tinyxml2::XMLElement | inline | | QueryIntText(int *ival) const | tinyxml2::XMLElement | | | QueryStringAttribute(const char *name, const char **value) const | tinyxml2::XMLElement | inline | | QueryUnsigned64Attribute(const char *name, uint64_t *value) const | tinyxml2::XMLElement | inline | | QueryUnsigned64Text(uint64_t *uval) const | tinyxml2::XMLElement | | | QueryUnsignedAttribute(const char *name, unsigned int *value) const | tinyxml2::XMLElement | inline | | QueryUnsignedText(unsigned *uval) const | tinyxml2::XMLElement | | | SetAttribute(const char *name, const char *value) | tinyxml2::XMLElement | inline | | SetAttribute(const char *name, int value) | tinyxml2::XMLElement | inline | | SetAttribute(const char *name, unsigned value) | tinyxml2::XMLElement | inline | | SetAttribute(const char *name, int64_t value) | tinyxml2::XMLElement | inline | | SetAttribute(const char *name, uint64_t value) | tinyxml2::XMLElement | inline | | SetAttribute(const char *name, bool value) | tinyxml2::XMLElement | inline | | SetAttribute(const char *name, double value) | tinyxml2::XMLElement | inline | | SetAttribute(const char *name, float value) | tinyxml2::XMLElement | inline | | SetName(const char *str, bool staticMem=false) | tinyxml2::XMLElement | inline | | SetText(const char *inText) | tinyxml2::XMLElement | | | SetText(int value) | tinyxml2::XMLElement | | | SetText(unsigned value) | tinyxml2::XMLElement | | | SetText(int64_t value) | tinyxml2::XMLElement | | | SetText(uint64_t value) | tinyxml2::XMLElement | | | SetText(bool value) | tinyxml2::XMLElement | | | SetText(double value) | tinyxml2::XMLElement | | | SetText(float value) | tinyxml2::XMLElement | | | SetUserData(void *userData) | tinyxml2::XMLNode | inline | | SetValue(const char *val, bool staticMem=false) | tinyxml2::XMLNode | | | ShallowClone(XMLDocument *document) const override | tinyxml2::XMLElement | virtual | | ShallowEqual(const XMLNode *compare) const override | tinyxml2::XMLElement | virtual | | ToComment() | tinyxml2::XMLNode | inlinevirtual | | ToDeclaration() | tinyxml2::XMLNode | inlinevirtual | | ToDocument() | tinyxml2::XMLNode | inlinevirtual | | ToElement() override | tinyxml2::XMLElement | inlinevirtual | | ToText() | tinyxml2::XMLNode | inlinevirtual | | ToUnknown() | tinyxml2::XMLNode | inlinevirtual | | Unsigned64Attribute(const char *name, uint64_t defaultValue=0) const | tinyxml2::XMLElement | | | Unsigned64Text(uint64_t defaultValue=0) const | tinyxml2::XMLElement | | | UnsignedAttribute(const char *name, unsigned defaultValue=0) const | tinyxml2::XMLElement | | | UnsignedText(unsigned defaultValue=0) const | tinyxml2::XMLElement | | | Value() const | tinyxml2::XMLNode | |


Generated on Sat Dec 30 2023 18:02:35 for TinyXML-2 by 1.10.0