GroveElement — XML element node.
class GroveElement : : public GroveNodeWithNamespaceSernaApi::GroveNodeWithNamespace { public: // construct/copy/destruct GroveElement(SernaApiBase *); GroveElement(const SString &); ~GroveElement(); // public member functions void setName(const SString &) ; GroveElementAttrList attrs() const; };
GroveElement
public member functionsSets new element name.
GroveElementAttrList attrs() const;
Element Attributes list.