public class ConverterForOPML10 extends java.lang.Object implements Converter
| Modifier and Type | Field and Description |
|---|---|
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.
|
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 ConvertersyndFeed - SyndFeedImpl to copy/convert value from.public java.lang.String getType()
getType in interface Converterfor details on the format of this string.Copyright © 2025. All rights reserved.