| Package | Description |
|---|---|
| com.rometools.rome.feed.atom | |
| com.rometools.rome.feed.synd.impl | |
| com.rometools.rome.io.impl |
| Modifier and Type | Method and Description |
|---|---|
Link |
Entry.findRelatedLink(String relation) |
| Modifier and Type | Method and Description |
|---|---|
List<Link> |
Feed.getAlternateLinks()
Returns the feed alternate links.
|
List<Link> |
Entry.getAlternateLinks()
Returns the entry alternate links.
|
List<Link> |
Feed.getOtherLinks()
Returns the feed other links (non-alternate ones).
|
List<Link> |
Entry.getOtherLinks()
Returns the entry non-alternate links.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feed.setAlternateLinks(List<Link> alternateLinks)
Sets the feed alternate links.
|
void |
Entry.setAlternateLinks(List<Link> alternateLinks)
Sets the entry alternate links.
|
void |
Feed.setOtherLinks(List<Link> otherLinks)
Sets the feed other links (non-alternate ones).
|
void |
Entry.setOtherLinks(List<Link> otherLinks)
Sets the entry non-alternate links.
|
| Modifier and Type | Method and Description |
|---|---|
Link |
ConverterForAtom03.createAtomEnclosure(SyndEnclosure syndEnclosure) |
Link |
ConverterForAtom10.createAtomEnclosure(SyndEnclosure syndEnclosure) |
Link |
ConverterForAtom03.createAtomLink(SyndLink syndLink) |
Link |
ConverterForAtom10.createAtomLink(SyndLink syndLink) |
| Modifier and Type | Method and Description |
|---|---|
SyndEnclosure |
ConverterForAtom03.createSyndEnclosure(Entry entry,
Link link) |
SyndEnclosure |
ConverterForAtom10.createSyndEnclosure(Feed feed,
Entry entry,
Link link) |
SyndLink |
ConverterForAtom03.createSyndLink(Link link) |
SyndLink |
ConverterForAtom10.createSyndLink(Link link) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SyndLink> |
ConverterForAtom03.createSyndLinks(List<Link> atomLinks) |
protected List<SyndLink> |
ConverterForAtom10.createSyndLinks(List<Link> atomLinks) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jdom2.Element |
Atom03Generator.generateLinkElement(Link link) |
protected org.jdom2.Element |
Atom10Generator.generateLinkElement(Link link) |
Copyright © 2023. All rights reserved.