gloox  1.1-svn
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() const Tag
cdata() const Tag
children() const Tag
clone() const Tag
findAttribute(const std::string &name) const Tag
findCData(const std::string &expression) const Tag
findChild(const std::string &name) const Tag
findChild(const std::string &name, const std::string &attr, const std::string &value=EmptyString) const Tag
findChildren(const std::string &name, const std::string &xmlns=EmptyString) const Tag
findChildWithAttrib(const std::string &attr, const std::string &value=EmptyString) const Tag
findTag(const std::string &expression) const Tag
findTagList(const std::string &expression) const Tag
hasAttribute(const std::string &name, const std::string &value=EmptyString) const Tag
hasChild(const std::string &name, const std::string &attr=EmptyString, const std::string &value=EmptyString) const Tag
hasChildWithAttrib(const std::string &attr, const std::string &value=EmptyString) const Taginline
hasChildWithCData(const std::string &name, const std::string &cdata) const Tag
name() const Taginline
operator bool() const Taginline
operator!=(const Tag &right) const Taginline
operator==(const Tag &right) const Tag
parent() const Taginline
prefix() const Taginline
prefix(const std::string &xmlns) const Tag
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() const Tag
xmlns() const Tag
xmlns(const std::string &prefix) const Tag
~Tag()Tagvirtual