Package | Description |
---|---|
com.sun.syndication.feed.atom | |
com.sun.syndication.feed.synd.impl | |
com.sun.syndication.io.impl |
Modifier and Type | Field and Description |
---|---|
private Content |
Feed._info |
private Content |
Feed._subtitle |
private Content |
Entry._summary |
private Content |
Entry._title |
private Content |
Feed._title |
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 |
---|---|
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.getSubtitle() ). |
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 |
---|---|
protected Content |
ConverterForAtom10.createAtomContent(SyndContent sContent) |
Modifier and Type | Method and Description |
---|---|
protected SyndContent |
ConverterForAtom10.createSyndContent(Content content) |
Modifier and Type | Method and Description |
---|---|
private Content |
Atom10Parser.parseContent(org.jdom.Element e) |
private Content |
Atom03Parser.parseContent(org.jdom.Element e) |
Modifier and Type | Method and Description |
---|---|
protected void |
Atom10Generator.fillContentElement(org.jdom.Element contentElement,
Content content) |
protected void |
Atom03Generator.fillContentElement(org.jdom.Element contentElement,
Content content) |
protected org.jdom.Element |
Atom10Generator.generateTagLineElement(Content tagline) |
protected org.jdom.Element |
Atom03Generator.generateTagLineElement(Content tagline) |
Copyright © Sun Microsystems. All Rights Reserved.