|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rometools.feed.synd.impl.ConverterForOPML10
public class ConverterForOPML10
Field Summary | |
---|---|
static String |
URI_ATTRIBUTE
|
static String |
URI_TREE
|
Constructor Summary | |
---|---|
ConverterForOPML10()
Creates a new instance of ConverterForOPML10 |
Method Summary | |
---|---|
protected void |
addOwner(Opml opml,
com.sun.syndication.feed.synd.SyndFeed syndFeed)
|
void |
copyInto(com.sun.syndication.feed.WireFeed feed,
com.sun.syndication.feed.synd.SyndFeed syndFeed)
Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl. |
protected void |
createEntries(org.rometools.feed.synd.impl.ConverterForOPML10.TreeContext context,
List allEntries,
List outlines)
|
protected com.sun.syndication.feed.synd.SyndEntry |
createEntry(org.rometools.feed.synd.impl.ConverterForOPML10.TreeContext context,
List allEntries,
Outline outline)
|
com.sun.syndication.feed.WireFeed |
createRealFeed(com.sun.syndication.feed.synd.SyndFeed syndFeed)
Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl. |
String |
getType()
Returns the type (version) of the real feed this converter handles. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String URI_TREE
public static final String URI_ATTRIBUTE
Constructor Detail |
---|
public ConverterForOPML10()
Method Detail |
---|
protected void addOwner(Opml opml, com.sun.syndication.feed.synd.SyndFeed syndFeed)
public void copyInto(com.sun.syndication.feed.WireFeed feed, com.sun.syndication.feed.synd.SyndFeed syndFeed)
It assumes the given SyndFeedImpl has no properties set.
copyInto
in interface com.sun.syndication.feed.synd.Converter
feed
- real feed to copy/convert.syndFeed
- the SyndFeedImpl that will contain the copied/converted values of the real feed.protected void createEntries(org.rometools.feed.synd.impl.ConverterForOPML10.TreeContext context, List allEntries, List outlines)
protected com.sun.syndication.feed.synd.SyndEntry createEntry(org.rometools.feed.synd.impl.ConverterForOPML10.TreeContext context, List allEntries, Outline outline)
public com.sun.syndication.feed.WireFeed createRealFeed(com.sun.syndication.feed.synd.SyndFeed syndFeed)
createRealFeed
in interface com.sun.syndication.feed.synd.Converter
syndFeed
- SyndFeedImpl to copy/convert value from.
public String getType()
getType
in interface com.sun.syndication.feed.synd.Converter
for details on the format of this string.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |