Uses of Class
org.apache.commons.feedparser.FeedParserException

Packages that use FeedParserException
org.apache.commons.feedparser   
org.apache.commons.feedparser.impl   
org.apache.commons.feedparser.locate A feed AutoDiscovery parser which supports both RSS and Atom. 
org.apache.commons.feedparser.locate.blogservice   
 

Uses of FeedParserException in org.apache.commons.feedparser
 

Subclasses of FeedParserException in org.apache.commons.feedparser
 class TerminateParserException
          Signal that we should stop parsing and abort.
 

Methods in org.apache.commons.feedparser that throw FeedParserException
 void FeedLifecycleListener.finished()
          Called when the feed has finished parsing.
 void DefaultFeedParserListener.finished()
           
 Object FeedLifecycleListener.getContext()
           
 Object DefaultFeedParserListener.getContext()
           
 void FeedLifecycleListener.init()
          Called prior to event parsing to signal the parsing of a new feed.
 void DefaultFeedParserListener.init()
           
static FeedParser FeedParserFactory.newFeedParser()
           
 void MetaFeedParserListener.onAuthor(FeedParserState state, String name, String email, String resource)
          Provided for author information across RSS 2.0, atom, dc:creator in RSS 1.0.
 void DefaultFeedParserListener.onAuthor(FeedParserState state, String name, String email, String resource)
           
 void MetaFeedParserListener.onAuthorEnd()
           
 void DefaultFeedParserListener.onAuthorEnd()
           
 void FeedParserListener.onChannel(FeedParserState state, String title, String link, String description)
          Called when a channel item is found.
 void DefaultFeedParserListener.onChannel(FeedParserState state, String title, String link, String description)
           
 void FeedParserListener.onChannelEnd()
           
 void DefaultFeedParserListener.onChannelEnd()
           
 void MetaFeedParserListener.onComments(FeedParserState state, String resource)
           
 void DefaultFeedParserListener.onComments(FeedParserState state, String resource)
           
 void MetaFeedParserListener.onCommentsEnd()
           
 void DefaultFeedParserListener.onCommentsEnd()
           
 void MetaFeedParserListener.onCommentsFeed(FeedParserState state, String resource)
           
 void DefaultFeedParserListener.onCommentsFeed(FeedParserState state, String resource)
           
 void MetaFeedParserListener.onCommentsFeedEnd()
           
 void DefaultFeedParserListener.onCommentsFeedEnd()
           
 void DefaultFeedParserListener.onContent(FeedParserState state, String type, String format, String encoding, String mode, String value, boolean isSummary)
           
 void ContentFeedParserListener.onContent(FeedParserState state, String type, String format, String encoding, String mode, String value, boolean isSummary)
          Called when new content is found.
 void ModContentFeedParserListener.onContentEncoded(FeedParserState state, String value)
          Deprecated.  
 void DefaultFeedParserListener.onContentEncoded(FeedParserState state, String value)
           
 void ModContentFeedParserListener.onContentEncodedEnd()
          Deprecated.  
 void DefaultFeedParserListener.onContentEncodedEnd()
           
 void DefaultFeedParserListener.onContentEnd()
           
 void ContentFeedParserListener.onContentEnd()
           
 void ModContentFeedParserListener.onContentItem(FeedParserState state, String format, String encoding, org.jdom.Element value)
          Deprecated.  
 void DefaultFeedParserListener.onContentItem(FeedParserState state, String format, String encoding, org.jdom.Element value)
           
 void ModContentFeedParserListener.onContentItemEnd()
          Deprecated.  
 void DefaultFeedParserListener.onContentItemEnd()
           
 void MetaFeedParserListener.onCopyright(FeedParserState state, String content)
           
 void DefaultFeedParserListener.onCopyright(FeedParserState state, String content)
           
 void MetaFeedParserListener.onCopyrightEnd()
           
 void DefaultFeedParserListener.onCopyrightEnd()
           
 void MetaFeedParserListener.onCreated(FeedParserState state, Date date)
          --- ATOM SUPPORT --- The "atom:created" element's content indicates the time that the entry was created.
 void DefaultFeedParserListener.onCreated(FeedParserState state, Date date)
          http://www.mnot.net/drafts/draft-nottingham-atom-format-00.html#rfc.section.3.2.8
 void MetaFeedParserListener.onCreatedEnd()
           
 void DefaultFeedParserListener.onCreatedEnd()
           
 void FeedParserListener.onFeedVersion(FeedVersion version)
          Called when we are first able to determine the feed version for this feed.
 void DefaultFeedParserListener.onFeedVersion(FeedVersion version)
           
 void FeedDirectoryParserListener.onFolder(FeedParserState state, String name)
          Called when a new Folder is found.
 void DefaultFeedDirectoryParserListener.onFolder(FeedParserState state, String name)
           
 void FeedDirectoryParserListener.onFolderEnd()
           
 void DefaultFeedDirectoryParserListener.onFolderEnd()
           
 void MetaFeedParserListener.onGenerator(FeedParserState state, String content)
          Called when a generator contruct is found within Atom or RSS 2.0
 void DefaultFeedParserListener.onGenerator(FeedParserState state, String content)
           
 void MetaFeedParserListener.onGeneratorEnd()
           
 void DefaultFeedParserListener.onGeneratorEnd()
           
 void MetaFeedParserListener.onGUID(FeedParserState state, String value, boolean isPermalink)
          Used to represent RSS 2.0 GUIDs and atom:id constructs.
 void DefaultFeedParserListener.onGUID(FeedParserState state, String value, boolean isPermalink)
           
 void MetaFeedParserListener.onGUIDEnd()
           
 void DefaultFeedParserListener.onGUIDEnd()
           
 void FOAFFeedParserListener.onHomepage(FeedParserState state, String resource)
           
 void FOAFFeedParserListener.onHomepageEnd()
           
 void FOAFFeedParserListener.onImage(FeedParserState state, String resource)
          Called when an image is found.
 void FeedParserListener.onImage(FeedParserState state, String title, String link, String url)
          Called when an RSS image is found.
 void DefaultFeedParserListener.onImage(FeedParserState state, String title, String link, String url)
           
 void FOAFFeedParserListener.onImageEnd()
           
 void FeedParserListener.onImageEnd()
           
 void DefaultFeedParserListener.onImageEnd()
           
 void MetaFeedParserListener.onIssued(FeedParserState state, String content)
          http://www.mnot.net/drafts/draft-nottingham-atom-format-00.html#rfc.section.3.2.7
 void DefaultFeedParserListener.onIssued(FeedParserState state, String content)
          http://www.mnot.net/drafts/draft-nottingham-atom-format-00.html#rfc.section.3.2.7
 void MetaFeedParserListener.onIssuedEnd()
           
 void DefaultFeedParserListener.onIssuedEnd()
           
 void FeedParserListener.onItem(FeedParserState state, String title, String link, String description, String permalink)
          Called when an RSS item or Atom entry is found.
 void FeedDirectoryParserListener.onItem(FeedParserState state, String title, String weblog, String description, String feed)
          Called when an directory item is found.
 void DefaultFeedParserListener.onItem(FeedParserState state, String title, String link, String description, String permalink)
           
 void DefaultFeedDirectoryParserListener.onItem(FeedParserState state, String title, String weblog, String description, String feed)
           
 void FeedParserListener.onItemEnd()
           
 void FeedDirectoryParserListener.onItemEnd()
           
 void DefaultFeedParserListener.onItemEnd()
           
 void DefaultFeedDirectoryParserListener.onItemEnd()
           
 void FOAFFeedParserListener.onKnows(FeedParserState state)
           
 void FOAFFeedParserListener.onKnowsEnd()
           
 void LinkFeedParserListener.onLink(FeedParserState state, String rel, String type, String href, String title, long length)
           
 void MetaFeedParserListener.onLocale(FeedParserState state, Locale locale)
          Called when we've found an xml:lang or a dc:lang on Atom and RSS feeds.
 void DefaultFeedParserListener.onLocale(FeedParserState state, Locale locale)
           
 void MetaFeedParserListener.onLocaleEnd()
           
 void DefaultFeedParserListener.onLocaleEnd()
           
 void FOAFFeedParserListener.onPerson(FeedParserState state, String name)
           
 void FOAFFeedParserListener.onPersonEnd()
           
 void FOAFFeedParserListener.onSeeAlso(FeedParserState state, String resource)
          When rdfs:seeAlso is called for an additional FOAF file.
 void FOAFFeedParserListener.onSeeAlsoEnd()
           
 void MetaFeedParserListener.onSubject(FeedParserState state, String content)
          RSS 2.0 category.
 void DefaultFeedParserListener.onSubject(FeedParserState state, String content)
           
 void MetaFeedParserListener.onSubjectEnd()
           
 void DefaultFeedParserListener.onSubjectEnd()
           
 void TagFeedParserListener.onTag(FeedParserState state, String tag, String tagspace)
           
 void TagFeedParserListener.onTagEnd()
           
 void FOAFFeedParserListener.onWeblog(FeedParserState state, String resource)
           
 void FOAFFeedParserListener.onWeblogEnd()
           
 void XHTMLFeedParserListener.onXHTMLBody(FeedParserState state, org.jdom.Element value)
          Deprecated.  
 void DefaultFeedParserListener.onXHTMLBody(FeedParserState state, org.jdom.Element value)
           
 void XHTMLFeedParserListener.onXHTMLBodyEnd()
          Deprecated.  
 void DefaultFeedParserListener.onXHTMLBodyEnd()
           
