Package | Description |
---|---|
com.rometools.rome.feed.synd | |
com.rometools.rome.feed.synd.impl |
Modifier and Type | Class and Description |
---|---|
class |
SyndLinkImpl
Represents a link or an enclosure.
|
Modifier and Type | Method and Description |
---|---|
SyndLink |
SyndEntryImpl.findRelatedLink(String relation) |
SyndLink |
SyndEntry.findRelatedLink(String relation)
Returns the first instance of a SyndLink with the specified relation, or null
|
Modifier and Type | Method and Description |
---|---|
List<SyndLink> |
SyndFeed.getLinks()
Returns the entry links
|
List<SyndLink> |
SyndEntryImpl.getLinks()
Returns the links
|
List<SyndLink> |
SyndFeedImpl.getLinks()
Returns the links
|
List<SyndLink> |
SyndEntry.getLinks()
Returns the entry links
|
Modifier and Type | Method and Description |
---|---|
void |
SyndFeed.setLinks(List<SyndLink> links)
Sets the entry links.
|
void |
SyndEntryImpl.setLinks(List<SyndLink> links)
Set the links
|
void |
SyndFeedImpl.setLinks(List<SyndLink> links)
Set the links
|
void |
SyndEntry.setLinks(List<SyndLink> links)
Sets the entry links.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Link |
ConverterForAtom03.createAtomLink(SyndLink syndLink) |
Link |
ConverterForAtom10.createAtomLink(SyndLink syndLink) |
Copyright © 2023. All rights reserved.