Package | Description |
---|---|
com.rometools.certiorem.sub |
This package contains the business class Subscriptions that manages subscriptions and updates a
FeedInfoCache.
|
com.rometools.fetcher | |
com.rometools.fetcher.impl | |
com.rometools.modules.sle |
This is a module that supports the Microsoft Simple List Extensions.
|
com.rometools.opml.io.impl |
This package contains the feed parsers for OPML1 and OPML2.
|
com.rometools.rome.io | |
com.rometools.rome.io.impl |
Modifier and Type | Method and Description |
---|---|
void |
Subscriptions.subscribe(java.lang.String topic,
boolean sync,
long leaseSeconds,
java.lang.String secret,
SubscriptionCallback callback)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SyndFeed |
FeedFetcher.retrieveFeed(java.lang.String userAgent,
java.net.URL url)
Deprecated.
|
SyndFeed |
FeedFetcher.retrieveFeed(java.net.URL feedUrl)
Deprecated.
Retrieve a feed over HTTP
|
Modifier and Type | Method and Description |
---|---|
private SyndFeed |
HttpClientFeedFetcher.getFeed(SyndFeedInfo syndFeedInfo,
java.lang.String urlStr,
org.apache.commons.httpclient.HttpMethod method,
int statusCode)
Deprecated.
|
private SyndFeed |
HttpURLFeedFetcher.getSyndFeedFromStream(java.io.InputStream inputStream,
java.net.URLConnection connection)
Deprecated.
|
private SyndFeed |
HttpURLFeedFetcher.readSyndFeedFromStream(java.io.InputStream inputStream,
java.net.URLConnection connection)
Deprecated.
|
protected void |
HttpURLFeedFetcher.resetFeedInfo(java.net.URL orignalUrl,
SyndFeedInfo syndFeedInfo,
java.net.HttpURLConnection connection)
Deprecated.
|
protected void |
HttpURLFeedFetcher.retrieveAndCacheFeed(java.net.URL feedUrl,
SyndFeedInfo syndFeedInfo,
java.net.HttpURLConnection connection)
Deprecated.
|
private SyndFeed |
HttpClientFeedFetcher.retrieveFeed(java.lang.String urlStr,
org.apache.commons.httpclient.HttpMethod method)
Deprecated.
|
SyndFeed |
HttpURLFeedFetcher.retrieveFeed(java.lang.String userAgent,
java.net.URL feedUrl)
Deprecated.
Retrieve a feed over HTTP
|
SyndFeed |
HttpClientFeedFetcher.retrieveFeed(java.lang.String userAgent,
java.net.URL feedUrl)
Deprecated.
|
SyndFeed |
HttpURLFeedFetcher.retrieveFeed(java.net.URL feedUrl)
Deprecated.
|
SyndFeed |
HttpClientFeedFetcher.retrieveFeed(java.net.URL url)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
SleUtility.initializeForSorting(SyndFeed feed)
This method will take a SyndFeed object with a SimpleListExtension on it and populate the
entries with current SleEntry values for sorting and grouping.
|
Modifier and Type | Method and Description |
---|---|
org.jdom2.Document |
OPML20Generator.generate(WireFeed feed)
Creates an XML document (JDOM) for the given feed bean.
|
org.jdom2.Document |
OPML10Generator.generate(WireFeed feed)
Creates an XML document (JDOM) for the given feed bean.
|
WireFeed |
OPML10Parser.parse(org.jdom2.Document document,
boolean validate,
java.util.Locale locale)
Parses an XML document (JDOM Document) into a feed bean.
|
WireFeed |
OPML20Parser.parse(org.jdom2.Document document,
boolean validate,
java.util.Locale locale)
Parses an XML document (JDOM Document) into a feed bean.
|
protected Outline |
OPML10Parser.parseOutline(org.jdom2.Element e,
boolean validate,
java.util.Locale locale) |
protected Outline |
OPML20Parser.parseOutline(org.jdom2.Element e,
boolean validate,
java.util.Locale locale) |
protected java.util.List<Outline> |
OPML10Parser.parseOutlines(java.util.List<org.jdom2.Element> elements,
boolean validate,
java.util.Locale locale) |
Modifier and Type | Class and Description |
---|---|
class |
ParsingFeedException
Exception thrown by WireFeedInput instance if it can not parse a feed.
|
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.jdom2.Document document)
Builds an WireFeed (RSS or Atom) from an JDOM document.
|
SyndFeed |
SyndFeedInput.build(org.w3c.dom.Document document)
Builds SyndFeedImpl from an W3C DOM document.
|
SyndFeed |
SyndFeedInput.build(org.jdom2.Document document)
Builds SyndFeedImpl from an JDOM document.
|
WireFeed |
WireFeedInput.build(java.io.File file)
Builds an WireFeed (RSS or Atom) from a file.
|
SyndFeed |
SyndFeedInput.build(java.io.File file)
Builds SyndFeedImpl from a file.
|
WireFeed |
WireFeedInput.build(org.xml.sax.InputSource is)
Builds an WireFeed (RSS or Atom) from an W3C SAX InputSource.
|
SyndFeed |
SyndFeedInput.build(org.xml.sax.InputSource is)
Builds SyndFeedImpl from an W3C SAX InputSource.
|
WireFeed |
WireFeedInput.build(java.io.Reader reader)
Builds an WireFeed (RSS or Atom) from an Reader.
|
SyndFeed |
SyndFeedInput.build(java.io.Reader reader)
Builds SyndFeedImpl from an Reader.
|
org.jdom2.Document |
WireFeedGenerator.generate(WireFeed feed)
Creates an XML document (JDOM) for the given feed bean.
|
void |
SyndFeedOutput.output(SyndFeed feed,
java.io.File file)
Creates a File containing with the XML representation for the given SyndFeedImpl.
|
void |
SyndFeedOutput.output(SyndFeed feed,
java.io.File file,
boolean prettyPrint)
Creates a File containing with the XML representation for the given SyndFeedImpl.
|
void |
SyndFeedOutput.output(SyndFeed feed,
java.io.Writer writer)
Writes to an Writer the XML representation for the given SyndFeedImpl.
|
void |
SyndFeedOutput.output(SyndFeed feed,
java.io.Writer writer,
boolean prettyPrint)
Writes to an Writer the XML representation for the given SyndFeedImpl.
|
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.File file,
boolean prettyPrint)
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.
|
void |
WireFeedOutput.output(WireFeed feed,
java.io.Writer writer,
boolean prettyPrint)
Writes to an Writer the XML representation for the given WireFeed.
|
org.jdom2.Document |
SyndFeedOutput.outputJDom(SyndFeed feed)
Creates a JDOM document for the given SyndFeedImpl.
|
org.jdom2.Document |
WireFeedOutput.outputJDom(WireFeed feed)
Creates a JDOM document for the given WireFeed.
|
java.lang.String |
SyndFeedOutput.outputString(SyndFeed feed)
Creates a String with the XML representation for the given SyndFeedImpl.
|
java.lang.String |
SyndFeedOutput.outputString(SyndFeed feed,
boolean prettyPrint)
Creates a String with the XML representation for the given SyndFeedImpl.
|
java.lang.String |
WireFeedOutput.outputString(WireFeed feed)
Creates a String with the XML representation for the given WireFeed.
|
java.lang.String |
WireFeedOutput.outputString(WireFeed feed,
boolean prettyPrint)
Creates a String with the XML representation for the given WireFeed.
|
org.w3c.dom.Document |
SyndFeedOutput.outputW3CDom(SyndFeed feed)
Creates a W3C DOM document for the given SyndFeedImpl.
|
org.w3c.dom.Document |
WireFeedOutput.outputW3CDom(WireFeed feed)
Creates a W3C DOM document for the given WireFeed.
|
WireFeed |
WireFeedParser.parse(org.jdom2.Document document,
boolean validate,
java.util.Locale locale)
Parses an XML document (JDOM Document) into a feed bean.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RSS090Generator.addChannel(Channel channel,
org.jdom2.Element parent) |
protected void |
RSS091UserlandGenerator.addChannel(Channel channel,
org.jdom2.Element parent) |
protected void |
Atom10Generator.addEntries(Feed feed,
org.jdom2.Element parent) |
protected void |
Atom03Generator.addEntries(Feed feed,
org.jdom2.Element parent) |
protected void |
Atom10Generator.addEntry(Entry entry,
org.jdom2.Element parent) |
protected void |
Atom03Generator.addEntry(Entry entry,
org.jdom2.Element parent) |
protected void |
Atom10Generator.addFeed(Feed feed,
org.jdom2.Element parent) |
protected void |
Atom03Generator.addFeed(Feed feed,
org.jdom2.Element parent) |
protected void |
RSS090Generator.addImage(Channel channel,
org.jdom2.Element parent) |
protected void |
RSS090Generator.addItem(Item item,
org.jdom2.Element parent,
int index) |
protected void |
RSS090Generator.addItems(Channel channel,
org.jdom2.Element parent) |
protected void |
RSS090Generator.addTextInput(Channel channel,
org.jdom2.Element parent) |
protected void |
RSS090Generator.checkChannelConstraints(org.jdom2.Element eChannel) |
protected void |
RSS10Generator.checkChannelConstraints(org.jdom2.Element eChannel) |
protected void |
RSS091UserlandGenerator.checkChannelConstraints(org.jdom2.Element eChannel) |
protected void |
RSS092Generator.checkChannelConstraints(org.jdom2.Element eChannel) |
protected void |
Atom10Generator.checkEntriesConstraints(org.jdom2.Element parent) |
protected void |
Atom03Generator.checkEntriesConstraints(org.jdom2.Element parent) |
protected void |
Atom10Generator.checkEntryConstraints(org.jdom2.Element eEntry) |
protected void |
Atom03Generator.checkEntryConstraints(org.jdom2.Element eEntry) |
protected void |
Atom10Generator.checkFeedHeaderConstraints(org.jdom2.Element eFeed) |
protected void |
Atom03Generator.checkFeedHeaderConstraints(org.jdom2.Element eFeed) |
protected void |
RSS090Generator.checkImageConstraints(org.jdom2.Element eImage) |
protected void |
RSS10Generator.checkImageConstraints(org.jdom2.Element eImage) |
protected void |
RSS091UserlandGenerator.checkImageConstraints(org.jdom2.Element eImage) |
protected void |
RSS092Generator.checkImageConstraints(org.jdom2.Element eImage) |
protected void |
RSS090Generator.checkItemConstraints(org.jdom2.Element eItem) |
protected void |
RSS10Generator.checkItemConstraints(org.jdom2.Element eItem) |
protected void |
RSS091UserlandGenerator.checkItemConstraints(org.jdom2.Element eItem) |
protected void |
RSS092Generator.checkItemConstraints(org.jdom2.Element eItem) |
protected void |
RSS090Generator.checkItemsConstraints(org.jdom2.Element parent) |
protected void |
RSS10Generator.checkItemsConstraints(org.jdom2.Element parent) |
protected void |
RSS092Generator.checkItemsConstraints(org.jdom2.Element parent) |
protected void |
RSS090Generator.checkLength(org.jdom2.Element parent,
java.lang.String childName,
int minLen,
int maxLen) |
protected void |
RSS090Generator.checkNotNullAndLength(org.jdom2.Element parent,
java.lang.String childName,
int minLen,
int maxLen) |
protected void |
RSS090Generator.checkTextInputConstraints(org.jdom2.Element eTextInput) |
protected void |
RSS10Generator.checkTextInputConstraints(org.jdom2.Element eTextInput) |
protected void |
RSS091UserlandGenerator.checkTextInputConstraints(org.jdom2.Element eTextInput) |
protected void |
RSS092Generator.checkTextInputConstraints(org.jdom2.Element eTextInput) |
protected void |
Atom10Generator.fillContentElement(org.jdom2.Element contentElement,
Content content) |
protected void |
Atom03Generator.fillContentElement(org.jdom2.Element contentElement,
Content content) |
org.jdom2.Document |
Atom10Generator.generate(WireFeed wFeed) |
org.jdom2.Document |
RSS090Generator.generate(WireFeed feed) |
org.jdom2.Document |
Atom03Generator.generate(WireFeed wFeed) |
WireFeed |
Atom10Parser.parse(org.jdom2.Document document,
boolean validate,
java.util.Locale locale) |
WireFeed |
RSS090Parser.parse(org.jdom2.Document document,
boolean validate,
java.util.Locale locale) |
WireFeed |
Atom03Parser.parse(org.jdom2.Document document,
boolean validate,
java.util.Locale locale) |
static Entry |
Atom10Parser.parseEntry(java.io.Reader rd,
java.lang.String baseURI,
java.util.Locale locale)
Parse entry from reader.
|
protected WireFeed |
Atom10Parser.parseFeed(org.jdom2.Element eFeed,
java.util.Locale locale) |
protected void |
Atom10Generator.populateEntry(Entry entry,
org.jdom2.Element eEntry) |
protected void |
Atom03Generator.populateEntry(Entry entry,
org.jdom2.Element eEntry) |
protected void |
RSS090Generator.populateFeed(Channel channel,
org.jdom2.Element parent) |
protected void |
RSS091UserlandGenerator.populateFeed(Channel channel,
org.jdom2.Element parent) |
protected void |
Atom10Generator.populateFeed(Feed feed,
org.jdom2.Element parent) |
protected void |
Atom03Generator.populateFeed(Feed feed,
org.jdom2.Element parent) |
protected void |
Atom10Generator.populateFeedHeader(Feed feed,
org.jdom2.Element eFeed) |
protected void |
Atom03Generator.populateFeedHeader(Feed feed,
org.jdom2.Element eFeed) |
static void |
Atom10Generator.serializeEntry(Entry entry,
java.io.Writer writer)
Utility method to serialize an entry to writer.
|
protected void |
Atom10Parser.validateFeed(org.jdom2.Document document) |
protected void |
RSS090Parser.validateFeed(org.jdom2.Document document) |
protected void |
Atom03Parser.validateFeed(org.jdom2.Document document) |