GroveSectionRoot — Base class for grove sections, e.g. Document and DocumentFragment.
class GroveSectionRoot : public GroveNodeSernaApi::GroveNode { public: // construct/copy/destruct GroveSectionRoot(NodeType); GroveSectionRoot(SernaApiBase *); ~GroveSectionRoot(); // public member functions void setGrove(const Grove &) ; Grove grove() const; GroveErs ersRoot() const; GroveEntityReferenceTable ert() const; void registerWatcher(GroveWatcher *) ; void deregisterWatcher(GroveWatcher *) ; };
GroveSectionRoot
public member functionsSet new governing grove for GroveSectionRoot.
Grove grove() const;
Get pointer to the governing grove.
GroveErs ersRoot() const;
Get access to the root ERS.
GroveEntityReferenceTable ert() const;
Get access to the entity reference table.
Register node visitor with this document section root. See GroveWatcherBase class description for details.
De-register grove visitor from this document section root.