GroveElementAttrList — Representation of the list of XML element attributes.
class GroveElementAttrList { public: // public member functions GroveAttr getAttribute(const SString &) const; bool removeAttribute(const SString &) ; void setAttribute(const GroveAttr &) ; GroveAttr firstChild() const; GroveAttr lastChild() const; GroveAttr getChild(int) const; int countChildren() const; void appendChild(const GroveAttr &) ; void removeAllChildren() ; };