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; void setCollapsed(bool) ; };
GroveElement
public member functionsSets new element name.
GroveElementAttrList attrs() const;
Element Attributes list.
If this flag is set, this element will be processed as 'collapsed' by Serna XSLT processor