Package | Description |
---|---|
com.rometools.rome.feed.synd | |
com.rometools.rome.feed.synd.impl |
Modifier and Type | Class and Description |
---|---|
class |
SyndContentImpl
Bean for content of SyndFeedImpl entries.
|
Modifier and Type | Method and Description |
---|---|
SyndContent |
SyndEntry.getDescription()
Returns the entry description.
|
SyndContent |
SyndEntryImpl.getDescription()
Returns the entry description.
|
SyndContent |
SyndFeed.getDescriptionEx()
Returns the feed description as a text construct.
|
SyndContent |
SyndFeedImpl.getDescriptionEx()
Returns the feed description as a text construct.
|
SyndContent |
SyndEntry.getTitleEx()
Returns the entry title as a text construct.
|
SyndContent |
SyndEntryImpl.getTitleEx()
Returns the entry title as a text construct.
|
SyndContent |
SyndFeed.getTitleEx()
Returns the feed title.
|
SyndContent |
SyndFeedImpl.getTitleEx()
Returns the feed title as a text construct.
|
Modifier and Type | Method and Description |
---|---|
List<SyndContent> |
SyndEntry.getContents()
Returns the entry contents.
|
List<SyndContent> |
SyndEntryImpl.getContents()
Returns the entry contents.
|
Class<SyndContent> |
SyndContentImpl.getInterface() |
Modifier and Type | Method and Description |
---|---|
void |
SyndEntry.setDescription(SyndContent description)
Sets the entry description.
|
void |
SyndEntryImpl.setDescription(SyndContent description)
Sets the entry description.
|
void |
SyndFeed.setDescriptionEx(SyndContent description)
Sets the feed description as a text construct.
|
void |
SyndFeedImpl.setDescriptionEx(SyndContent description)
Sets the feed description as a text construct.
|
void |
SyndEntry.setTitleEx(SyndContent title)
Sets the entry title as a text construct.
|
void |
SyndEntryImpl.setTitleEx(SyndContent title)
Sets the entry title as a text construct.
|
void |
SyndFeed.setTitleEx(SyndContent title)
Sets the feed title.
|
void |
SyndFeedImpl.setTitleEx(SyndContent title)
Sets the feed title as a text construct.
|
Modifier and Type | Method and Description |
---|---|
void |
SyndEntry.setContents(List<SyndContent> contents)
Sets the entry contents.
|
void |
SyndEntryImpl.setContents(List<SyndContent> contents)
Sets the entry contents.
|
Modifier and Type | Method and Description |
---|---|
protected SyndContent |
ConverterForAtom10.createSyndContent(Content content) |
Modifier and Type | Method and Description |
---|---|
protected Content |
ConverterForAtom10.createAtomContent(SyndContent sContent) |
protected Content |
ConverterForRSS10.createItemContent(SyndContent sContent) |
protected Description |
ConverterForRSS091Userland.createItemDescription(SyndContent sContent) |
protected Description |
ConverterForRSS10.createItemDescription(SyndContent sContent) |
Modifier and Type | Method and Description |
---|---|
protected List<Content> |
ConverterForAtom10.createAtomContents(List<SyndContent> syndContents) |
Copyright © 2017. All rights reserved.