Package | Description |
---|---|
com.rometools.propono.atom.client | |
com.rometools.rome.feed.atom | |
com.rometools.rome.feed.synd.impl | |
com.rometools.rome.io.impl |
Modifier and Type | Method and Description |
---|---|
Content |
ClientEntry.getContent()
Deprecated.
Convenience method to get first content object in content collection.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientEntry.setContent(Content c)
Deprecated.
Convenience method to set first content object in content collection.
|
Modifier and Type | Method and Description |
---|---|
Content |
Feed.getInfo()
Returns the feed info (Atom 0.3 only)
|
Content |
Feed.getSubtitle()
Returns the subtitle
|
Content |
Entry.getSummary()
Returns the entry summary.
|
Content |
Feed.getTagline()
Returns the feed tag line (Atom 0.3, maps to
Feed.getSubtitle() ). |
Content |
Entry.getTitleEx()
Returns the entry title as a text construct.
|
Content |
Feed.getTitleEx()
Returns the feed title.
|
Modifier and Type | Method and Description |
---|---|
List<Content> |
Entry.getContents()
Returns the entry contents.
|
Modifier and Type | Method and Description |
---|---|
void |
Feed.setInfo(Content info)
Sets the feed info (Atom 0.3 only)
|
void |
Feed.setSubtitle(Content subtitle)
Set the subtitle
|
void |
Entry.setSummary(Content summary)
Sets the entry summary.
|
void |
Feed.setTagline(Content tagline)
Sets the feed tagline (Atom 0.3, maps to
Feed.setSubtitle(com.rometools.rome.feed.atom.Content) ). |
void |
Entry.setTitleEx(Content title)
Sets the entry title as a text construct.
|
void |
Feed.setTitleEx(Content title)
Sets the feed title.
|
Modifier and Type | Method and Description |
---|---|
void |
Entry.setContents(List<Content> contents)
Sets the entry contents.
|
Modifier and Type | Method and Description |
---|---|
protected Content |
ConverterForAtom10.createAtomContent(SyndContent sContent) |
Modifier and Type | Method and Description |
---|---|
protected List<Content> |
ConverterForAtom10.createAtomContents(List<SyndContent> syndContents) |
Modifier and Type | Method and Description |
---|---|
protected SyndContent |
ConverterForAtom10.createSyndContent(Content content) |
Modifier and Type | Method and Description |
---|---|
protected void |
Atom03Generator.fillContentElement(org.jdom2.Element contentElement,
Content content) |
protected void |
Atom10Generator.fillContentElement(org.jdom2.Element contentElement,
Content content) |
protected org.jdom2.Element |
Atom03Generator.generateTagLineElement(Content tagline) |
protected org.jdom2.Element |
Atom10Generator.generateTagLineElement(Content tagline) |
Copyright © 2018. All rights reserved.