| Package | Description |
|---|---|
| com.rometools.rome.feed.atom | |
| com.rometools.rome.feed.synd.impl | |
| com.rometools.rome.io.impl |
| Modifier and Type | Method and Description |
|---|---|
List<Entry> |
Feed.getEntries()
Returns the feed entries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feed.setEntries(List<Entry> entries)
Sets the feed entries.
|
| Modifier and Type | Method and Description |
|---|---|
protected Entry |
ConverterForAtom03.createAtomEntry(SyndEntry sEntry) |
protected Entry |
ConverterForAtom10.createAtomEntry(SyndEntry sEntry) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Entry> |
ConverterForAtom03.createAtomEntries(List<SyndEntry> syndEntries) |
protected List<Entry> |
ConverterForAtom10.createAtomEntries(List<SyndEntry> syndEntries) |
| Modifier and Type | Method and Description |
|---|---|
SyndEnclosure |
ConverterForAtom03.createSyndEnclosure(Entry entry,
Link link) |
SyndEnclosure |
ConverterForAtom10.createSyndEnclosure(Feed feed,
Entry entry,
Link link) |
protected SyndEntry |
ConverterForAtom03.createSyndEntry(Entry entry,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForAtom10.createSyndEntry(Feed feed,
Entry entry,
boolean preserveWireItem) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SyndEntry> |
ConverterForAtom10.createSyndEntries(Feed feed,
List<Entry> atomEntries,
boolean preserveWireItems) |
protected List<SyndEntry> |
ConverterForAtom03.createSyndEntries(List<Entry> atomEntries,
boolean preserveWireItems) |
| Modifier and Type | Method and Description |
|---|---|
protected Entry |
Atom10Parser.parseEntry(Feed feed,
org.jdom2.Element eEntry,
String baseURI,
Locale locale) |
static Entry |
Atom10Parser.parseEntry(Reader rd,
String baseURI,
Locale locale)
Parse entry from reader.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Entry> |
Atom10Parser.parseEntries(Feed feed,
String baseURI,
List<org.jdom2.Element> eEntries,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Atom03Generator.addEntry(Entry entry,
org.jdom2.Element parent) |
protected void |
Atom10Generator.addEntry(Entry entry,
org.jdom2.Element parent) |
protected void |
Atom03Generator.populateEntry(Entry entry,
org.jdom2.Element eEntry) |
protected void |
Atom10Generator.populateEntry(Entry entry,
org.jdom2.Element eEntry) |
static void |
Atom10Generator.serializeEntry(Entry entry,
Writer writer)
Utility method to serialize an entry to writer.
|
Copyright © 2021. All rights reserved.