public class ConverterForOPML10 extends Object implements Converter
Modifier and Type | Field and Description |
---|---|
static String |
URI_ATTRIBUTE |
static 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(Stack<Integer> context,
List<SyndEntry> allEntries,
List<Outline> outlines) |
protected SyndEntry |
createEntry(Stack<Integer> context,
List<SyndEntry> allEntries,
Outline outline) |
WireFeed |
createRealFeed(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.
|
public static final String URI_TREE
public static final String URI_ATTRIBUTE
public void copyInto(WireFeed feed, SyndFeed syndFeed)
It assumes the given SyndFeedImpl has no properties set.
protected void createEntries(Stack<Integer> context, List<SyndEntry> allEntries, List<Outline> outlines)
protected SyndEntry createEntry(Stack<Integer> context, List<SyndEntry> allEntries, Outline outline)
public WireFeed createRealFeed(SyndFeed syndFeed)
createRealFeed
in interface Converter
syndFeed
- SyndFeedImpl to copy/convert value from.public String getType()
getType
in interface Converter
for details on the format of this string.
Copyright © 2019. All rights reserved.