libcommonc++
0.7
|
This is the complete list of members for XMLElement, including all inherited members.
addChild(const String &name) | XMLElement | |
getAttribute(const String &name, String &value, const String &defaultValue="") const | XMLElement | |
getAttribute(const String &name, int &value, int defaultValue=0) const | XMLElement | |
getAttribute(const String &name, int64_t &value, const int64_t &defaultValue=0) const | XMLElement | |
getAttribute(const String &name, bool &value, bool defaultValue=false) const | XMLElement | |
getAttribute(const String &name, double &value, const double &defaultValue=0.0) const | XMLElement | |
getAttributeNames(StringVec &names) const | XMLElement | |
getChild(const String &name=String::null) | XMLElement | |
getChild(const String &name=String::null) const | XMLElement | |
getChild(uint_t index) | XMLElement | |
getChild(uint_t index) const | XMLElement | |
getChildCount() const | XMLElement | |
getContent() const | XMLElement | inline |
getName() const | XMLElement | inline |
getParent() | XMLElement | |
getParent() const | XMLElement | |
hasAttributes() const | XMLElement | |
hasChild(const String &name) const | XMLElement | |
hasChildren() const | XMLElement | |
hasContent() const | XMLElement | inline |
isNull() const | XMLElement | inline |
null | XMLElement | static |
operator const void *() const | XMLElement | inline |
operator!() const | XMLElement | inline |
operator=(bool val) | XMLElement | |
operator=(long val) | XMLElement | |
operator=(unsigned long val) | XMLElement | |
operator=(const int64_t &val) | XMLElement | |
operator=(const uint64_t &val) | XMLElement | |
operator=(float val) | XMLElement | |
operator=(const double &val) | XMLElement | |
operator=(const String &val) | XMLElement | |
operator[](const String &name) | XMLElement | |
operator[](const char *name) | XMLElement | |
operator[](const String &name) const | XMLElement | inline |
operator[](const char *name) const | XMLElement | inline |
operator[](int index) | XMLElement | |
operator[](int index) const | XMLElement | |
removeAttributes() | XMLElement | |
removeChildren() | XMLElement | |
removeChildren(const String &name) | XMLElement | |
setAttribute(const String &name, const String &value) | XMLElement | |
setAttribute(const String &name, int value) | XMLElement | |
setAttribute(const String &name, const int64_t &value) | XMLElement | |
setAttribute(const String &name, const double &value) | XMLElement | |
setAttribute(const String &name, bool value) | XMLElement | |
setContent(const String &content) | XMLElement | inline |
toBool() const | XMLElement | |
toDouble() const | XMLElement | |
toFloat() const | XMLElement | |
toInt() const | XMLElement | |
toInt64() const | XMLElement | |
toString() const | XMLElement | inline |
toUInt() const | XMLElement | |
toUInt64() const | XMLElement | |
validateName(const String &name) | XMLElement | static |
write(std::ostream &stream, int depth, uint_t tabWidth) const | XMLElement | |
XMLDocument class | XMLElement | friend |
XMLElementConstIterator class | XMLElement | friend |
XMLElementIterator class | XMLElement | friend |