The following tables list the members exposed by the Keystone.Almanac.Xml type.

Name Description
Public class BaseXmlPersistence A base class that uses an XML file to concretely implement the handling of AlmanacController entry writing requests.

If the underlying XML file exists the new entries are appended at the end of the file, otherwise a new file is created.

This persistence strategy implements a unified method to write log entry to the underlying plan text file, but let subclasses to define its own formatting mechanism.
Public class ExtendedXmlPersistence Implements a unified formatting mechanism to transform any log entry into its detailed XML representation. The persistence aspect of writing log entries to the underlying XML file is offered by its base class BaseXmlPersistence.
Public class XmlPersistence Implements a unified formatting mechanism to transform any log entry into its compact XML representation. The persistence aspect of writing log entries to the underlying XML file is offered by its base class BaseXmlPersistence.
Top