| Package | Description |
|---|---|
| com.rometools.rome.feed.rss | |
| com.rometools.rome.feed.synd.impl | |
| com.rometools.rome.io.impl |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
Channel.getItems()
Returns the channel items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.setItems(List<Item> items)
Sets the channel items.
|
| Modifier and Type | Method and Description |
|---|---|
protected Item |
ConverterForRSS093.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS092.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS091Userland.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS10.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS094.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS090.createRSSItem(SyndEntry sEntry) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Item> |
ConverterForRSS090.createRSSItems(List<SyndEntry> sEntries) |
| Modifier and Type | Method and Description |
|---|---|
protected SyndEntry |
ConverterForRSS093.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS092.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS091Userland.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS10.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS094.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS090.createSyndEntry(Item item,
boolean preserveWireItem) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SyndEntry> |
ConverterForRSS090.createSyndEntries(List<Item> rssItems,
boolean preserveWireItems) |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
RSS091UserlandParser.parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element eItem,
Locale locale)
Parses an item element of an RSS document looking for item information.
|
protected Item |
RSS090Parser.parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element eItem,
Locale locale)
Parses an item element of an RSS document looking for item information.
|
protected Item |
RSS10Parser.parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element eItem,
Locale locale)
Parses an item element of an RSS document looking for item information.
|
Item |
RSS094Parser.parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element eItem,
Locale locale) |
protected Item |
RSS092Parser.parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element eItem,
Locale locale) |
protected Item |
RSS093Parser.parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element eItem,
Locale locale) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RSS090Generator.addItem(Item item,
org.jdom2.Element parent,
int index) |
protected void |
RSS090Generator.populateItem(Item item,
org.jdom2.Element eItem,
int index) |
protected void |
RSS093Generator.populateItem(Item item,
org.jdom2.Element eItem,
int index) |
void |
RSS20Generator.populateItem(Item item,
org.jdom2.Element eItem,
int index) |
protected void |
RSS091UserlandGenerator.populateItem(Item item,
org.jdom2.Element eItem,
int index) |
protected void |
RSS092Generator.populateItem(Item item,
org.jdom2.Element eItem,
int index) |
protected void |
RSS10Generator.populateItem(Item item,
org.jdom2.Element eItem,
int index) |
protected void |
RSS094Generator.populateItem(Item item,
org.jdom2.Element eItem,
int index) |
Copyright © 2023. All rights reserved.