Name

GroveIdManager — Access to the IDs of the XML grove.

Synopsis

class GroveIdManager
  :  : public SimpleWrappedObjectSernaApi::SimpleWrappedObject
 {
public:
  // construct/copy/destruct
  GroveIdManager(SernaApiBase *);

  // public member functions

  void getIdList(PropertyNode &) const;
  GroveElement lookupElement(const SString &) const;
};

Description

GroveIdManager construct/copy/destruct

  1. GroveIdManager(SernaApiBase * );


GroveIdManager public member functions

  1. void getIdList(PropertyNode & root) const;

    Returns list of all ids.


  2. GroveElement lookupElement(const SString & idString) const;

    Finds element by id name.