Package com.colorful.atom

v2.0.1.0 - A java implementation of the Atom 1.0 specification.

See:
          Description

Class Summary
Attribute This class represents an Atom 1.0 attribute.
Author This class represents an Atom 1.0 author.
Category This class represents an Atom 1.0 category.
Content This class represents an Atom 1.0 content element.
Contributor This class represents an Atom 1.0 Contributor element.
Email This class represents an Atom 1.0 Contributor element.
Entry This class represents an Atom 1.0 entry element.
Extension This class represents an Atom 1.0 extension element.
Feed This class represents an Atom 1.0 feed element.
FeedDoc This class reads and writes atom documents to and from xml files, objects or Strings.
Generator This class represents an Atom 1.0 generator element.
Icon This class represents an Atom 1.0 icon element.
Id This class represents an Atom 1.0 id element.
Link This class represents an Atom 1.0 link element.
Logo This class represents an Atom 1.0 logo element.
Name This class represents an Atom 1.0 name element.
Published This class represents an Atom 1.0 published element.
Rights This class represents an Atom 1.0 rights element.
Source This class represents an Atom 1.0 source element.
Subtitle This class represents an Atom 1.0 subtitle element.
Summary This class represents an Atom 1.0 summary element.
Title This class represents an Atom 1.0 title element.
Updated This class represents an Atom 1.0 updated element.
URI This class represents an Atom 1.0 uri element.
 

Enum Summary
FeedDoc.ContentType An enumeration of the different types of supported content.
 

Exception Summary
AtomSpecException This is an exception for data that doesn't match the spec.
 

Package com.colorful.atom Description

v2.0.1.0 - A java implementation of the Atom 1.0 specification.

Use this library to add atom feeds into your application. The api is driven by the FeedDoc class which enables you to read and write atom documents. The Feed element and all sub elements are immutable and thread safe.

See Also:
Project Page for examples of how to use the API.