Name

GroveElement — XML element node.

Synopsis

class GroveElement
  :  (GroveNodeWithNamespaceSernaApi::GroveNodeWithNamespace) 
:
  # construct/copy/destruct
  __init__(SernaApiBase *)
  __init__(const SString &)
  __del__()

  # public member functions

  None setName(const SString &) 
  GroveElementAttrList attrs() const

Description

GroveElement construct/copy/destruct

  1. __init__(SernaApiBase * )


  2. __init__(const SString & elementName)


  3. __del__()


GroveElement public member functions

  1. None setName(const SString & )

    Sets new element name.


  2. GroveElementAttrList attrs() const

    Element Attributes list.