Package | Description |
---|---|
com.rometools.rome.feed.atom | |
com.rometools.rome.feed.synd | |
com.rometools.rome.feed.synd.impl | |
com.rometools.rome.io.impl |
Modifier and Type | Class and Description |
---|---|
class |
Person
Bean for person elements of Atom feeds.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<SyndPerson> |
Feed.authors |
private java.util.List<SyndPerson> |
Entry.authors |
private java.util.List<SyndPerson> |
Feed.contributors |
private java.util.List<SyndPerson> |
Entry.contributors |
Modifier and Type | Method and Description |
---|---|
java.util.List<SyndPerson> |
Feed.getAuthors()
Returns the feed author.
|
java.util.List<SyndPerson> |
Entry.getAuthors()
Returns the entry author.
|
java.util.List<SyndPerson> |
Feed.getContributors()
Returns the feed contributors.
|
java.util.List<SyndPerson> |
Entry.getContributors()
Returns the entry contributors.
|
Modifier and Type | Method and Description |
---|---|
void |
Feed.setAuthors(java.util.List<SyndPerson> authors)
Sets the feed author.
|
void |
Entry.setAuthors(java.util.List<SyndPerson> authors)
Sets the author of the entry.
|
void |
Feed.setContributors(java.util.List<SyndPerson> contributors)
Sets the feed contributors.
|
void |
Entry.setContributors(java.util.List<SyndPerson> contributors)
Sets the entry contributors.
|
Modifier and Type | Class and Description |
---|---|
class |
SyndPersonImpl
Bean for authors and contributors of SyndFeedImpl feeds and entries.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<SyndPerson> |
SyndFeedImpl.authors |
private java.util.List<SyndPerson> |
SyndEntryImpl.authors |
private java.util.List<SyndPerson> |
SyndFeedImpl.contributors |
private java.util.List<SyndPerson> |
SyndEntryImpl.contributors |
Modifier and Type | Method and Description |
---|---|
java.util.List<SyndPerson> |
SyndFeedImpl.getAuthors() |
java.util.List<SyndPerson> |
SyndFeed.getAuthors()
Returns the feed authors.
|
java.util.List<SyndPerson> |
SyndEntryImpl.getAuthors() |
java.util.List<SyndPerson> |
SyndEntry.getAuthors()
Returns the entry authors.
|
java.util.List<SyndPerson> |
SyndFeedImpl.getContributors() |
java.util.List<SyndPerson> |
SyndFeed.getContributors()
Returns the feed author.
|
java.util.List<SyndPerson> |
SyndEntryImpl.getContributors() |
java.util.List<SyndPerson> |
SyndEntry.getContributors()
Returns the feed author.
|
Modifier and Type | Method and Description |
---|---|
void |
SyndFeedImpl.setAuthors(java.util.List<SyndPerson> authors) |
void |
SyndFeed.setAuthors(java.util.List<SyndPerson> authors)
Sets the feed authors.
|
void |
SyndEntryImpl.setAuthors(java.util.List<SyndPerson> authors) |
void |
SyndEntry.setAuthors(java.util.List<SyndPerson> authors)
Sets the entry author.
|
void |
SyndFeedImpl.setContributors(java.util.List<SyndPerson> contributors) |
void |
SyndFeed.setContributors(java.util.List<SyndPerson> contributors)
Sets the feed author.
|
void |
SyndEntryImpl.setContributors(java.util.List<SyndPerson> contributors) |
void |
SyndEntry.setContributors(java.util.List<SyndPerson> contributors)
Sets the feed contributors.
|
Modifier and Type | Method and Description |
---|---|
protected static java.util.List<SyndPerson> |
ConverterForAtom03.createAtomPersons(java.util.List<SyndPerson> sPersons) |
protected static java.util.List<SyndPerson> |
ConverterForAtom03.createSyndPersons(java.util.List<SyndPerson> aPersons) |
Modifier and Type | Method and Description |
---|---|
protected static java.util.List<SyndPerson> |
ConverterForAtom03.createAtomPersons(java.util.List<SyndPerson> sPersons) |
protected static java.util.List<SyndPerson> |
ConverterForAtom03.createSyndPersons(java.util.List<SyndPerson> aPersons) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<SyndPerson> |
Atom03Parser.parsePersons(java.util.List<org.jdom2.Element> ePersons) |
private java.util.List<SyndPerson> |
Atom10Parser.parsePersons(java.lang.String baseURI,
java.util.List<org.jdom2.Element> ePersons,
java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected void |
Atom10Generator.fillPersonElement(org.jdom2.Element element,
SyndPerson person) |
protected void |
Atom03Generator.fillPersonElement(org.jdom2.Element element,
SyndPerson person) |