Uses of Package
it.sauronsoftware.feed4j.bean

Packages that use it.sauronsoftware.feed4j.bean
it.sauronsoftware.feed4j This package contains the feed parser and its related exceptions. 
it.sauronsoftware.feed4j.bean This package contains the feed object representation. 
it.sauronsoftware.feed4j.html This package contains some utilities to treat HTML fragments, often used in item descriptions. 
 

Classes in it.sauronsoftware.feed4j.bean used by it.sauronsoftware.feed4j
Feed
          This class is used to represent a parsed feed in an object oriented way.
 

Classes in it.sauronsoftware.feed4j.bean used by it.sauronsoftware.feed4j.bean
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.
RawNode
          This interface is used to mark an object as a representation of a XML node.
 

Classes in it.sauronsoftware.feed4j.bean used by it.sauronsoftware.feed4j.html
RawElement
          This class is used to represent a XML element.