Name

GroveElementAttrList — Representation of the list of XML element attributes.

Synopsis

class GroveElementAttrList:

  # public member functions

  GroveAttr getAttribute(const SString &) const
  bool removeAttribute(const SString &) 
  None setAttribute(const GroveAttr &) 
  GroveAttr firstChild() const
  GroveAttr lastChild() const
  GroveAttr getChild(int) const
  int countChildren() const
  None appendChild(const GroveAttr &) 
  None removeAllChildren() 

Description

GroveElementAttrList public member functions

  1. GroveAttr getAttribute(const SString & name) const


  2. bool removeAttribute(const SString & name)

    Remove attribute by it's name.


  3. None setAttribute(const GroveAttr & )

    Set (override) attribute.


  4. GroveAttr firstChild() const


  5. GroveAttr lastChild() const


  6. GroveAttr getChild(int n) const


  7. int countChildren() const


  8. None appendChild(const GroveAttr & )


  9. None removeAllChildren()