Class | Description |
---|
AtomContent |
The content of an Atom entry.
|
AtomContentConstruct |
The class representing all content constructs.
|
AtomDateConstruct |
The class representing all date contructs.
|
AtomElement |
The base class for all elements.
|
AtomEntry |
The Atom entry.
|
AtomFeed |
The Atom feed.
|
AtomLink |
The link of an Atom feed or an entry.
|
AtomPersonConstruct |
The class representing all person constructs.
|
DuplicateLinkException |
The exception that is thrown when two duplicate links are found.
|
MainAlternateLinkMissingException |
The exception that is thrown when the main link with alternate relationship is not inserted.
|
OnlyOneMultipartContentAllowedException |
The exception that is thrown when a more than one multipart content is inserted in an entry.
|
RequiredAttributeNotFoundException |
The exception that is thrown when a required attribute is not found in the feed or entry.
|
RequiredElementNotFoundException |
The exception that is thrown when a required element is not found in the feed or entry.
|