|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyndFeedI | |
com.sun.syndication.feed.synd | |
com.sun.syndication.feed.synd.impl | |
com.sun.syndication.io |
Uses of SyndFeedI in com.sun.syndication.feed.synd |
Classes in com.sun.syndication.feed.synd that implement SyndFeedI | |
class |
SyndFeed
Bean for all types of feeds. |
Methods in com.sun.syndication.feed.synd with parameters of type SyndFeedI | |
void |
Converter.copyInto(AbstractFeed feed,
SyndFeedI syndFeed)
Makes a deep copy/conversion of the values of a real feed into a SyndFeed. |
AbstractFeed |
Converter.createRealFeed(SyndFeedI syndFeed)
Creates real feed with a deep copy/conversion of the values of a SyndFeed. |
Uses of SyndFeedI in com.sun.syndication.feed.synd.impl |
Methods in com.sun.syndication.feed.synd.impl with parameters of type SyndFeedI | |
void |
ConverterForAtom03.copyInto(AbstractFeed feed,
SyndFeedI syndFeed)
|
AbstractFeed |
ConverterForAtom03.createRealFeed(SyndFeedI syndFeed)
|
void |
ConverterForRSS090.copyInto(AbstractFeed feed,
SyndFeedI syndFeed)
|
AbstractFeed |
ConverterForRSS090.createRealFeed(SyndFeedI syndFeed)
|
protected AbstractFeed |
ConverterForRSS090.createRealFeed(java.lang.String type,
SyndFeedI syndFeed)
|
void |
ConverterForRSS091.copyInto(AbstractFeed feed,
SyndFeedI syndFeed)
|
protected AbstractFeed |
ConverterForRSS091.createRealFeed(java.lang.String type,
SyndFeedI syndFeed)
|
void |
ConverterForRSS094.copyInto(AbstractFeed feed,
SyndFeedI syndFeed)
|
protected AbstractFeed |
ConverterForRSS094.createRealFeed(java.lang.String type,
SyndFeedI syndFeed)
|
void |
ConverterForRSS10.copyInto(AbstractFeed feed,
SyndFeedI syndFeed)
|
protected AbstractFeed |
ConverterForRSS10.createRealFeed(java.lang.String type,
SyndFeedI syndFeed)
|
Uses of SyndFeedI in com.sun.syndication.io |
Methods in com.sun.syndication.io that return SyndFeedI | |
SyndFeedI |
SyndInput.build(java.io.File file)
Builds SyndFeed from a file. |
SyndFeedI |
SyndInput.build(java.io.InputStream is)
Builds SyndFeed from an InputStream. |
SyndFeedI |
SyndInput.build(java.io.Reader reader)
Builds SyndFeed from an Reader. |
SyndFeedI |
SyndInput.build(org.xml.sax.InputSource is)
Builds SyndFeed from an W3C SAX InputSource. |
SyndFeedI |
SyndInput.build(org.w3c.dom.Document document)
Builds SyndFeed from an W3C DOM document. |
SyndFeedI |
SyndInput.build(org.jdom.Document document)
Builds SyndFeed from an JDOM document. |
Methods in com.sun.syndication.io with parameters of type SyndFeedI | |
java.lang.String |
SyndOutput.outputString(SyndFeedI feed)
Creates a String with the XML representation for the given SyndFeed. |
void |
SyndOutput.output(SyndFeedI feed,
java.io.File file)
Creates a File containing with the XML representation for the given SyndFeed. |
void |
SyndOutput.output(SyndFeedI feed,
java.io.OutputStream os)
Writes to an OutputStream the XML representation for the given SyndFeed. |
void |
SyndOutput.output(SyndFeedI feed,
java.io.Writer writer)
Writes to an Writer the XML representation for the given SyndFeed. |
org.w3c.dom.Document |
SyndOutput.ouptutW3CDom(SyndFeedI feed)
Creates a W3C DOM document for the given SyndFeed. |
org.jdom.Document |
SyndOutput.outputJDom(SyndFeedI feed)
Creates a JDOM document for the given SyndFeed. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |