Twitch SDK (Internal)
ttv::xml::XMLElement Member List

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

_closingTypettv::xml::XMLElementprivate
_documentttv::xml::XMLNodeprotected
_firstChildttv::xml::XMLNodeprotected
_lastChildttv::xml::XMLNodeprotected
_nextttv::xml::XMLNodeprotected
_parentttv::xml::XMLNodeprotected
_prevttv::xml::XMLNodeprotected
_rootAttributettv::xml::XMLElementprivate
_userDatattv::xml::XMLNodeprotected
_valuettv::xml::XMLNodemutableprotected
Accept(XMLVisitor *visitor) constttv::xml::XMLElementvirtual
Attribute(const char *name, const char *value=0) constttv::xml::XMLElement
BoolAttribute(const char *name) constttv::xml::XMLElementinline
BUF_SIZE enum valuettv::xml::XMLElementprivate
CLOSED enum valuettv::xml::XMLElement
CLOSING enum valuettv::xml::XMLElement
ClosingType() constttv::xml::XMLElementinline
DeleteAttribute(const char *name)ttv::xml::XMLElement
DeleteAttribute(XMLAttribute *attribute)ttv::xml::XMLElementprivatestatic
DeleteChild(XMLNode *node)ttv::xml::XMLNode
DeleteChildren()ttv::xml::XMLNode
DoubleAttribute(const char *name) constttv::xml::XMLElementinline
FindAttribute(const char *name) constttv::xml::XMLElement
FindAttribute(const char *name)ttv::xml::XMLElementinlineprivate
FindOrCreateAttribute(const char *name)ttv::xml::XMLElementprivate
FirstAttribute() constttv::xml::XMLElementinline
FirstChild() constttv::xml::XMLNodeinline
FirstChild()ttv::xml::XMLNodeinline
FirstChildElement(const char *name=0) constttv::xml::XMLNode
FirstChildElement(const char *name=0)ttv::xml::XMLNodeinline
FloatAttribute(const char *name) constttv::xml::XMLElementinline
GetDocument() constttv::xml::XMLNodeinline
GetDocument()ttv::xml::XMLNodeinline
GetText() constttv::xml::XMLElement
GetUserData() constttv::xml::XMLNodeinline
InsertAfterChild(XMLNode *afterThis, XMLNode *addThis)ttv::xml::XMLNode
InsertEndChild(XMLNode *addThis)ttv::xml::XMLNode
InsertFirstChild(XMLNode *addThis)ttv::xml::XMLNode
Int64Attribute(const char *name) constttv::xml::XMLElementinline
IntAttribute(const char *name) constttv::xml::XMLElementinline
LastChild() constttv::xml::XMLNodeinline
LastChild()ttv::xml::XMLNodeinline
LastChildElement(const char *name=0) constttv::xml::XMLNode
LastChildElement(const char *name=0)ttv::xml::XMLNodeinline
LinkEndChild(XMLNode *addThis)ttv::xml::XMLNodeinline
Name() constttv::xml::XMLElementinline
NextSibling() constttv::xml::XMLNodeinline
NextSibling()ttv::xml::XMLNodeinline
NextSiblingElement(const char *name=0) constttv::xml::XMLNode
NextSiblingElement(const char *name=0)ttv::xml::XMLNodeinline
NoChildren() constttv::xml::XMLNodeinline
OPEN enum valuettv::xml::XMLElement
operator=(const XMLElement &)ttv::xml::XMLElementprivate
Parent() constttv::xml::XMLNodeinline
Parent()ttv::xml::XMLNodeinline
ParseAttributes(char *p)ttv::xml::XMLElementprivate
ParseDeep(char *p, StrPair *endTag)ttv::xml::XMLElementprotectedvirtual
PreviousSibling() constttv::xml::XMLNodeinline
PreviousSibling()ttv::xml::XMLNodeinline
PreviousSiblingElement(const char *name=0) constttv::xml::XMLNode
PreviousSiblingElement(const char *name=0)ttv::xml::XMLNodeinline
QueryAttribute(const char *name, int *value) constttv::xml::XMLElementinline
QueryAttribute(const char *name, unsigned int *value) constttv::xml::XMLElementinline
QueryAttribute(const char *name, int64_t *value) constttv::xml::XMLElementinline
QueryAttribute(const char *name, bool *value) constttv::xml::XMLElementinline
QueryAttribute(const char *name, double *value) constttv::xml::XMLElementinline
QueryAttribute(const char *name, float *value) constttv::xml::XMLElementinline
QueryBoolAttribute(const char *name, bool *value) constttv::xml::XMLElementinline
QueryBoolText(bool *bval) constttv::xml::XMLElement
QueryDoubleAttribute(const char *name, double *value) constttv::xml::XMLElementinline
QueryDoubleText(double *dval) constttv::xml::XMLElement
QueryFloatAttribute(const char *name, float *value) constttv::xml::XMLElementinline
QueryFloatText(float *fval) constttv::xml::XMLElement
QueryInt64Attribute(const char *name, int64_t *value) constttv::xml::XMLElementinline
QueryInt64Text(int64_t *uval) constttv::xml::XMLElement
QueryIntAttribute(const char *name, int *value) constttv::xml::XMLElementinline
QueryIntText(int *ival) constttv::xml::XMLElement
QueryUnsignedAttribute(const char *name, unsigned int *value) constttv::xml::XMLElementinline
QueryUnsignedText(unsigned *uval) constttv::xml::XMLElement
SetAttribute(const char *name, const char *value)ttv::xml::XMLElementinline
SetAttribute(const char *name, int value)ttv::xml::XMLElementinline
SetAttribute(const char *name, unsigned value)ttv::xml::XMLElementinline
SetAttribute(const char *name, int64_t value)ttv::xml::XMLElementinline
SetAttribute(const char *name, bool value)ttv::xml::XMLElementinline
SetAttribute(const char *name, double value)ttv::xml::XMLElementinline
SetAttribute(const char *name, float value)ttv::xml::XMLElementinline
SetName(const char *str, bool staticMem=false)ttv::xml::XMLElementinline
SetText(const char *inText)ttv::xml::XMLElement
SetText(int value)ttv::xml::XMLElement
SetText(unsigned value)ttv::xml::XMLElement
SetText(int64_t value)ttv::xml::XMLElement
SetText(bool value)ttv::xml::XMLElement
SetText(double value)ttv::xml::XMLElement
SetText(float value)ttv::xml::XMLElement
SetUserData(void *userData)ttv::xml::XMLNodeinline
SetValue(const char *val, bool staticMem=false)ttv::xml::XMLNode
ShallowClone(XMLDocument *document) constttv::xml::XMLElementvirtual
ShallowEqual(const XMLNode *compare) constttv::xml::XMLElementvirtual
ToComment()ttv::xml::XMLNodeinlinevirtual
ToComment() constttv::xml::XMLNodeinlinevirtual
ToDeclaration()ttv::xml::XMLNodeinlinevirtual
ToDeclaration() constttv::xml::XMLNodeinlinevirtual
ToDocument()ttv::xml::XMLNodeinlinevirtual
ToDocument() constttv::xml::XMLNodeinlinevirtual
ToElement()ttv::xml::XMLElementinlinevirtual
ToElement() constttv::xml::XMLElementinlinevirtual
ToText()ttv::xml::XMLNodeinlinevirtual
ToText() constttv::xml::XMLNodeinlinevirtual
ToUnknown()ttv::xml::XMLNodeinlinevirtual
ToUnknown() constttv::xml::XMLNodeinlinevirtual
UnsignedAttribute(const char *name) constttv::xml::XMLElementinline
Value() constttv::xml::XMLNode
XMLDocument classttv::xml::XMLElementfriend
XMLElement(XMLDocument *doc)ttv::xml::XMLElementprivate
XMLElement(const XMLElement &)ttv::xml::XMLElementprivate
XMLNode(XMLDocument *)ttv::xml::XMLNodeprotected
~XMLElement()ttv::xml::XMLElementprivatevirtual
~XMLNode()ttv::xml::XMLNodeprotectedvirtual