Package it.sauronsoftware.feed4j.bean

This package contains the feed object representation.

See:
          Description

Interface Summary
RawNode This interface is used to mark an object as a representation of a XML node.
 

Class Summary
Feed This class is used to represent a parsed feed in an object oriented way.
FeedEnclosure This class is used to represent a feed enclosure.
FeedHeader This class is used to represent the feed header informations.
FeedImage This class is used to represent the feed-related images.
FeedItem This class is used to represent the items in a feed.
RawAttribute This class is used to represent the attributes of a XML element.
RawElement This class is used to represent a XML element.
RawText This class is used to represent the textual node in a XML document.
 

Package it.sauronsoftware.feed4j.bean Description

This package contains the feed object representation.