Uses of Class
com.rometools.rome.feed.atom.Content
-
Packages that use Content Package Description com.rometools.rome.feed.atom com.rometools.rome.feed.synd.impl com.rometools.rome.io.impl -
-
Uses of Content in com.rometools.rome.feed.atom
Methods in com.rometools.rome.feed.atom that return Content Modifier and Type Method Description ContentFeed. getInfo()Returns the feed info (Atom 0.3 only)ContentFeed. getSubtitle()Returns the subtitleContentEntry. getSummary()Returns the entry summary.ContentFeed. getTagline()Returns the feed tag line (Atom 0.3, maps toFeed.getSubtitle()).ContentEntry. getTitleEx()Returns the entry title as a text construct.ContentFeed. getTitleEx()Returns the feed title.Methods in com.rometools.rome.feed.atom that return types with arguments of type Content Modifier and Type Method Description List<Content>Entry. getContents()Returns the entry contents.Methods in com.rometools.rome.feed.atom with parameters of type Content Modifier and Type Method Description voidFeed. setInfo(Content info)Sets the feed info (Atom 0.3 only)voidFeed. setSubtitle(Content subtitle)Set the subtitlevoidEntry. setSummary(Content summary)Sets the entry summary.voidFeed. setTagline(Content tagline)Sets the feed tagline (Atom 0.3, maps toFeed.setSubtitle(com.rometools.rome.feed.atom.Content)).voidEntry. setTitleEx(Content title)Sets the entry title as a text construct.voidFeed. setTitleEx(Content title)Sets the feed title.Method parameters in com.rometools.rome.feed.atom with type arguments of type Content Modifier and Type Method Description voidEntry. setContents(List<Content> contents)Sets the entry contents. -
Uses of Content in com.rometools.rome.feed.synd.impl
Methods in com.rometools.rome.feed.synd.impl that return Content Modifier and Type Method Description protected ContentConverterForAtom10. createAtomContent(SyndContent sContent)Methods in com.rometools.rome.feed.synd.impl that return types with arguments of type Content Modifier and Type Method Description protected List<Content>ConverterForAtom10. createAtomContents(List<SyndContent> syndContents)Methods in com.rometools.rome.feed.synd.impl with parameters of type Content Modifier and Type Method Description protected SyndContentConverterForAtom10. createSyndContent(Content content) -
Uses of Content in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl with parameters of type Content Modifier and Type Method Description protected voidAtom03Generator. fillContentElement(org.jdom2.Element contentElement, Content content)protected voidAtom10Generator. fillContentElement(org.jdom2.Element contentElement, Content content)protected org.jdom2.ElementAtom03Generator. generateTagLineElement(Content tagline)protected org.jdom2.ElementAtom10Generator. generateTagLineElement(Content tagline)
-