gloox  1.0.21
Tag Member List

This is the complete list of members for Tag, including all inherited members.

addAttribute(Attribute *attr)Tag
addAttribute(const std::string &name, const std::string &value)Tag
addAttribute(const std::string &name, int value)Tag
addAttribute(const std::string &name, long value)Tag
addCData(const std::string &cdata)Tag
addChild(Tag *child)Tag
addChildCopy(const Tag *child)Tag
AttributeList typedefTag
attributes() constTag
cdata() constTag
children() constTag
clone() constTag
findAttribute(const std::string &name) constTag
findCData(const std::string &expression) constTag
findChild(const std::string &name) constTag
findChild(const std::string &name, const std::string &attr, const std::string &value=EmptyString) constTag
findChildren(const std::string &name, const std::string &xmlns=EmptyString) constTag
findChildWithAttrib(const std::string &attr, const std::string &value=EmptyString) constTag
findTag(const std::string &expression) constTag
findTagList(const std::string &expression) constTag
hasAttribute(const std::string &name, const std::string &value=EmptyString) constTag
hasChild(const std::string &name, const std::string &attr=EmptyString, const std::string &value=EmptyString) constTag
hasChildWithAttrib(const std::string &attr, const std::string &value=EmptyString) constTaginline
hasChildWithCData(const std::string &name, const std::string &cdata) constTag
name() constTaginline
operator bool() constTaginline
operator!=(const Tag &right) constTaginline
operator==(const Tag &right) constTag
parent() constTaginline
prefix() constTaginline
prefix(const std::string &xmlns) constTag
removeAttribute(const std::string &attr, const std::string &value=EmptyString, const std::string &xmlns=EmptyString)Tag
removeChild(const std::string &name, const std::string &xmlns=EmptyString)Tag
removeChild(Tag *tag)Tag
setAttributes(const AttributeList &attributes)Tag
setCData(const std::string &cdata)Tag
setPrefix(const std::string &prefix)Tag
setXmlns(const std::string &xmlns, const std::string &prefix=EmptyString)Tag
Tag(const std::string &name, const std::string &cdata=EmptyString)Tag
Tag(Tag *parent, const std::string &name, const std::string &cdata=EmptyString)Tag
Tag(const std::string &name, const std::string &attrib, const std::string &value)Tag
Tag(Tag *parent, const std::string &name, const std::string &attrib, const std::string &value)Tag
xml() constTag
xmlns() constTag
xmlns(const std::string &prefix) constTag
~Tag()Tagvirtual