static void OPMLFeedParser.parse(FeedParserListener listener, org.jdom.Document doc)
          Parse this feed.
 void FeedParserImpl.parse(FeedParserListener listener, org.jdom.Document doc)
          Parse this feed.
 void FeedParser.parse(FeedParserListener listener, org.jdom.Document doc)
          Parse this feed.
static void ChangesFeedParser.parse(FeedParserListener listener, org.jdom.Document doc)
          Parse this feed.
static void MetaFeedParser.parse(FeedParserListener listener, FeedParserState state)
           
 void FeedParserImpl.parse(FeedParserListener listener, InputStream is)
          Deprecated. Use #parse( FeedParserException, InputStream, String )
 void FeedParser.parse(FeedParserListener listener, InputStream is)
          Deprecated. Use #parse( FeedParserException, InputStream, String )
 void FeedParserImpl.parse(FeedParserListener listener, InputStream is, String resource)
          Parse this feed.
 void FeedParser.parse(FeedParserListener listener, InputStream is, String resource)
          Parse this feed.
 void FeedLifecycleListener.setContext(Object context)
          Set this context that this FeedParserListener is executing within.
 void DefaultFeedParserListener.setContext(Object context)
           
 

Uses of FeedParserException in org.apache.commons.feedparser.impl
 

