Uses of Interface
it.sauronsoftware.feed4j.bean.RawNode

Packages that use RawNode
it.sauronsoftware.feed4j.bean This package contains the feed object representation. 
 

Uses of RawNode in it.sauronsoftware.feed4j.bean
 

Classes in it.sauronsoftware.feed4j.bean that implement RawNode
 class FeedEnclosure
          This class is used to represent a feed enclosure.
 class FeedHeader
          This class is used to represent the feed header informations.
 class FeedImage
          This class is used to represent the feed-related images.
 class FeedItem
          This class is used to represent the items in a feed.
 class RawElement
          This class is used to represent a XML element.
 class RawText
          This class is used to represent the textual node in a XML document.
 

Methods in it.sauronsoftware.feed4j.bean that return RawNode
 RawNode RawElement.getNode(int index)
          This method returns an element node.
 

Methods in it.sauronsoftware.feed4j.bean with parameters of type RawNode
 void RawElement.addNode(RawNode node)
          This method adds a node to the element.
 void RawElement.removeNode(RawNode node)
          This method removes a node from the element.