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(String topic,
boolean sync,
long leaseSeconds,
String secret,
SubscriptionCallback callback)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SyndFeed |
FeedFetcher.retrieveFeed(String userAgent,
URL url)
Deprecated.
|
SyndFeed |
FeedFetcher.retrieveFeed(URL feedUrl)
Deprecated.
Retrieve a feed over HTTP
|
Modifier and Type | Method and Description |
---|---|
protected void |
HttpURLFeedFetcher.resetFeedInfo(URL orignalUrl,
SyndFeedInfo syndFeedInfo,
HttpURLConnection connection)
Deprecated.
|
protected void |
HttpURLFeedFetcher.retrieveAndCacheFeed(URL feedUrl,
SyndFeedInfo syndFeedInfo,
HttpURLConnection connection)
Deprecated.
|
SyndFeed |
HttpURLFeedFetcher.retrieveFeed(String userAgent,
URL feedUrl)
Deprecated.
Retrieve a feed over HTTP
|
SyndFeed |
HttpClientFeedFetcher.retrieveFeed(String userAgent,
URL feedUrl)
Deprecated.
|
SyndFeed |
HttpURLFeedFetcher.retrieveFeed(URL feedUrl)
Deprecated.
|
SyndFeed |
HttpClientFeedFetcher.retrieveFeed(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,
Locale locale)
Parses an XML document (JDOM Document) into a feed bean.
|
WireFeed |
OPML20Parser.parse(org.jdom2.Document document,
boolean validate,
Locale locale)
Parses an XML document (JDOM Document) into a feed bean.
|
protected Outline |
OPML10Parser.parseOutline(org.jdom2.Element e,
boolean validate,
Locale locale) |
protected Outline |
OPML20Parser.parseOutline(org.jdom2.Element e,
boolean validate,
Locale locale) |
protected List<Outline> |
OPML10Parser.parseOutlines(List<org.jdom2.Element> elements,
boolean validate,
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 |
---|---|
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.
|
WireFeed |
WireFeedInput.build(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(File file)
Builds SyndFeedImpl from a file.
|
WireFeed |
WireFeedInput.build(File file)
Builds an WireFeed (RSS or Atom) from a file.
|
SyndFeed |
SyndFeedInput.build(InputSource is)
Builds SyndFeedImpl from an W3C SAX InputSource.
|
WireFeed |
WireFeedInput.build(InputSource is)
Builds an WireFeed (RSS or Atom) from an W3C SAX InputSource.
|
SyndFeed |
SyndFeedInput.build(Reader reader)
Builds SyndFeedImpl from an Reader.
|
WireFeed |
WireFeedInput.build(Reader reader)
Builds an WireFeed (RSS or Atom) 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,
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.
|
void |
WireFeedOutput.output(WireFeed feed,
File file)
Creates a File containing with the XML representation for the given WireFeed.
|
void |
WireFeedOutput.output(WireFeed feed,
File file,
boolean prettyPrint)
Creates a File containing with the XML representation for the given WireFeed.
|
void |
WireFeedOutput.output(WireFeed feed,
Writer writer)
Writes to an Writer the XML representation for the given WireFeed.
|
void |
WireFeedOutput.output(WireFeed feed,
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.
|
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.
|
String |
WireFeedOutput.outputString(WireFeed feed)
Creates a String with the XML representation for the given WireFeed.
|
String |
WireFeedOutput.outputString(WireFeed feed,
boolean prettyPrint)
Creates a String with the XML representation for the given WireFeed.
|
Document |
SyndFeedOutput.outputW3CDom(SyndFeed feed)
Creates a W3C DOM document for the given SyndFeedImpl.
|
Document |
WireFeedOutput.outputW3CDom(WireFeed feed)
Creates a W3C DOM document for the given WireFeed.
|
WireFeed |
WireFeedParser.parse(org.jdom2.Document document,
boolean validate,
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 |
Atom03Generator.addEntries(Feed feed,
org.jdom2.Element parent) |
protected void |
Atom10Generator.addEntries(Feed feed,
org.jdom2.Element parent) |
protected void |
Atom03Generator.addEntry(Entry entry,
org.jdom2.Element parent) |
protected void |
Atom10Generator.addEntry(Entry entry,
org.jdom2.Element parent) |
protected void |
Atom03Generator.addFeed(Feed feed,
org.jdom2.Element parent) |
protected void |
Atom10Generator.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 |
RSS092Generator.checkChannelConstraints(org.jdom2.Element eChannel) |
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 |
Atom03Generator.checkEntriesConstraints(org.jdom2.Element parent) |
protected void |
Atom10Generator.checkEntriesConstraints(org.jdom2.Element parent) |
protected void |
Atom03Generator.checkEntryConstraints(org.jdom2.Element eEntry) |
protected void |
Atom10Generator.checkEntryConstraints(org.jdom2.Element eEntry) |
protected void |
Atom03Generator.checkFeedHeaderConstraints(org.jdom2.Element eFeed) |
protected void |
Atom10Generator.checkFeedHeaderConstraints(org.jdom2.Element eFeed) |
protected void |
RSS092Generator.checkImageConstraints(org.jdom2.Element eImage) |
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.checkItemConstraints(org.jdom2.Element eItem) |
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.checkItemsConstraints(org.jdom2.Element parent) |
protected void |
RSS090Generator.checkItemsConstraints(org.jdom2.Element parent) |
protected void |
RSS10Generator.checkItemsConstraints(org.jdom2.Element parent) |
protected void |
RSS090Generator.checkLength(org.jdom2.Element parent,
String childName,
int minLen,
int maxLen) |
protected void |
RSS090Generator.checkNotNullAndLength(org.jdom2.Element parent,
String childName,
int minLen,
int maxLen) |
protected void |
RSS092Generator.checkTextInputConstraints(org.jdom2.Element eTextInput) |
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 |
Atom03Generator.fillContentElement(org.jdom2.Element contentElement,
Content content) |
protected void |
Atom10Generator.fillContentElement(org.jdom2.Element contentElement,
Content content) |
org.jdom2.Document |
Atom03Generator.generate(WireFeed wFeed) |
org.jdom2.Document |
Atom10Generator.generate(WireFeed wFeed) |
org.jdom2.Document |
RSS090Generator.generate(WireFeed feed) |
WireFeed |
Atom03Parser.parse(org.jdom2.Document document,
boolean validate,
Locale locale) |
WireFeed |
RSS090Parser.parse(org.jdom2.Document document,
boolean validate,
Locale locale) |
WireFeed |
Atom10Parser.parse(org.jdom2.Document document,
boolean validate,
Locale locale) |
static Entry |
Atom10Parser.parseEntry(Reader rd,
String baseURI,
Locale locale)
Parse entry from reader.
|
protected WireFeed |
Atom10Parser.parseFeed(org.jdom2.Element eFeed,
Locale locale) |
protected void |
Atom03Generator.populateEntry(Entry entry,
org.jdom2.Element eEntry) |
protected void |
Atom10Generator.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 |
Atom03Generator.populateFeed(Feed feed,
org.jdom2.Element parent) |
protected void |
Atom10Generator.populateFeed(Feed feed,
org.jdom2.Element parent) |
protected void |
Atom03Generator.populateFeedHeader(Feed feed,
org.jdom2.Element eFeed) |
protected void |
Atom10Generator.populateFeedHeader(Feed feed,
org.jdom2.Element eFeed) |
static void |
Atom10Generator.serializeEntry(Entry entry,
Writer writer)
Utility method to serialize an entry to writer.
|
protected void |
Atom03Parser.validateFeed(org.jdom2.Document document) |
protected void |
RSS090Parser.validateFeed(org.jdom2.Document document) |
protected void |
Atom10Parser.validateFeed(org.jdom2.Document document) |
Copyright © 2018. All rights reserved.