Methods in org.apache.commons.feedparser.impl that throw FeedParserException
 void DebugFeedParserListener.onAuthor(FeedParserState state, String name, String email, String resource)
           
 void DebugFeedParserListener.onComments(FeedParserState state, String resource)
           
 void DebugFeedParserListener.onCommentsFeed(FeedParserState state, String resource)
           
 void DebugFeedParserListener.onContent(FeedParserState state, String type, String format, String encoding, String mode, String value, boolean isSummary)
           
 void DebugFeedParserListener.onContentEncoded(FeedParserState state, String value)
           
 void DebugFeedParserListener.onContentItem(FeedParserState state, String format, String encoding, org.jdom.Element value)
           
 void DebugFeedParserListener.onCreated(FeedParserState state, Date date)
           
 void DebugFeedParserListener.onFeedVersion(FeedVersion version)
           
 void DebugFeedParserListener.onFolder(FeedParserState state, String name)
          Called when a new Folder is found.
 void DebugFeedParserListener.onFolderEnd()
           
 void DebugFeedParserListener.onGUID(FeedParserState state, String value, boolean isPermalink)
           
 void DebugFeedParserListener.onLink(FeedParserState state, String rel, String type, String href, String title, long length)
           
 void DebugFeedParserListener.onLocale(FeedParserState state, Locale locale)
           
 void DebugFeedParserListener.onLocaleEnd()
           
 void DebugFeedParserListener.onTag(FeedParserState state, String tag, String tagspace)
           
 void DebugFeedParserListener.onTagEnd()
           
 

Uses of FeedParserException in org.apache.commons.feedparser.locate
 

Methods in org.apache.commons.feedparser.locate that throw FeedParserException
static BlogService BlogServiceDiscovery.discover(String resource)
           
static BlogService BlogServiceDiscovery.discover(String resource, String content)
           
 

Uses of FeedParserException in org.apache.commons.feedparser.locate.blogservice
 

Methods in org.apache.commons.feedparser.locate.blogservice that throw FeedParserException
 FeedReference[] YahooGroups.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] Xanga.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] WordPress.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] Unknown.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] Typepad.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] TextPattern.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] TextAmerica.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] RadioUserland.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] PMachine.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] MovableType.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] Manila.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] LiveJournal.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] iBlog.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] GreyMatter.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] Flickr.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] ExpressionEngine.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] DiaryLand.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] Blosxom.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
abstract  FeedReference[] BlogService.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] Blogger.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 FeedReference[] AOLJournal.getFeedLocations(String resource, String content)
          Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
 boolean BlogService.isThisService(String resource)
          Determines if the weblog at the given resource is this blog service.
 boolean YahooGroups.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean Xanga.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean WordPress.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean Unknown.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean Typepad.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean TextPattern.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean TextAmerica.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean RadioUserland.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean PMachine.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean MovableType.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean Manila.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean LiveJournal.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean iBlog.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean GreyMatter.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean Flickr.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean ExpressionEngine.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean DiaryLand.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean Blosxom.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
abstract  boolean BlogService.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean Blogger.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 boolean AOLJournal.isThisService(String resource, String content)
          Determines if the weblog at the given resource and with the given content is this blog service.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.