public class ConverterForOPML10 extends java.lang.Object implements Converter
Modifier and Type | Class and Description |
---|---|
private static class |
ConverterForOPML10.OutlineHolder |
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
LOG |
static java.lang.String |
URI_ATTRIBUTE |
static java.lang.String |
URI_TREE |
Constructor and Description |
---|
ConverterForOPML10() |
Modifier and Type | Method and Description |
---|---|
protected void |
addOwner(Opml opml,
SyndFeed syndFeed) |
void |
copyInto(WireFeed feed,
SyndFeed syndFeed)
Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
|
protected void |
createEntries(java.util.Stack<java.lang.Integer> context,
java.util.List<SyndEntry> allEntries,
java.util.List<Outline> outlines) |
protected SyndEntry |
createEntry(java.util.Stack<java.lang.Integer> context,
java.util.List<SyndEntry> allEntries,
Outline outline) |
WireFeed |
createRealFeed(SyndFeed syndFeed)
Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.
|
java.lang.String |
getType()
Returns the type (version) of the real feed this converter handles.
|
private static final org.slf4j.Logger LOG
public static final java.lang.String URI_TREE
public static final java.lang.String URI_ATTRIBUTE
public void copyInto(WireFeed feed, SyndFeed syndFeed)
It assumes the given SyndFeedImpl has no properties set.
protected void createEntries(java.util.Stack<java.lang.Integer> context, java.util.List<SyndEntry> allEntries, java.util.List<Outline> outlines)
protected SyndEntry createEntry(java.util.Stack<java.lang.Integer> context, java.util.List<SyndEntry> allEntries, Outline outline)
public WireFeed createRealFeed(SyndFeed syndFeed)
createRealFeed
in interface Converter
syndFeed
- SyndFeedImpl to copy/convert value from.public java.lang.String getType()
getType
in interface Converter
for details on the format of this string.