libcommonc++  0.7
XMLElement Member List

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="") constXMLElement
getAttribute(const String &name, int &value, int defaultValue=0) constXMLElement
getAttribute(const String &name, int64_t &value, const int64_t &defaultValue=0) constXMLElement
getAttribute(const String &name, bool &value, bool defaultValue=false) constXMLElement
getAttribute(const String &name, double &value, const double &defaultValue=0.0) constXMLElement
getAttributeNames(StringVec &names) constXMLElement
getChild(const String &name=String::null)XMLElement
getChild(const String &name=String::null) constXMLElement
getChild(uint_t index)XMLElement
getChild(uint_t index) constXMLElement
getChildCount() constXMLElement
getContent() constXMLElementinline
getName() constXMLElementinline
getParent()XMLElement
getParent() constXMLElement
hasAttributes() constXMLElement
hasChild(const String &name) constXMLElement
hasChildren() constXMLElement
hasContent() constXMLElementinline
isNull() constXMLElementinline
nullXMLElementstatic
operator const void *() constXMLElementinline
operator!() constXMLElementinline
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) constXMLElementinline
operator[](const char *name) constXMLElementinline
operator[](int index)XMLElement
operator[](int index) constXMLElement
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)XMLElementinline
toBool() constXMLElement
toDouble() constXMLElement
toFloat() constXMLElement
toInt() constXMLElement
toInt64() constXMLElement
toString() constXMLElementinline
toUInt() constXMLElement
toUInt64() constXMLElement
validateName(const String &name)XMLElementstatic
write(std::ostream &stream, int depth, uint_t tabWidth) constXMLElement
XMLDocument classXMLElementfriend
XMLElementConstIterator classXMLElementfriend
XMLElementIterator classXMLElementfriend