Uses of Class
com.rometools.rome.feed.rss.Item
-
Packages that use Item Package Description com.rometools.rome.feed.rss com.rometools.rome.feed.synd.impl com.rometools.rome.io.impl -
-
Uses of Item in com.rometools.rome.feed.rss
Methods in com.rometools.rome.feed.rss that return types with arguments of type Item Modifier and Type Method Description List<Item>Channel. getItems()Returns the channel items.Method parameters in com.rometools.rome.feed.rss with type arguments of type Item Modifier and Type Method Description voidChannel. setItems(List<Item> items)Sets the channel items. -
Uses of Item in com.rometools.rome.feed.synd.impl
Methods in com.rometools.rome.feed.synd.impl that return Item Modifier and Type Method Description protected ItemConverterForRSS090. createRSSItem(SyndEntry sEntry)protected ItemConverterForRSS091Userland. createRSSItem(SyndEntry sEntry)protected ItemConverterForRSS092. createRSSItem(SyndEntry sEntry)protected ItemConverterForRSS093. createRSSItem(SyndEntry sEntry)protected ItemConverterForRSS094. createRSSItem(SyndEntry sEntry)protected ItemConverterForRSS10. createRSSItem(SyndEntry sEntry)Methods in com.rometools.rome.feed.synd.impl that return types with arguments of type Item Modifier and Type Method Description protected List<Item>ConverterForRSS090. createRSSItems(List<SyndEntry> sEntries)Methods in com.rometools.rome.feed.synd.impl with parameters of type Item Modifier and Type Method Description protected SyndEntryConverterForRSS090. createSyndEntry(Item item, boolean preserveWireItem)protected SyndEntryConverterForRSS091Userland. createSyndEntry(Item item, boolean preserveWireItem)protected SyndEntryConverterForRSS092. createSyndEntry(Item item, boolean preserveWireItem)protected SyndEntryConverterForRSS093. createSyndEntry(Item item, boolean preserveWireItem)protected SyndEntryConverterForRSS094. createSyndEntry(Item item, boolean preserveWireItem)protected SyndEntryConverterForRSS10. createSyndEntry(Item item, boolean preserveWireItem)Method parameters in com.rometools.rome.feed.synd.impl with type arguments of type Item Modifier and Type Method Description protected List<SyndEntry>ConverterForRSS090. createSyndEntries(List<Item> rssItems, boolean preserveWireItems) -
Uses of Item in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl that return Item Modifier and Type Method Description protected ItemRSS090Parser. parseItem(org.jdom2.Element rssRoot, org.jdom2.Element eItem, Locale locale)Parses an item element of an RSS document looking for item information.protected ItemRSS091UserlandParser. parseItem(org.jdom2.Element rssRoot, org.jdom2.Element eItem, Locale locale)Parses an item element of an RSS document looking for item information.protected ItemRSS092Parser. parseItem(org.jdom2.Element rssRoot, org.jdom2.Element eItem, Locale locale)protected ItemRSS093Parser. parseItem(org.jdom2.Element rssRoot, org.jdom2.Element eItem, Locale locale)ItemRSS094Parser. parseItem(org.jdom2.Element rssRoot, org.jdom2.Element eItem, Locale locale)protected ItemRSS10Parser. parseItem(org.jdom2.Element rssRoot, org.jdom2.Element eItem, Locale locale)Parses an item element of an RSS document looking for item information.Methods in com.rometools.rome.io.impl that return types with arguments of type Item Modifier and Type Method Description protected List<Item>RSS090Parser. parseItems(org.jdom2.Element rssRoot, Locale locale)Parses the root element of an RSS document looking for all items information.Methods in com.rometools.rome.io.impl with parameters of type Item Modifier and Type Method Description protected voidRSS090Generator. addItem(Item item, org.jdom2.Element parent, int index)protected voidRSS090Generator. populateItem(Item item, org.jdom2.Element eItem, int index)protected voidRSS091UserlandGenerator. populateItem(Item item, org.jdom2.Element eItem, int index)protected voidRSS092Generator. populateItem(Item item, org.jdom2.Element eItem, int index)protected voidRSS093Generator. populateItem(Item item, org.jdom2.Element eItem, int index)protected voidRSS094Generator. populateItem(Item item, org.jdom2.Element eItem, int index)protected voidRSS10Generator. populateItem(Item item, org.jdom2.Element eItem, int index)voidRSS20Generator. populateItem(Item item, org.jdom2.Element eItem, int index)
-