|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.syndication.feed.synd.impl.ConverterForAtom10
public class ConverterForAtom10
| コンストラクタの概要 | |
|---|---|
|
ConverterForAtom10()
|
protected |
ConverterForAtom10(java.lang.String type)
|
| メソッドの概要 | |
|---|---|
void |
copyInto(WireFeed feed,
SyndFeed syndFeed)
Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl. |
protected Content |
createAtomContent(SyndContent sContent)
|
protected java.util.List |
createAtomContents(java.util.List syndContents)
|
Link |
createAtomEnclosure(SyndEnclosure syndEnclosure)
|
protected java.util.List |
createAtomEntries(java.util.List syndEntries)
|
protected Entry |
createAtomEntry(SyndEntry sEntry)
|
Link |
createAtomLink(SyndLink syndLink)
|
WireFeed |
createRealFeed(SyndFeed syndFeed)
Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl. |
protected SyndContent |
createSyndContent(Content content)
|
SyndEnclosure |
createSyndEnclosure(Feed feed,
Entry entry,
Link link)
|
protected java.util.List |
createSyndEntries(Feed feed,
java.util.List atomEntries)
|
protected SyndEntry |
createSyndEntry(Feed feed,
Entry entry)
|
SyndLink |
createSyndLink(Link link)
|
protected java.util.List |
createSyndLinks(java.util.List aLinks)
|
java.lang.String |
getType()
Returns the type (version) of the real feed this converter handles. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public ConverterForAtom10()
protected ConverterForAtom10(java.lang.String type)
| メソッドの詳細 |
|---|
public java.lang.String getType()
Converter の記述:
Converter 内の getTypefor details on the format of this string.
public void copyInto(WireFeed feed,
SyndFeed syndFeed)
Converter の記述: It assumes the given SyndFeedImpl has no properties set.
Converter 内の copyIntofeed - real feed to copy/convert.syndFeed - the SyndFeedImpl that will contain the copied/converted values of the real feed.protected java.util.List createSyndLinks(java.util.List aLinks)
protected java.util.List createSyndEntries(Feed feed,
java.util.List atomEntries)
protected SyndEntry createSyndEntry(Feed feed,
Entry entry)
public SyndEnclosure createSyndEnclosure(Feed feed,
Entry entry,
Link link)
public Link createAtomEnclosure(SyndEnclosure syndEnclosure)
public SyndLink createSyndLink(Link link)
public Link createAtomLink(SyndLink syndLink)
public WireFeed createRealFeed(SyndFeed syndFeed)
Converter の記述:
Converter 内の createRealFeedsyndFeed - SyndFeedImpl to copy/convert value from.
protected SyndContent createSyndContent(Content content)
protected java.util.List createAtomEntries(java.util.List syndEntries)
protected Content createAtomContent(SyndContent sContent)
protected java.util.List createAtomContents(java.util.List syndContents)
protected Entry createAtomEntry(SyndEntry sEntry)
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||