This is the complete list of members for CXMLElement, including all inherited members.
| AddChild(CXMLElement *pNewElement) | CXMLElement | |
| AddChild(string strTagName) | CXMLElement | |
| AddChild(string strTagName, string strText) | CXMLElement | |
| AddChild(string strTagName, int n) | CXMLElement | |
| AddChild(string strTagName, long n) | CXMLElement | |
| AddChild(string strTagName, float x) | CXMLElement | |
| AddChild(string strTagName, float x, string fmt) | CXMLElement | |
| AddChild(string strTagName, double x) | CXMLElement | |
| AddChild(string strTagName, bool b) | CXMLElement | |
| CXMLElement() | CXMLElement | |
| CXMLElement(string strTagName) | CXMLElement | |
| GetBoolValue() | CXMLElement | |
| GetChild(string strKey, long ndx=0) | CXMLElement | |
| GetChild(long ndx) | CXMLElement | |
| GetChildBoolValue(string childName, bool defaultValue) | CXMLElement | |
| GetChildCount() | CXMLElement | |
| GetChildCount(string str) | CXMLElement | |
| GetChildDblValue(string childName, double defaultValue) | CXMLElement | |
| GetChildFloatValue(string childName, float defaultValue) | CXMLElement | |
| GetChildIntValue(string childName, int defaultValue) | CXMLElement | |
| GetChildLongValue(string childName, long defaultValue) | CXMLElement | |
| GetChildValue(string childName, string defaultValue) | CXMLElement | |
| GetDblValue() | CXMLElement | |
| GetFloatValue() | CXMLElement | |
| GetIntValue() | CXMLElement | |
| GetLongValue() | CXMLElement | |
| GetStrValue() | CXMLElement | |
| GetTagName() | CXMLElement | |
| GetValue() | CXMLElement | |
| GetXML() | CXMLElement | |
| m_pattList | CXMLElement | |
| m_pParentElement | CXMLElement | |
| m_strTagName | CXMLElement | |
| m_strText | CXMLElement | |
| m_vChildren | CXMLElement | |
| RemoveChild(long ndx) | CXMLElement | |
| ~CXMLElement() | CXMLElement | |