Modifier and Type | Class and Description |
---|---|
class |
Feed
Bean for Atom feeds.
|
Modifier and Type | Class and Description |
---|---|
class |
Channel
Bean for RSS feeds.
|
Modifier and Type | Method and Description |
---|---|
WireFeed |
Converter.createRealFeed(SyndFeed syndFeed)
Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.
|
WireFeed |
SyndFeedImpl.createWireFeed()
Creates a real feed containing the information of the SyndFeedImpl.
|
WireFeed |
SyndFeed.createWireFeed()
Creates a real feed containing the information of the SyndFeedImpl.
|
WireFeed |
SyndFeedImpl.createWireFeed(java.lang.String feedType)
Creates a real feed containing the information of the SyndFeedImpl.
|
WireFeed |
SyndFeed.createWireFeed(java.lang.String feedType)
Creates a real feed containing the information of the SyndFeedImpl.
|
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.
|
Constructor and Description |
---|
SyndFeedImpl(WireFeed feed)
Creates a SyndFeedImpl and populates all its properties out of the
given RSS Channel or Atom Feed properties.
|
Modifier and Type | Method and Description |
---|---|
protected WireFeed |
ConverterForRSS10.createRealFeed(java.lang.String type,
SyndFeed syndFeed) |
protected WireFeed |
ConverterForRSS090.createRealFeed(java.lang.String type,
SyndFeed syndFeed) |
protected WireFeed |
ConverterForRSS094.createRealFeed(java.lang.String type,
SyndFeed syndFeed) |
protected WireFeed |
ConverterForRSS091Userland.createRealFeed(java.lang.String type,
SyndFeed syndFeed) |
WireFeed |
ConverterForRSS090.createRealFeed(SyndFeed syndFeed) |
WireFeed |
ConverterForAtom10.createRealFeed(SyndFeed syndFeed) |
WireFeed |
ConverterForAtom03.createRealFeed(SyndFeed syndFeed) |
Modifier and Type | Method and Description |
---|---|
void |
ConverterForRSS10.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForRSS090.copyInto(WireFeed feed,
SyndFeed syndFeed) |
void |
ConverterForRSS094.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) |
Modifier and Type | Method and Description |
---|---|
WireFeed |
WireFeedInput.build(org.w3c.dom.Document document)
Builds an WireFeed (RSS or Atom) from an W3C DOM document.
|
WireFeed |
WireFeedInput.build(org.jdom.Document document)
Builds an WireFeed (RSS or Atom) from an JDOM document.
|
WireFeed |
WireFeedInput.build(java.io.File file)
Builds an WireFeed (RSS or Atom) from a file.
|
WireFeed |
WireFeedInput.build(org.xml.sax.InputSource is)
Builds an WireFeed (RSS or Atom) from an W3C SAX InputSource.
|
WireFeed |
WireFeedInput.build(java.io.Reader reader)
Builds an WireFeed (RSS or Atom) from an Reader.
|
WireFeed |
WireFeedParser.parse(org.jdom.Document document,
boolean validate)
Parses an XML document (JDOM Document) into a feed bean.
|
Modifier and Type | Method and Description |
---|---|
org.jdom.Document |
WireFeedGenerator.generate(WireFeed feed)
Creates an XML document (JDOM) for the given feed bean.
|
void |
WireFeedOutput.output(WireFeed feed,
java.io.File file)
Creates a File containing with the XML representation for the given WireFeed.
|
void |
WireFeedOutput.output(WireFeed feed,
java.io.Writer writer)
Writes to an Writer the XML representation for the given WireFeed.
|
org.jdom.Document |
WireFeedOutput.outputJDom(WireFeed feed)
Creates a JDOM document for the given WireFeed.
|
java.lang.String |
WireFeedOutput.outputString(WireFeed feed)
Creates a String with the XML representation for the given WireFeed.
|
org.w3c.dom.Document |
WireFeedOutput.outputW3CDom(WireFeed feed)
Creates a W3C DOM document for the given WireFeed.
|
Modifier and Type | Method and Description |
---|---|
WireFeed |
Atom03Parser.parse(org.jdom.Document document,
boolean validate) |
WireFeed |
RSS090Parser.parse(org.jdom.Document document,
boolean validate) |
WireFeed |
Atom10Parser.parse(org.jdom.Document document,
boolean validate) |
protected WireFeed |
RSS091UserlandParser.parseChannel(org.jdom.Element rssRoot)
Parses the root element of an RSS document into a Channel bean.
|
protected WireFeed |
RSS090Parser.parseChannel(org.jdom.Element rssRoot)
Parses the root element of an RSS document into a Channel bean.
|
protected WireFeed |
RSS10Parser.parseChannel(org.jdom.Element rssRoot) |
protected WireFeed |
RSS094Parser.parseChannel(org.jdom.Element rssRoot) |
protected WireFeed |
RSS20wNSParser.parseChannel(org.jdom.Element rssRoot)
After we parse the feed we put "rss_2.0" in it (so converters and generators work)
this parser is a phantom.
|
protected WireFeed |
RSS092Parser.parseChannel(org.jdom.Element rssRoot) |
protected WireFeed |
Atom03Parser.parseFeed(org.jdom.Element eFeed) |
protected WireFeed |
Atom10Parser.parseFeed(org.jdom.Element eFeed) |
Modifier and Type | Method and Description |
---|---|
org.jdom.Document |
Atom03Generator.generate(WireFeed wFeed) |
org.jdom.Document |
Atom10Generator.generate(WireFeed wFeed) |
org.jdom.Document |
RSS090Generator.generate(WireFeed feed) |
Copyright © Sun Microsystems. All Rights Reserved.