Name

GroveElement — XML element node.

Synopsis

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;
};

Description

GroveElement construct/copy/destruct

  1. GroveElement(SernaApiBase * );


  2. GroveElement(const SString & elementName);


  3. ~GroveElement();


GroveElement public member functions

  1. void setName(const SString & ) ;

    Sets new element name.


  2. GroveElementAttrList attrs() const;

    Element Attributes list.