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


Public Member Functions | |
| XmlRegistryElement (XmlAttribute *attr=NULL, const String &innerData="", XmlElement *nextChild=NULL, XmlElement *nextSibling=NULL) | |
| virtual | ~XmlRegistryElement () |
| String | type () const |
| String | value () const |
| String | defaultValue () const |
Definition at line 16 of file XmlRegistryElement.h.
| XmlRegistryElement::XmlRegistryElement | ( | XmlAttribute * | attr = NULL, |
|
| const String & | innerData = "", |
|||
| XmlElement * | nextChild = NULL, |
|||
| XmlElement * | nextSibling = NULL | |||
| ) |
Definition at line 13 of file XmlRegistryElement.cpp.
| XmlRegistryElement::~XmlRegistryElement | ( | ) | [virtual] |
Definition at line 18 of file XmlRegistryElement.cpp.
| String XmlRegistryElement::type | ( | ) | const |
Definition at line 22 of file XmlRegistryElement.cpp.
References XmlElement::attribute(), FAILED(), MSG_XML_ELEMENT_ATTR_NOT_FOUND, WARNING, and XML_ATTR_TYPE.
| String XmlRegistryElement::value | ( | ) | const |
Definition at line 32 of file XmlRegistryElement.cpp.
References XmlElement::attribute(), FAILED(), MSG_XML_ELEMENT_ATTR_NOT_FOUND, WARNING, and XML_ATTR_VALUE.
| String XmlRegistryElement::defaultValue | ( | ) | const |
Definition at line 42 of file XmlRegistryElement.cpp.
References XmlElement::attribute(), FAILED(), MSG_XML_ELEMENT_ATTR_NOT_FOUND, WARNING, and XML_ATTR_DEFAULT.
1.5.1