Name

GroveIdManager — Access to the IDs of the XML grove.

Synopsis

class GroveIdManager (SimpleWrappedObjectSernaApi::SimpleWrappedObject) :
  # construct/copy/destruct
  __init__(SernaApiBase *)

  # public member functions

  None getIdList(PropertyNode &) const
  GroveElement lookupElement(const SString &) const

Description

GroveIdManager construct/copy/destruct

  1. __init__(SernaApiBase * )


GroveIdManager public member functions

  1. None getIdList(PropertyNode & root) const

    Returns list of all ids.


  2. GroveElement lookupElement(const SString & idString) const

    Finds element by id name.