| Package | Description |
|---|---|
| com.rometools.rome.feed.synd | |
| com.rometools.rome.feed.synd.impl | |
| com.rometools.rome.io |
| Modifier and Type | Class and Description |
|---|---|
class |
SyndFeedImpl
Bean for all types of feeds.
|
| Modifier and Type | Method and Description |
|---|---|
SyndFeed |
SyndEntry.getSource()
Returns the entry source.
|
SyndFeed |
SyndEntryImpl.getSource() |
| Modifier and Type | Method and Description |
|---|---|
Class<SyndFeed> |
SyndFeedImpl.getInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
Converter.copyInto(WireFeed feed,
SyndFeed syndFeed)
Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
|
WireFeed |
Converter.createRealFeed(SyndFeed syndFeed)
Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.
|
void |
SyndEntry.setSource(SyndFeed source)
Sets the entry source feed (for use if different from containing feed)
|
void |
SyndEntryImpl.setSource(SyndFeed source) |
| Modifier and Type | Method and Description |
|---|---|
protected SyndFeed |
ConverterForRSS090.createSource(Source source) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConverterForRSS091Userland.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForAtom10.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForAtom03.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForRSS10.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForRSS094.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForRSS090.copyInto(WireFeed feed,
SyndFeed syndFeed) |
protected WireFeed |
ConverterForRSS091Userland.createRealFeed(String type,
SyndFeed syndFeed) |
protected WireFeed |
ConverterForRSS10.createRealFeed(String type,
SyndFeed syndFeed) |
protected WireFeed |
ConverterForRSS094.createRealFeed(String type,
SyndFeed syndFeed) |
protected WireFeed |
ConverterForRSS090.createRealFeed(String type,
SyndFeed syndFeed) |
WireFeed |
ConverterForAtom10.createRealFeed(SyndFeed syndFeed) |
WireFeed |
ConverterForAtom03.createRealFeed(SyndFeed syndFeed) |
WireFeed |
ConverterForRSS090.createRealFeed(SyndFeed syndFeed) |
protected Source |
ConverterForRSS090.createSource(SyndFeed feed) |
| Modifier and Type | Method and Description |
|---|---|
SyndFeed |
SyndFeedInput.build(Document document)
Builds SyndFeedImpl from an W3C DOM document.
|
SyndFeed |
SyndFeedInput.build(org.jdom2.Document document)
Builds SyndFeedImpl from an JDOM document.
|
SyndFeed |
SyndFeedInput.build(File file)
Builds SyndFeedImpl from a file.
|
SyndFeed |
SyndFeedInput.build(InputSource is)
Builds SyndFeedImpl from an W3C SAX InputSource.
|
SyndFeed |
SyndFeedInput.build(Reader reader)
Builds SyndFeedImpl from an Reader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyndFeedOutput.output(SyndFeed feed,
File file)
Creates a File containing with the XML representation for the given SyndFeedImpl.
|
void |
SyndFeedOutput.output(SyndFeed feed,
File file,
boolean prettyPrint)
Creates a File containing with the XML representation for the given SyndFeedImpl.
|
void |
SyndFeedOutput.output(SyndFeed feed,
Writer writer)
Writes to an Writer the XML representation for the given SyndFeedImpl.
|
void |
SyndFeedOutput.output(SyndFeed feed,
Writer writer,
boolean prettyPrint)
Writes to an Writer the XML representation for the given SyndFeedImpl.
|
org.jdom2.Document |
SyndFeedOutput.outputJDom(SyndFeed feed)
Creates a JDOM document for the given SyndFeedImpl.
|
String |
SyndFeedOutput.outputString(SyndFeed feed)
Creates a String with the XML representation for the given SyndFeedImpl.
|
String |
SyndFeedOutput.outputString(SyndFeed feed,
boolean prettyPrint)
Creates a String with the XML representation for the given SyndFeedImpl.
|
Document |
SyndFeedOutput.outputW3CDom(SyndFeed feed)
Creates a W3C DOM document for the given SyndFeedImpl.
|
Copyright © 2021. All rights reserved.