MementoDataAccess class to handle snippets data storage in Memento. Implements the DataAccess interface.
Constructor to initialize the MementoDataAccess with a Memento.
The Memento instance used for storage.
Static
Prefix for storing snippets in the Memento.
Checks if the root element has any children.
True if there are no children, false otherwise.
Loads the stored snippets data from Memento.
The loaded snippets data.
Saves the given Snippet data to the Memento storage.
The Snippet data to save.
MementoDataAccess class to handle snippets data storage in Memento. Implements the DataAccess interface.