, including all inherited members.
| AddComment(const MIUNICODE *) | XMLNODE | |
| AppendText(const MIUNICODE *text) | XMLNODE | |
| Attach(XMLNODE *parent) | XMLNODE | |
| Copy(bool recursive=true, XMLDOC *NewDoc=NULL) const | XMLNODE | |
| Delete() | XMLNODE | |
| DeleteAllChildren() | XMLNODE | |
| Detach() | XMLNODE | |
| FindChild(const char *TagName) const | XMLNODE | |
| FindChild(const char *TagName, const char *PropertyName, const MIUNICODE *PropertyValue) const | XMLNODE | |
| FindChild(const char *TagName, const char *PropertyName, const char *PropertyValue) const | XMLNODE | |
| FindNext(const char *TagName=0, const char *PropName=0, const char *PropValue=0) const | XMLNODE | |
| GetContentXML(MISTRING &retstr, bool bIncludeSelf, bool bFormat=true, int indent=0) | XMLNODE | |
| GetContentXML(STRUTF8 &retstr, bool bIncludeSelf, bool bFormat=true, int indent=0) | XMLNODE | |
| GetElementByAttribute(const char *AttributeName, const MIUNICODE *AttributeValue) const | XMLNODE | |
| GetElementByAttribute(const char *AttributeName, const char *AttributeValue) const | XMLNODE | |
| GetElementsByTagName(SIMPLE_ARRAY< XMLNODE * > &Nodes, const char *TagName, bool bCaseSensitive=true) const | XMLNODE | |
| GetFirstChild() const | XMLNODE | |
| GetLastChild() const | XMLNODE | |
| GetName() const | XMLNODE | |
| GetNext() const | XMLNODE | |
| GetParent() const | XMLNODE | |
| GetPrevious() const | XMLNODE | |
| GetProperty(const char *PropName, MISTRING &str, bool bCaseSensitive=true) const | XMLNODE | |
| GetProperty(const char *PropName, STRUTF8 &retstr, bool bCaseSensitive=true) const | XMLNODE | |
| GetProperty(const char *PropName, bool &retvalue, bool bCaseSensitive=true) const | XMLNODE | |
| GetProperty(const char *PropName, double &retvalue, bool bCaseSensitive=true) const | XMLNODE | |
| GetProperty(const char *PropName, INT32 &retvalue, bool bCaseSensitive=true) const | XMLNODE | |
| GetProperty(const char *PropName, UINT32 &retvalue, bool bCaseSensitive=true) const | XMLNODE | |
| GetProperty(const char *PropName, INT64 &retvalue, bool bCaseSensitive=true) const | XMLNODE | |
| GetProperty(const char *PropName, UINT64 &retvalue, bool bCaseSensitive=true) const | XMLNODE | |
| GetPropertyBool(const char *PropName, bool dft=false, bool bCaseSensitive=true) const | XMLNODE | |
| GetPropertyNum(const char *PropName, double dft=0.0, bool bCaseSensitive=true) const | XMLNODE | |
| GetText(MISTRING &str, bool bStripLeadingAndTrailingWhitespace=true) const | XMLNODE | |
| GetText(STRUTF8 &str, bool bStripLeadingAndTrailingWhitespace=true) const | XMLNODE | |
| GetValue(bool &retvalue) const | XMLNODE | |
| GetValue(double &retvalue) const | XMLNODE | |
| GetValue(INT32 &retvalue) const | XMLNODE | |
| GetValue(UINT32 &retvalue) const | XMLNODE | |
| GetValue(INT64 &retvalue) const | XMLNODE | |
| GetValue(UINT64 &retvalue) const | XMLNODE | |
| HasProperty(const char *name, bool bCaseSensitive=true) const | XMLNODE | |
| IsCDATA() const | XMLNODE | |
| IsEmpty() const | XMLNODE | |
| IsText() const | XMLNODE | |
| NewCDATAChild(const char *TagName, const MIUNICODE *value, XMLNAMESPACE *pNameSpace=0) | XMLNODE | |
| NewCDATAChild(const char *TagName, const UINT8 *value, int len=-1, XMLNAMESPACE *pNameSpace=0) | XMLNODE | |
| NewChild(const char *TagName, XMLNAMESPACE *pNameSpace=0) | XMLNODE | |
| NewChild(const char *TagName, const MIUNICODE *value, XMLNAMESPACE *pNameSpace=0) | XMLNODE | |
| NewChild(const char *TagName, double value, MISTRING::FLOATFMT floatfmt=MISTRING::FLOATFMT_MaxPrecision, XMLNAMESPACE *pNameSpace=0) | XMLNODE | |
| NewChild(const XMLNODE *NodeToCopy) | XMLNODE | |
| NewTextChild(const char *TagName, const MIUNICODE *value, XMLNAMESPACE *pNameSpace=0) | XMLNODE | |
| NewTextChild(const char *TagName, const char *value, XMLNAMESPACE *pNameSpace=0) | XMLNODE | |
| Replace(XMLNODE *NodeToReplace) | XMLNODE | |
| SetName(const char *name) | XMLNODE | |
| SetNamespace(XMLNAMESPACE *pNameSpace) | XMLNODE | |
| SetProperty(const char *PropName, const MIUNICODE *value) | XMLNODE | |
| SetProperty(const char *PropName, const char *value) | XMLNODE | |
| SetProperty(const char *PropName, double value, MISTRING::FLOATFMT floatfmt=MISTRING::FLOATFMT_MaxPrecision) | XMLNODE | |
| SetText(const MIUNICODE *text) | XMLNODE | |
| SetText(const char *text) | XMLNODE | |
| UnsetProperty(const char *PropName) | XMLNODE | |