Uses of Class
com.sun.syndication.feed.atom.Entry

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.
 

Method parameters in com.sun.syndication.feed.atom with type arguments of type Entry
 void Feed.setEntries(List<Entry> entries)
          Sets 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 that return types with arguments of type Entry
protected  List<Entry> ConverterForAtom10.createAtomEntries(List<SyndEntry> syndEntries)
           
protected  List<Entry> ConverterForAtom03.createAtomEntries(List<SyndEntry> syndEntries)
           
 

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)
           
 

Method parameters in com.sun.syndication.feed.synd.impl with type arguments of type Entry
protected  List<SyndEntry> ConverterForAtom10.createSyndEntries(Feed feed, List<Entry> atomEntries, boolean preserveWireItems)
           
protected  List<SyndEntry> ConverterForAtom03.createSyndEntries(List<Entry> atomEntries, boolean preserveWireItems)
           
 

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.jdom2.Element eEntry, String baseURI)
           
static Entry Atom10Parser.parseEntry(Reader rd, String baseURI)
          Parse entry from reader.
 

Methods in com.sun.syndication.io.impl that return types with arguments of type Entry
protected  List<Entry> Atom10Parser.parseEntries(Feed feed, String baseURI, List<org.jdom2.Element> eEntries)
           
 

Methods in com.sun.syndication.io.impl with parameters of type Entry
protected  void Atom10Generator.addEntry(Entry entry, org.jdom2.Element parent)
           
protected  void Atom03Generator.addEntry(Entry entry, org.jdom2.Element parent)
           
protected  void Atom10Generator.populateEntry(Entry entry, org.jdom2.Element eEntry)
           
protected  void Atom03Generator.populateEntry(Entry entry, org.jdom2.Element eEntry)
           
static void Atom10Generator.serializeEntry(Entry entry, Writer writer)
          Utility method to serialize an entry to writer.
 



Copyright © 2004–2013 ROME Project. All rights reserved.