#include <XmlAttributeElement.h>
Inherits XmlElement.
Inheritance diagram for XmlAttributeElement:


Public Member Functions | |
| XmlAttributeElement (const String &tag, XmlAttribute *attr=NULL, const String &innerData="", XmlElement *nextChild=NULL, XmlElement *nextSibling=NULL) | |
| virtual | ~XmlAttributeElement () |
Protected Member Functions | |
| virtual int | close () |
Definition at line 12 of file XmlAttributeElement.h.
| XmlAttributeElement::XmlAttributeElement | ( | const String & | tag, | |
| XmlAttribute * | attr = NULL, |
|||
| const String & | innerData = "", |
|||
| XmlElement * | nextChild = NULL, |
|||
| XmlElement * | nextSibling = NULL | |||
| ) |
Definition at line 13 of file XmlAttributeElement.cpp.
| XmlAttributeElement::~XmlAttributeElement | ( | ) | [virtual] |
Definition at line 19 of file XmlAttributeElement.cpp.
| int XmlAttributeElement::close | ( | ) | [protected, virtual] |
Reimplemented from XmlElement.
Definition at line 25 of file XmlAttributeElement.cpp.
References ERROR_BACKTRACE(), FAILED(), XmlElement::innerData(), OK, XmlElement::parent(), XmlElement::setAttribute(), and XmlElement::tag().
1.5.1