Package | Description |
---|---|
com.rometools.rome.feed.synd | |
com.rometools.rome.feed.synd.impl |
Modifier and Type | Class and Description |
---|---|
class |
SyndEnclosureImpl |
Modifier and Type | Method and Description |
---|---|
List<SyndEnclosure> |
SyndEntryImpl.getEnclosures()
Returns the entry enclosures.
|
List<SyndEnclosure> |
SyndEntry.getEnclosures()
Returns the entry enclosures.
|
Class<SyndEnclosure> |
SyndEnclosureImpl.getInterface() |
Modifier and Type | Method and Description |
---|---|
void |
SyndEntryImpl.setEnclosures(List<SyndEnclosure> enclosures)
Sets the entry enclosures.
|
void |
SyndEntry.setEnclosures(List<SyndEnclosure> enclosures)
Sets the entry enclosures.
|
Modifier and Type | Method and Description |
---|---|
SyndEnclosure |
ConverterForAtom03.createSyndEnclosure(Entry entry,
Link link) |
SyndEnclosure |
ConverterForAtom10.createSyndEnclosure(Feed feed,
Entry entry,
Link link) |
Modifier and Type | Method and Description |
---|---|
protected List<SyndEnclosure> |
ConverterForRSS092.createSyndEnclosures(List<Enclosure> enclosures) |
Modifier and Type | Method and Description |
---|---|
Link |
ConverterForAtom03.createAtomEnclosure(SyndEnclosure syndEnclosure) |
Link |
ConverterForAtom10.createAtomEnclosure(SyndEnclosure syndEnclosure) |
Modifier and Type | Method and Description |
---|---|
protected List<Enclosure> |
ConverterForRSS092.createEnclosures(List<SyndEnclosure> sEnclosures) |
Copyright © 2019. All rights reserved.