GroveSectionRoot — Base class for grove sections, e.g. Document and DocumentFragment.
class GroveSectionRoot (GroveNodeSernaApi::GroveNode) : # construct/copy/destruct __init__(NodeType) __init__(SernaApiBase *) __del__() # public member functions None setGrove(const Grove &) Grove grove() const GroveErs ersRoot() const GroveEntityReferenceTable ert() const None registerWatcher(GroveWatcher *) None 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.