Package | Description |
---|---|
com.rometools.modules.sse | |
com.rometools.modules.sse.modules | |
com.rometools.rome.feed.rss | |
com.rometools.rome.feed.synd.impl | |
com.rometools.rome.io.impl |
Modifier and Type | Method and Description |
---|---|
private void |
SSE091Generator.generateItem(org.jdom2.Element conflictElement,
Item item) |
Modifier and Type | Field and Description |
---|---|
private Item |
Conflict.conflictItem |
Modifier and Type | Method and Description |
---|---|
Item |
Conflict.getItem() |
Modifier and Type | Method and Description |
---|---|
void |
Conflict.setItem(Item conflictItem) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Item> |
Channel.items |
Modifier and Type | Method and Description |
---|---|
java.util.List<Item> |
Channel.getItems()
Returns the channel items.
|
Modifier and Type | Method and Description |
---|---|
void |
Channel.setItems(java.util.List<Item> items)
Sets the channel items.
|
Modifier and Type | Method and Description |
---|---|
protected Item |
ConverterForRSS094.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS092.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS091Userland.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS10.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS090.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS093.createRSSItem(SyndEntry sEntry) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Item> |
ConverterForRSS090.createRSSItems(java.util.List<SyndEntry> sEntries) |
Modifier and Type | Method and Description |
---|---|
protected SyndEntry |
ConverterForRSS094.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 |
ConverterForRSS090.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS093.createSyndEntry(Item item,
boolean preserveWireItem) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<SyndEntry> |
ConverterForRSS090.createSyndEntries(java.util.List<Item> rssItems,
boolean preserveWireItems) |
Modifier and Type | Method and Description |
---|---|
protected Item |
RSS090Parser.parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element eItem,
java.util.Locale locale)
Parses an item element of an RSS document looking for item information.
|
protected Item |
RSS092Parser.parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element eItem,
java.util.Locale locale) |
protected Item |
RSS091UserlandParser.parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element eItem,
java.util.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,
java.util.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,
java.util.Locale locale) |
protected Item |
RSS093Parser.parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element eItem,
java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Item> |
RSS090Parser.parseItems(org.jdom2.Element rssRoot,
java.util.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 |
RSS092Generator.populateItem(Item item,
org.jdom2.Element eItem,
int index) |
protected void |
RSS093Generator.populateItem(Item item,
org.jdom2.Element eItem,
int index) |
protected void |
RSS091UserlandGenerator.populateItem(Item item,
org.jdom2.Element eItem,
int index) |
protected void |
RSS10Generator.populateItem(Item item,
org.jdom2.Element eItem,
int index) |
void |
RSS20Generator.populateItem(Item item,
org.jdom2.Element eItem,
int index) |
protected void |
RSS090Generator.populateItem(Item item,
org.jdom2.Element eItem,
int index) |
protected void |
RSS094Generator.populateItem(Item item,
org.jdom2.Element eItem,
int index) |