Uses of Interface
com.rometools.rome.feed.synd.SyndContent
-
Packages that use SyndContent Package Description com.rometools.rome.feed.synd com.rometools.rome.feed.synd.impl -
-
Uses of SyndContent in com.rometools.rome.feed.synd
Classes in com.rometools.rome.feed.synd that implement SyndContent Modifier and Type Class Description classSyndContentImplBean for content of SyndFeedImpl entries.Methods in com.rometools.rome.feed.synd that return SyndContent Modifier and Type Method Description SyndContentSyndEntry. getDescription()Returns the entry description.SyndContentSyndEntryImpl. getDescription()Returns the entry description.SyndContentSyndFeed. getDescriptionEx()Returns the feed description as a text construct.SyndContentSyndFeedImpl. getDescriptionEx()Returns the feed description as a text construct.SyndContentSyndEntry. getTitleEx()Returns the entry title as a text construct.SyndContentSyndEntryImpl. getTitleEx()Returns the entry title as a text construct.SyndContentSyndFeed. getTitleEx()Returns the feed title.SyndContentSyndFeedImpl. getTitleEx()Returns the feed title as a text construct.Methods in com.rometools.rome.feed.synd that return types with arguments of type SyndContent Modifier and Type Method Description List<SyndContent>SyndEntry. getContents()Returns the entry contents.List<SyndContent>SyndEntryImpl. getContents()Returns the entry contents.Class<SyndContent>SyndContentImpl. getInterface()Methods in com.rometools.rome.feed.synd with parameters of type SyndContent Modifier and Type Method Description voidSyndEntry. setDescription(SyndContent description)Sets the entry description.voidSyndEntryImpl. setDescription(SyndContent description)Sets the entry description.voidSyndFeed. setDescriptionEx(SyndContent description)Sets the feed description as a text construct.voidSyndFeedImpl. setDescriptionEx(SyndContent description)Sets the feed description as a text construct.voidSyndEntry. setTitleEx(SyndContent title)Sets the entry title as a text construct.voidSyndEntryImpl. setTitleEx(SyndContent title)Sets the entry title as a text construct.voidSyndFeed. setTitleEx(SyndContent title)Sets the feed title.voidSyndFeedImpl. setTitleEx(SyndContent title)Sets the feed title as a text construct.Method parameters in com.rometools.rome.feed.synd with type arguments of type SyndContent Modifier and Type Method Description voidSyndEntry. setContents(List<SyndContent> contents)Sets the entry contents.voidSyndEntryImpl. setContents(List<SyndContent> contents)Sets the entry contents. -
Uses of SyndContent in com.rometools.rome.feed.synd.impl
Methods in com.rometools.rome.feed.synd.impl that return SyndContent Modifier and Type Method Description protected SyndContentConverterForAtom10. createSyndContent(Content content)Methods in com.rometools.rome.feed.synd.impl with parameters of type SyndContent Modifier and Type Method Description protected ContentConverterForAtom10. createAtomContent(SyndContent sContent)protected ContentConverterForRSS10. createItemContent(SyndContent sContent)protected DescriptionConverterForRSS091Userland. createItemDescription(SyndContent sContent)protected DescriptionConverterForRSS10. createItemDescription(SyndContent sContent)Method parameters in com.rometools.rome.feed.synd.impl with type arguments of type SyndContent Modifier and Type Method Description protected List<Content>ConverterForAtom10. createAtomContents(List<SyndContent> syndContents)
-