|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Entry | |
---|---|
com.sun.syndication.feed.atom | |
com.sun.syndication.feed.synd.impl | |
com.sun.syndication.io.impl |
Uses of Entry in com.sun.syndication.feed.atom |
---|
Methods in com.sun.syndication.feed.atom that return types with arguments of type Entry | |
---|---|
List<Entry> |
Feed.getEntries()
Returns the feed entries. |
Uses of Entry in com.sun.syndication.feed.synd.impl |
---|
Methods in com.sun.syndication.feed.synd.impl that return Entry | |
---|---|
protected Entry |
ConverterForAtom10.createAtomEntry(SyndEntry sEntry)
|
protected Entry |
ConverterForAtom03.createAtomEntry(SyndEntry sEntry)
|
Methods in com.sun.syndication.feed.synd.impl with parameters of type Entry | |
---|---|
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)
|
Uses of Entry in com.sun.syndication.io.impl |
---|
Methods in com.sun.syndication.io.impl that return Entry | |
---|---|
protected Entry |
Atom10Parser.parseEntry(Feed feed,
org.jdom.Element eEntry,
String baseURI)
|
static Entry |
Atom10Parser.parseEntry(Reader rd,
String baseURI)
Parse entry from reader. |
Methods in com.sun.syndication.io.impl with parameters of type Entry | |
---|---|
protected void |
Atom10Generator.addEntry(Entry entry,
org.jdom.Element parent)
|
protected void |
Atom03Generator.addEntry(Entry entry,
org.jdom.Element parent)
|
protected void |
Atom10Generator.populateEntry(Entry entry,
org.jdom.Element eEntry)
|
protected void |
Atom03Generator.populateEntry(Entry entry,
org.jdom.Element eEntry)
|
static void |
Atom10Generator.serializeEntry(Entry entry,
Writer writer)
Utility method to serialize an entry to writer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |