XMLElement Member List

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

_closingType (defined in XMLElement)XMLElementprivate
_document (defined in XMLNode)XMLNodeprotected
_firstChild (defined in XMLNode)XMLNodeprotected
_lastChild (defined in XMLNode)XMLNodeprotected
_memPool (defined in XMLNode)XMLNodeprivate
_next (defined in XMLNode)XMLNodeprotected
_parent (defined in XMLNode)XMLNodeprotected
_parseLineNum (defined in XMLNode)XMLNodeprotected
_prev (defined in XMLNode)XMLNodeprotected
_rootAttribute (defined in XMLElement)XMLElementprivate
_userData (defined in XMLNode)XMLNodeprotected
_value (defined in XMLNode)XMLNodemutableprotected
Accept(XMLVisitor *visitor) const (defined in XMLElement)XMLElementvirtual
Attribute(const char *name, const char *value=nullptr) const (defined in XMLElement)XMLElement
BoolAttribute(const char *name, bool defaultValue=false) constXMLElement
BoolText(bool defaultValue=false) constXMLElement
BUF_SIZE enum value (defined in XMLElement)XMLElementprivate
CLOSED enum value (defined in XMLElement)XMLElement
CLOSING enum value (defined in XMLElement)XMLElement
ClosingType() const (defined in XMLElement)XMLElementinline
CreateAttribute() (defined in XMLElement)XMLElementprivate
DeepClone(XMLDocument *target) const (defined in XMLNode)XMLNode
DeleteAttribute(const char *name) (defined in XMLElement)XMLElement
DeleteAttribute(XMLAttribute *attribute) (defined in XMLElement)XMLElementprivatestatic
DeleteChild(XMLNode *node) (defined in XMLNode)XMLNode
DeleteChildren() (defined in XMLNode)XMLNode
DeleteNode(XMLNode *node) (defined in XMLNode)XMLNodeprivatestatic
DoubleAttribute(const char *name, double defaultValue=0) constXMLElement
DoubleText(double defaultValue=0) constXMLElement
ElementClosingType enum name (defined in XMLElement)XMLElement
FindAttribute(const char *name) constXMLElement
FindAttribute(const char *name) (defined in XMLElement)XMLElementinlineprivate
FindOrCreateAttribute(const char *name) (defined in XMLElement)XMLElementprivate
FirstAttribute() constXMLElementinline
FirstChild() constXMLNodeinline
FirstChild() (defined in XMLNode)XMLNodeinline
FirstChildElement(const char *name=nullptr) const (defined in XMLNode)XMLNode
FirstChildElement(const char *name=nullptr) (defined in XMLNode)XMLNodeinline
FloatAttribute(const char *name, float defaultValue=0) constXMLElement
FloatText(float defaultValue=0) constXMLElement
GetDocument() constXMLNodeinline
GetDocument()XMLNodeinline
GetLineNum() constXMLNodeinline
GetText() const (defined in XMLElement)XMLElement
GetUserData() const (defined in XMLNode)XMLNodeinline
InsertAfterChild(XMLNode *afterThis, XMLNode *addThis) (defined in XMLNode)XMLNode
InsertChildPreamble(XMLNode *insertThis) const (defined in XMLNode)XMLNodeprivate
InsertEndChild(XMLNode *addThis) (defined in XMLNode)XMLNode
InsertFirstChild(XMLNode *addThis) (defined in XMLNode)XMLNode
Int64Attribute(const char *name, int64_t defaultValue=0) constXMLElement
Int64Text(int64_t defaultValue=0) constXMLElement
IntAttribute(const char *name, int defaultValue=0) const (defined in XMLElement)XMLElement
IntText(int defaultValue=0) const (defined in XMLElement)XMLElement
LastChild() constXMLNodeinline
LastChild() (defined in XMLNode)XMLNodeinline
LastChildElement(const char *name=nullptr) const (defined in XMLNode)XMLNode
LastChildElement(const char *name=nullptr) (defined in XMLNode)XMLNodeinline
LinkEndChild(XMLNode *addThis) (defined in XMLNode)XMLNodeinline
Name() constXMLElementinline
NextSibling() constXMLNodeinline
NextSibling() (defined in XMLNode)XMLNodeinline
NextSiblingElement(const char *name=nullptr) constXMLNode
NextSiblingElement(const char *name=nullptr) (defined in XMLNode)XMLNodeinline
NoChildren() constXMLNodeinline
OPEN enum value (defined in XMLElement)XMLElement
operator=(const XMLElement &) (defined in XMLElement)XMLElementprivate
Parent() constXMLNodeinline
Parent() (defined in XMLNode)XMLNodeinline
ParseAttributes(char *p, int *curLineNumPtr) (defined in XMLElement)XMLElementprivate
ParseDeep(char *p, StrPair *parentEndTag, int *curLineNumPtr) (defined in XMLElement)XMLElementprotectedvirtual
PreviousSibling() constXMLNodeinline
PreviousSibling() (defined in XMLNode)XMLNodeinline
PreviousSiblingElement(const char *name=nullptr) constXMLNode
PreviousSiblingElement(const char *name=nullptr) (defined in XMLNode)XMLNodeinline
QueryAttribute(const char *name, int *value) const (defined in XMLElement)XMLElementinline
QueryAttribute(const char *name, unsigned int *value) const (defined in XMLElement)XMLElementinline
QueryAttribute(const char *name, int64_t *value) const (defined in XMLElement)XMLElementinline
QueryAttribute(const char *name, bool *value) const (defined in XMLElement)XMLElementinline
QueryAttribute(const char *name, double *value) const (defined in XMLElement)XMLElementinline
QueryAttribute(const char *name, float *value) const (defined in XMLElement)XMLElementinline
QueryBoolAttribute(const char *name, bool *value) constXMLElementinline
QueryBoolText(bool *bval) constXMLElement
QueryDoubleAttribute(const char *name, double *value) constXMLElementinline
QueryDoubleText(double *dval) constXMLElement
QueryFloatAttribute(const char *name, float *value) constXMLElementinline
QueryFloatText(float *fval) constXMLElement
QueryInt64Attribute(const char *name, int64_t *value) constXMLElementinline
QueryInt64Text(int64_t *uval) constXMLElement
QueryIntAttribute(const char *name, int *value) const (defined in XMLElement)XMLElementinline
QueryIntText(int *ival) const (defined in XMLElement)XMLElement
QueryStringAttribute(const char *name, const char **value) constXMLElementinline
QueryUnsignedAttribute(const char *name, unsigned int *value) constXMLElementinline
QueryUnsignedText(unsigned *uval) constXMLElement
SetAttribute(const char *name, const char *value)XMLElementinline
SetAttribute(const char *name, int value)XMLElementinline
SetAttribute(const char *name, unsigned value)XMLElementinline
SetAttribute(const char *name, int64_t value)XMLElementinline
SetAttribute(const char *name, bool value)XMLElementinline
SetAttribute(const char *name, double value)XMLElementinline
SetAttribute(const char *name, float value)XMLElementinline
SetName(const char *str, bool staticMem=false)XMLElementinline
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)XMLNodeinline
SetValue(const char *val, bool staticMem=false) (defined in XMLNode)XMLNode
ShallowClone(XMLDocument *document) const (defined in XMLElement)XMLElementvirtual
ShallowEqual(const XMLNode *compare) const (defined in XMLElement)XMLElementvirtual
ToComment()XMLNodeinlinevirtual
ToComment() const (defined in XMLNode)XMLNodeinlinevirtual
ToDeclaration()XMLNodeinlinevirtual
ToDeclaration() const (defined in XMLNode)XMLNodeinlinevirtual
ToDocument()XMLNodeinlinevirtual
ToDocument() const (defined in XMLNode)XMLNodeinlinevirtual
ToElement()XMLElementinlinevirtual
ToElement() const (defined in XMLElement)XMLElementinlinevirtual
ToElementWithName(const char *name) const (defined in XMLNode)XMLNodeprivate
ToText()XMLNodeinlinevirtual
ToText() const (defined in XMLNode)XMLNodeinlinevirtual
ToUnknown()XMLNodeinlinevirtual
ToUnknown() const (defined in XMLNode)XMLNodeinlinevirtual
Unlink(XMLNode *child) (defined in XMLNode)XMLNodeprivate
UnsignedAttribute(const char *name, unsigned defaultValue=0) constXMLElement
UnsignedText(unsigned defaultValue=0) constXMLElement
Value() const (defined in XMLNode)XMLNode
XMLDocument (defined in XMLElement)XMLElementfriend
XMLElement(XMLDocument *doc) (defined in XMLElement)XMLElementprivate
XMLElement(const XMLElement &) (defined in XMLElement)XMLElementprivate
XMLNode(XMLDocument *) (defined in XMLNode)XMLNodeprotected
XMLNode(const XMLNode &) (defined in XMLNode)XMLNodeprivate
~XMLElement() (defined in XMLElement)XMLElementprivatevirtual
~XMLNode() (defined in XMLNode)XMLNodeprotectedvirtual