public class ConverterForOPML20 extends ConverterForOPML10
URI_ATTRIBUTE, URI_TREE
Constructor and Description |
---|
ConverterForOPML20() |
Modifier and Type | Method and Description |
---|---|
void |
copyInto(WireFeed feed,
SyndFeed syndFeed)
Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
|
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.
|
addOwner, createEntries, createEntry
public String getType()
getType
in interface Converter
getType
in class ConverterForOPML10
for details on the format of this string.
public void copyInto(WireFeed feed, SyndFeed syndFeed)
It assumes the given SyndFeedImpl has no properties set.
copyInto
in interface Converter
copyInto
in class ConverterForOPML10
feed
- real feed to copy/convert.syndFeed
- the SyndFeedImpl that will contain the copied/converted values of the real feed.public WireFeed createRealFeed(SyndFeed syndFeed)
createRealFeed
in interface Converter
createRealFeed
in class ConverterForOPML10
syndFeed
- SyndFeedImpl to copy/convert value from.Copyright © 2016. All rights reserved.