Package net.sf.eos.document

Contains the base document for all εοs data.

See:
          Description

Class Summary
EosDocument Represents a simple εοs document.
Serializer Implementations must serialize and deserialize an EosDocument.
XmlSerializer Serializer and deserializer for an EosDocument.
XmlSerializer.XmlEosDocumentHandler Deserializes a EosDocument which is serialized by XmlSerializer.serialize(EosDocument, Writer).
 

Enum Summary
XmlSerializer.ElementName Represents the XML element names of a serialized εοs document.
 

Package net.sf.eos.document Description

Contains the base document for all εοs data. The main restriction to the EosDocument is that it does not support linefeeds or carriage returns in all parts of CharSequence and String parts.

Since:
0.1.0
Author:
Sascha Kohlmann


Copyright © 2008. All Rights Reserved.