|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyndFeed | |
---|---|
com.sun.syndication.feed.synd | |
com.sun.syndication.feed.synd.impl | |
com.sun.syndication.io |
Uses of SyndFeed in com.sun.syndication.feed.synd |
---|
Classes in com.sun.syndication.feed.synd that implement SyndFeed | |
---|---|
class |
SyndFeedImpl
Bean for all types of feeds. |
Methods in com.sun.syndication.feed.synd that return SyndFeed | |
---|---|
SyndFeed |
SyndEntry.getSource()
Returns the entry source. |
SyndFeed |
SyndEntryImpl.getSource()
|
Methods in com.sun.syndication.feed.synd that return types with arguments of type SyndFeed | |
---|---|
Class<SyndFeed> |
SyndFeedImpl.getInterface()
|
Methods in com.sun.syndication.feed.synd with parameters of type SyndFeed | |
---|---|
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)
|
Method parameters in com.sun.syndication.feed.synd with type arguments of type SyndFeed | |
---|---|
void |
SyndFeedImpl.copyFrom(CopyFrom<? extends SyndFeed> obj)
|
Uses of SyndFeed in com.sun.syndication.feed.synd.impl |
---|
Methods in com.sun.syndication.feed.synd.impl with parameters of type SyndFeed | |
---|---|
void |
ConverterForRSS094.copyInto(WireFeed feed,
SyndFeed syndFeed)
|
void |
ConverterForRSS090.copyInto(WireFeed feed,
SyndFeed syndFeed)
|
void |
ConverterForRSS10.copyInto(WireFeed feed,
SyndFeed syndFeed)
|
void |
ConverterForRSS091Userland.copyInto(WireFeed feed,
SyndFeed syndFeed)
|
void |
ConverterForAtom10.copyInto(WireFeed feed,
SyndFeed syndFeed)
|
void |
ConverterForAtom03.copyInto(WireFeed feed,
SyndFeed syndFeed)
|
protected WireFeed |
ConverterForRSS094.createRealFeed(String type,
SyndFeed syndFeed)
|
protected WireFeed |
ConverterForRSS090.createRealFeed(String type,
SyndFeed syndFeed)
|
protected WireFeed |
ConverterForRSS10.createRealFeed(String type,
SyndFeed syndFeed)
|
protected WireFeed |
ConverterForRSS091Userland.createRealFeed(String type,
SyndFeed syndFeed)
|
WireFeed |
ConverterForRSS090.createRealFeed(SyndFeed syndFeed)
|
WireFeed |
ConverterForAtom10.createRealFeed(SyndFeed syndFeed)
|
WireFeed |
ConverterForAtom03.createRealFeed(SyndFeed syndFeed)
|
Uses of SyndFeed in com.sun.syndication.io |
---|
Methods in com.sun.syndication.io that return SyndFeed | |
---|---|
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. |
Methods in com.sun.syndication.io with parameters of type SyndFeed | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |