|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NewsfeedFactoryException in net.sourceforge.rssowl.controller |
Methods in net.sourceforge.rssowl.controller with parameters of type NewsfeedFactoryException | |
void |
NewsTabFolder.showErrorTab(org.eclipse.swt.custom.CTabItem tabItem,
NewsfeedFactoryException e)
Display an error as a new tab in the tab folder |
void |
NewsTabFolder.showErrorTab(String url,
NewsfeedFactoryException e)
Display an warning as a new tab in the tab folder |
Uses of NewsfeedFactoryException in net.sourceforge.rssowl.controller.panel |
Fields in net.sourceforge.rssowl.controller.panel declared as NewsfeedFactoryException | |
(package private) NewsfeedFactoryException |
ErrorPanel.exception
|
Constructors in net.sourceforge.rssowl.controller.panel with parameters of type NewsfeedFactoryException | |
ErrorPanel(GUI rssOwlGui,
org.eclipse.swt.widgets.Display display,
EventManager eventManager,
org.eclipse.swt.widgets.Composite parent,
NewsfeedFactoryException exception)
Instantiate a new ErrorPanel |
Uses of NewsfeedFactoryException in net.sourceforge.rssowl.controller.thread |
Methods in net.sourceforge.rssowl.controller.thread with parameters of type NewsfeedFactoryException | |
(package private) void |
AggregationLoader.createErrorChannel(String url,
NewsfeedFactoryException e)
Create an warning channel to display an erroneous RSS feed |
private void |
FeedLoader.handleErrorLoading(NewsfeedFactoryException xmlLoadException)
Handle the exception that was thrown while loading a newsfeed |
Methods in net.sourceforge.rssowl.controller.thread that throw NewsfeedFactoryException | |
private void |
FeedValidator.autoDetectFormat(org.jdom.Document document)
Auto detect the format from the given document |
private void |
FeedValidator.downloadFeed()
Download the newsfeed to save it locally. |
private void |
FeedValidator.setDTDToValidate(org.jdom.Document document)
This method sets a null.dtd as Doctype to the document and then sets the DTD that should be used to validate the XML. |
Uses of NewsfeedFactoryException in net.sourceforge.rssowl.dao |
Methods in net.sourceforge.rssowl.dao that throw NewsfeedFactoryException | |
private void |
NewsfeedFactory.initXMLParser()
Initialize the RSSOwlXMLParser with the given Document |
private org.jdom.Document |
NewsfeedFactory.openRSSFromLocal(org.jdom.input.SAXBuilder builder,
boolean forceDefaultEncoding)
Trys to open the RSS from the local path |
(package private) void |
NewsfeedFactory.initXmlDocument(boolean forceDefaultEncoding)
Init a new XML Parser from the RSS XML |
Constructors in net.sourceforge.rssowl.dao that throw NewsfeedFactoryException | |
NewsfeedFactory(Favorite rssOwlFavorite)
Create a new parser for the given URL to the RSS file |
|
NewsfeedFactory(String rssUrl)
Create a new parser for the given URL to the RSS file |
|
NewsfeedFactory(String rssUrl,
boolean ignoreRSS)
Create a new parser for the given URL to the RSS file |
Uses of NewsfeedFactoryException in net.sourceforge.rssowl.dao.feedparser |
Methods in net.sourceforge.rssowl.dao.feedparser that throw NewsfeedFactoryException | |
private void |
AbstractFeedParser.parseRoot()
Parse the Root Element from the XML document. |
protected abstract void |
AbstractFeedParser.parse()
Parse elements that are defined in the specifications and add them to the Channel. |
protected void |
BaseRSSParser.parse()
|
void |
FeedParser.parse()
|
protected void |
OPML_1_0_Parser.parse()
|
void |
RDF_1_0_Parser.parse()
|
void |
RSS_0_91_Parser.parse()
|
void |
RSS_0_92_Parser.parse()
|
void |
RSS_2_0_Parser.parse()
|
Constructors in net.sourceforge.rssowl.dao.feedparser that throw NewsfeedFactoryException | |
AbstractFeedParser(org.jdom.Document document,
Channel rssChannel,
String url)
Instantiate a new Parser for this format. |
|
AbstractFeedParser(org.jdom.Document document,
Channel rssChannel,
String url,
org.jdom.Namespace[] nameSpaces)
Instantiate a new Parser for this format. |
|
Atom_0_3_Parser(org.jdom.Document document,
Channel rssChannel,
String url,
org.jdom.Namespace[] nameSpaces)
Instantiate a new Parser for this format. |
|
BaseRSSParser(org.jdom.Document document,
Channel rssChannel,
String url,
org.jdom.Namespace[] nameSpaces)
Instantiate a new Parser for this format. |
|
FeedParser(org.jdom.Document document,
String url)
Instantiate a new FeedParser |
|
OPML_1_0_Parser(org.jdom.Document document,
Channel rssChannel,
String url,
org.jdom.Namespace[] nameSpaces)
Instantiate a new Parser for this format. |
|
RDF_1_0_Parser(org.jdom.Document document,
Channel rssChannel,
String url,
org.jdom.Namespace[] nameSpaces)
Instantiate a new Parser for this format. |
|
RSS_0_91_Parser(org.jdom.Document document,
Channel rssChannel,
String url,
org.jdom.Namespace[] nameSpaces)
Instantiate a new Parser for this format. |
|
RSS_0_92_Parser(org.jdom.Document document,
Channel rssChannel,
String url,
org.jdom.Namespace[] nameSpaces)
Instantiate a new Parser for this format. |
|
RSS_2_0_Parser(org.jdom.Document document,
Channel rssChannel,
String url,
org.jdom.Namespace[] nameSpaces)
Instantiate a new Parser for this format. |
Uses of NewsfeedFactoryException in net.sourceforge.rssowl.model |
Methods in net.sourceforge.rssowl.model with parameters of type NewsfeedFactoryException | |
static Channel |
Channel.createErrorChannel(String url,
NewsfeedFactoryException e)
Create a fake Channel that displays an warning message given from the Exception. |
Uses of NewsfeedFactoryException in net.sourceforge.rssowl.util.shop |
Methods in net.sourceforge.rssowl.util.shop that throw NewsfeedFactoryException | |
static org.jdom.Document |
XMLShop.getXMLDocument(String url)
Retrieve the parsed XML document from a URL / Path |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |