MXMLElement Member List
This is the complete list of members for MXMLElement, including all inherited members.| AppendCDATA(const char *a_cdata=NULL, size_t a_size=0) | MXMLElement | |
| AppendComment(const char *a_comment=NULL, size_t a_size=0) | MXMLElement | |
| AppendDeclaration(const char *a_declaration=NULL, size_t a_size=0) | MXMLElement | |
| AppendElement(const char *a_name=NULL) | MXMLElement | |
| AppendText(const char *a_text=NULL, size_t a_size=0) | MXMLElement | |
| Dispose() | MXMLNode | [virtual] |
| FindChild(const char *a_name) | MXMLElement | |
| Format(int a_tabs=0) | MXMLElement | [virtual] |
| GetAttributes() | MXMLElement | [inline] |
| GetDocument() | MXMLNode | [inline] |
| GetFirstChild() | MXMLElement | [inline] |
| GetFirstChildElement() | MXMLElement | |
| GetLastChild() | MXMLElement | [inline] |
| GetName() const | MXMLElement | [inline] |
| GetNextSibling() | MXMLNode | [inline] |
| GetNextSiblingElement() | MXMLElement | |
| GetParent() | MXMLNode | [inline] |
| GetPrevSibling() | MXMLNode | [inline] |
| GetText() const | MXMLElement | [virtual] |
| InsertAfter(MXMLNode *a_cursor, MXMLNode *a_node) | MXMLElement | |
| InsertBefore(MXMLNode *a_cursor, MXMLNode *a_node) | MXMLElement | |
| InsertLast(MXMLNode *a_node) | MXMLElement | |
| IsName(const char *a_name) const | MXMLElement | |
| IsType(Type a_type) const | MXMLNode | [inline] |
| RemoveChild(MXMLNode *a_node) | MXMLElement | |
| SetName(const char *a_name) | MXMLElement |