AppendAttr(const char *m_sName=NULL, const char *value=NULL) | XNode | |
AppendAttr(const char *m_sName, float value) | XNode | |
AppendAttr(const char *m_sName, int value) | XNode | |
AppendAttr(const char *m_sName, unsigned value) | XNode | |
AppendAttr(const char *m_sName, const DateTime &value) | XNode | |
AppendAttr(XAttr *attr) | XNode | |
AppendChild(const char *m_sName=NULL, const char *value=NULL) | XNode | |
AppendChild(const char *m_sName, float value) | XNode | |
AppendChild(const char *m_sName, int value) | XNode | |
AppendChild(const char *m_sName, unsigned value) | XNode | |
AppendChild(const char *m_sName, const DateTime &value) | XNode | |
AppendChild(XNode *node) | XNode | |
Clear() | XNode | |
GetAttr(const char *attrname) const | XNode | |
GetAttr(const char *attrname) | XNode | |
GetAttrValue(const char *attrname) | XNode | |
GetAttrValue(const char *name, CString &out) const | XNode | [inline] |
GetAttrValue(const char *name, int &out) const | XNode | [inline] |
GetAttrValue(const char *name, float &out) const | XNode | [inline] |
GetAttrValue(const char *name, bool &out) const | XNode | [inline] |
GetAttrValue(const char *name, unsigned &out) const | XNode | [inline] |
GetAttrValue(const char *name, DateTime &out) const | XNode | [inline] |
GetChild(const char *m_sName) const | XNode | |
GetChild(const char *m_sName) | XNode | |
GetChildAttr(const char *name, const char *attrname) | XNode | |
GetChildAttrValue(const char *name, const char *attrname) | XNode | |
GetChildCount() | XNode | |
GetChildValue(const char *m_sName) | XNode | |
GetChildValue(const char *name, CString &out) const | XNode | [inline] |
GetChildValue(const char *name, int &out) const | XNode | [inline] |
GetChildValue(const char *name, float &out) const | XNode | [inline] |
GetChildValue(const char *name, bool &out) const | XNode | [inline] |
GetChildValue(const char *name, unsigned &out) const | XNode | [inline] |
GetChildValue(const char *name, DateTime &out) const | XNode | [inline] |
GetValue(CString &out) const | XNode | |
GetValue(int &out) const | XNode | |
GetValue(float &out) const | XNode | |
GetValue(bool &out) const | XNode | |
GetValue(unsigned &out) const | XNode | |
GetValue(DateTime &out) const | XNode | |
GetXML(RageFileBasic &f, DISP_OPT *opt=&optDefault) | XNode | |
Load(const char *pszXml, PARSEINFO *pi=&piDefault) | XNode | |
LoadAttributes(const char *pszAttrs, PARSEINFO *pi=&piDefault) | XNode | |
LoadFromFile(const CString &sFile, PARSEINFO *pi=&piDefault) | XNode | |
LoadFromFile(RageFileBasic &f, PARSEINFO *pi=&piDefault) | XNode | |
m_attrs | XNode | |
m_childs | XNode | |
m_sName | XNode | |
m_sValue | XNode | |
RemoveAttr(XAttr *attr) | XNode | |
RemoveChild(XNode *node) | XNode | |
SaveToFile(const CString &sFile, DISP_OPT *opt=&optDefault) | XNode | |
SaveToFile(RageFileBasic &f, DISP_OPT *opt=&optDefault) | XNode | |
SetAttrValue(const char *m_sName, const char *value) | XNode | |
SetValue(int v) | XNode | |
SetValue(float v) | XNode | |
SetValue(bool v) | XNode | |
SetValue(unsigned v) | XNode | |
SetValue(const DateTime &v) | XNode | |
XNode() | XNode | [inline] |
~XNode() | XNode | |