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.
|
java.lang.String |
getType()
Returns the type (version) of the real feed this converter handles.
|
addOwner, createEntries, createEntrypublic java.lang.String getType()
getType in interface ConvertergetType in class ConverterForOPML10for 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 ConvertercopyInto in class ConverterForOPML10feed - 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 ConvertercreateRealFeed in class ConverterForOPML10syndFeed - SyndFeedImpl to copy/convert value from.Copyright © 2025. All rights reserved.