This is the complete list of members for XMLElement, including all inherited members.
| _closingType (defined in XMLElement) | XMLElement | private |
| _document (defined in XMLNode) | XMLNode | protected |
| _firstChild (defined in XMLNode) | XMLNode | protected |
| _lastChild (defined in XMLNode) | XMLNode | protected |
| _memPool (defined in XMLNode) | XMLNode | private |
| _next (defined in XMLNode) | XMLNode | protected |
| _parent (defined in XMLNode) | XMLNode | protected |
| _parseLineNum (defined in XMLNode) | XMLNode | protected |
| _prev (defined in XMLNode) | XMLNode | protected |
| _rootAttribute (defined in XMLElement) | XMLElement | private |
| _userData (defined in XMLNode) | XMLNode | protected |
| _value (defined in XMLNode) | XMLNode | mutableprotected |
| Accept(XMLVisitor *visitor) const (defined in XMLElement) | XMLElement | virtual |
| Attribute(const char *name, const char *value=nullptr) const (defined in XMLElement) | XMLElement | |
| BoolAttribute(const char *name, bool defaultValue=false) const | XMLElement | |
| BoolText(bool defaultValue=false) const | XMLElement | |
| BUF_SIZE enum value (defined in XMLElement) | XMLElement | private |
| CLOSED enum value (defined in XMLElement) | XMLElement | |
| CLOSING enum value (defined in XMLElement) | XMLElement | |
| ClosingType() const (defined in XMLElement) | XMLElement | inline |
| CreateAttribute() (defined in XMLElement) | XMLElement | private |
| DeepClone(XMLDocument *target) const (defined in XMLNode) | XMLNode | |
| DeleteAttribute(const char *name) (defined in XMLElement) | XMLElement | |
| DeleteAttribute(XMLAttribute *attribute) (defined in XMLElement) | XMLElement | privatestatic |
| DeleteChild(XMLNode *node) (defined in XMLNode) | XMLNode | |
| DeleteChildren() (defined in XMLNode) | XMLNode | |
| DeleteNode(XMLNode *node) (defined in XMLNode) | XMLNode | privatestatic |
| DoubleAttribute(const char *name, double defaultValue=0) const | XMLElement | |
| DoubleText(double defaultValue=0) const | XMLElement | |
| ElementClosingType enum name (defined in XMLElement) | XMLElement | |
| FindAttribute(const char *name) const | XMLElement | |
| FindAttribute(const char *name) (defined in XMLElement) | XMLElement | inlineprivate |
| FindOrCreateAttribute(const char *name) (defined in XMLElement) | XMLElement | private |
| FirstAttribute() const | XMLElement | inline |
| FirstChild() const | XMLNode | inline |
| FirstChild() (defined in XMLNode) | XMLNode | inline |
| FirstChildElement(const char *name=nullptr) const (defined in XMLNode) | XMLNode | |
| FirstChildElement(const char *name=nullptr) (defined in XMLNode) | XMLNode | inline |
| FloatAttribute(const char *name, float defaultValue=0) const | XMLElement | |
| FloatText(float defaultValue=0) const | XMLElement | |
| GetDocument() const | XMLNode | inline |
| GetDocument() | XMLNode | inline |
| GetLineNum() const | XMLNode | inline |
| GetText() const (defined in XMLElement) | XMLElement | |
| GetUserData() const (defined in XMLNode) | XMLNode | inline |
| InsertAfterChild(XMLNode *afterThis, XMLNode *addThis) (defined in XMLNode) | XMLNode | |
| InsertChildPreamble(XMLNode *insertThis) const (defined in XMLNode) | XMLNode | private |
| InsertEndChild(XMLNode *addThis) (defined in XMLNode) | XMLNode | |
| InsertFirstChild(XMLNode *addThis) (defined in XMLNode) | XMLNode | |
| Int64Attribute(const char *name, int64_t defaultValue=0) const | XMLElement | |
| Int64Text(int64_t defaultValue=0) const | XMLElement | |
| IntAttribute(const char *name, int defaultValue=0) const (defined in XMLElement) | XMLElement | |
| IntText(int defaultValue=0) const (defined in XMLElement) | XMLElement | |
| LastChild() const | XMLNode | inline |
| LastChild() (defined in XMLNode) | XMLNode | inline |
| LastChildElement(const char *name=nullptr) const (defined in XMLNode) | XMLNode | |
| LastChildElement(const char *name=nullptr) (defined in XMLNode) | XMLNode | inline |
| LinkEndChild(XMLNode *addThis) (defined in XMLNode) | XMLNode | inline |
| Name() const | XMLElement | inline |
| NextSibling() const | XMLNode | inline |
| NextSibling() (defined in XMLNode) | XMLNode | inline |
| NextSiblingElement(const char *name=nullptr) const | XMLNode | |
| NextSiblingElement(const char *name=nullptr) (defined in XMLNode) | XMLNode | inline |
| NoChildren() const | XMLNode | inline |
| OPEN enum value (defined in XMLElement) | XMLElement | |
| operator=(const XMLElement &) (defined in XMLElement) | XMLElement | private |
| Parent() const | XMLNode | inline |
| Parent() (defined in XMLNode) | XMLNode | inline |
| ParseAttributes(char *p, int *curLineNumPtr) (defined in XMLElement) | XMLElement | private |
| ParseDeep(char *p, StrPair *parentEndTag, int *curLineNumPtr) (defined in XMLElement) | XMLElement | protectedvirtual |
| PreviousSibling() const | XMLNode | inline |
| PreviousSibling() (defined in XMLNode) | XMLNode | inline |
| PreviousSiblingElement(const char *name=nullptr) const | XMLNode | |
| PreviousSiblingElement(const char *name=nullptr) (defined in XMLNode) | XMLNode | inline |
| QueryAttribute(const char *name, int *value) const (defined in XMLElement) | XMLElement | inline |
| QueryAttribute(const char *name, unsigned int *value) const (defined in XMLElement) | XMLElement | inline |
| QueryAttribute(const char *name, int64_t *value) const (defined in XMLElement) | XMLElement | inline |
| QueryAttribute(const char *name, bool *value) const (defined in XMLElement) | XMLElement | inline |
| QueryAttribute(const char *name, double *value) const (defined in XMLElement) | XMLElement | inline |
| QueryAttribute(const char *name, float *value) const (defined in XMLElement) | XMLElement | 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 | |
| QueryInt64Attribute(const char *name, int64_t *value) const | XMLElement | inline |
| QueryInt64Text(int64_t *uval) const | XMLElement | |
| QueryIntAttribute(const char *name, int *value) const (defined in XMLElement) | XMLElement | inline |
| QueryIntText(int *ival) const (defined in XMLElement) | XMLElement | |
| QueryStringAttribute(const char *name, const char **value) const | XMLElement | inline |
| 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, int64_t value) | XMLElement | inline |
| SetAttribute(const char *name, bool value) | XMLElement | inline |
| SetAttribute(const char *name, double value) | XMLElement | inline |
| SetAttribute(const char *name, float value) | XMLElement | inline |
| SetName(const char *str, bool staticMem=false) | XMLElement | inline |
| SetText(const char *inText) (defined in XMLElement) | XMLElement | |
| SetText(int value) | XMLElement | |
| SetText(unsigned value) | XMLElement | |
| SetText(int64_t value) | XMLElement | |
| SetText(bool value) | XMLElement | |
| SetText(double value) | XMLElement | |
| SetText(float value) | XMLElement | |
| SetUserData(void *userData) (defined in XMLNode) | XMLNode | inline |
| SetValue(const char *val, bool staticMem=false) (defined in XMLNode) | XMLNode | |
| ShallowClone(XMLDocument *document) const (defined in XMLElement) | XMLElement | virtual |
| ShallowEqual(const XMLNode *compare) const (defined in XMLElement) | XMLElement | virtual |
| ToComment() | XMLNode | inlinevirtual |
| ToComment() const (defined in XMLNode) | XMLNode | inlinevirtual |
| ToDeclaration() | XMLNode | inlinevirtual |
| ToDeclaration() const (defined in XMLNode) | XMLNode | inlinevirtual |
| ToDocument() | XMLNode | inlinevirtual |
| ToDocument() const (defined in XMLNode) | XMLNode | inlinevirtual |
| ToElement() | XMLElement | inlinevirtual |
| ToElement() const (defined in XMLElement) | XMLElement | inlinevirtual |
| ToElementWithName(const char *name) const (defined in XMLNode) | XMLNode | private |
| ToText() | XMLNode | inlinevirtual |
| ToText() const (defined in XMLNode) | XMLNode | inlinevirtual |
| ToUnknown() | XMLNode | inlinevirtual |
| ToUnknown() const (defined in XMLNode) | XMLNode | inlinevirtual |
| Unlink(XMLNode *child) (defined in XMLNode) | XMLNode | private |
| UnsignedAttribute(const char *name, unsigned defaultValue=0) const | XMLElement | |
| UnsignedText(unsigned defaultValue=0) const | XMLElement | |
| Value() const (defined in XMLNode) | XMLNode | |
| XMLDocument (defined in XMLElement) | XMLElement | friend |
| XMLElement(XMLDocument *doc) (defined in XMLElement) | XMLElement | private |
| XMLElement(const XMLElement &) (defined in XMLElement) | XMLElement | private |
| XMLNode(XMLDocument *) (defined in XMLNode) | XMLNode | protected |
| XMLNode(const XMLNode &) (defined in XMLNode) | XMLNode | private |
| ~XMLElement() (defined in XMLElement) | XMLElement | privatevirtual |
| ~XMLNode() (defined in XMLNode) | XMLNode | protectedvirtual |