GroveIdManager — Access to the IDs of the XML grove.
class GroveIdManager : : public SimpleWrappedObjectSernaApi::SimpleWrappedObject { public: // construct/copy/destruct GroveIdManager(SernaApiBase *); // public member functions void getIdList(PropertyNode &) const; GroveElement lookupElement(const SString &) const; };
GroveIdManager
public member functionsReturns list of all ids.
GroveElement lookupElement(const SString & idString) const;
Finds element by id name.