A B C D E F G H I K L M N O P Q R S T U V W X Y _

A

ACCEPT_ENCODING_HEADER - Static variable in class org.apache.commons.feedparser.network.URLResourceRequest
 
addEventListener(NetworkEventListener) - Static method in class org.apache.commons.feedparser.network.ResourceRequestFactory
Add an event listener to this instance of the factory.
AdvancedInputStream - Class in org.apache.commons.feedparser.network
 
AdvancedInputStream(InputStream, ResourceRequest) - Constructor for class org.apache.commons.feedparser.network.AdvancedInputStream
Create a new AdvancedInputStream instance.
AGG - Static variable in class org.apache.commons.feedparser.NS
 
AGGRESIVE_PROBING_ENABLED - Static variable in class org.apache.commons.feedparser.locate.ProbeLocator
If true, then we aggresively probe a site if it doesn't have autodiscovery.
AnchorParser - Class in org.apache.commons.feedparser.locate
Given a string of HTML content, parse out anchors and fire events with all the data when they are found.
AnchorParser() - Constructor for class org.apache.commons.feedparser.locate.AnchorParser
 
AnchorParserException - Exception in org.apache.commons.feedparser.locate
 
AnchorParserException() - Constructor for exception org.apache.commons.feedparser.locate.AnchorParserException
Create a new AnchorParserException instance.
AnchorParserException(String) - Constructor for exception org.apache.commons.feedparser.locate.AnchorParserException
 
AnchorParserException(Exception) - Constructor for exception org.apache.commons.feedparser.locate.AnchorParserException
 
AnchorParserListener - Interface in org.apache.commons.feedparser.locate
 
AOLJournal - Class in org.apache.commons.feedparser.locate.blogservice
Models the AOL Journal blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
AOLJournal() - Constructor for class org.apache.commons.feedparser.locate.blogservice.AOLJournal
 
ATOM - Static variable in class org.apache.commons.feedparser.NS
 
ATOM_MEDIA_TYPE - Static variable in class org.apache.commons.feedparser.locate.FeedReference
 
AtomFeedParser - Class in org.apache.commons.feedparser
http://www.intertwingly.net/wiki/pie/FrontPage http://www.ietf.org/internet-drafts/draft-ietf-atompub-format-05.txt http://www.ietf.org/internet-drafts/draft-ietf-atompub-format-04.txt http://www.mnot.net/drafts/draft-nottingham-atom-format-02.html http://www.ietf.org/html.charters/atompub-charter.html http://www.ietf.org/internet-drafts/draft-ietf-atompub-format-01.txt
AtomFeedParser() - Constructor for class org.apache.commons.feedparser.AtomFeedParser
 
Authenticator - Class in org.apache.commons.feedparser.network
 
Authenticator() - Constructor for class org.apache.commons.feedparser.network.Authenticator
 
available() - Method in class org.apache.commons.feedparser.network.AdvancedInputStream
 

B

base - Variable in class org.apache.commons.feedparser.FeedParserState
Deprecated.  
BaseParser - Class in org.apache.commons.feedparser
Basic parser support common between RSS, Atom, and FOAF feed impls.
BaseParser() - Constructor for class org.apache.commons.feedparser.BaseParser
 
BaseResourceRequest - Class in org.apache.commons.feedparser.network
 
BaseResourceRequest() - Constructor for class org.apache.commons.feedparser.network.BaseResourceRequest
 
BaseTestCase - Class in org.apache.commons.feedparser.test
 
BaseTestCase(String) - Constructor for class org.apache.commons.feedparser.test.BaseTestCase
 
BlockingResourceRequest - Class in org.apache.commons.feedparser.network
A blocking request that waits for a specified or random amount of time.
BlockingResourceRequest() - Constructor for class org.apache.commons.feedparser.network.BlockingResourceRequest
 
BLOG_SERVICE_PROBING_ENABLED - Static variable in class org.apache.commons.feedparser.locate.ProbeLocator
If true, then after discovering what a site's blog provider is we probe in select locations for feeds based on the provider.
Blogger - Class in org.apache.commons.feedparser.locate.blogservice
Models the Blogger blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
Blogger() - Constructor for class org.apache.commons.feedparser.locate.blogservice.Blogger
 
BlogService - Class in org.apache.commons.feedparser.locate.blogservice
Models the different kinds of blog services that are available.
BlogService() - Constructor for class org.apache.commons.feedparser.locate.blogservice.BlogService
 
BlogServiceDiscovery - Class in org.apache.commons.feedparser.locate
Determines what blog provider a given URI is using, such as whether it is hosted on Blogspot, Radio Userland, etc.
BlogServiceDiscovery() - Constructor for class org.apache.commons.feedparser.locate.BlogServiceDiscovery
 
blogServices - Static variable in class org.apache.commons.feedparser.locate.blogservice.BlogService
 
Blosxom - Class in org.apache.commons.feedparser.locate.blogservice
Models the Blosxom blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
Blosxom() - Constructor for class org.apache.commons.feedparser.locate.blogservice.Blosxom
 

C

CaptureOutputFeedParserListener - Class in org.apache.commons.feedparser.impl
Code which can run a parse but capture the output to a string to verify certain methods were called via greping the output.
CaptureOutputFeedParserListener() - Constructor for class org.apache.commons.feedparser.impl.CaptureOutputFeedParserListener
 
captureOutputFromTest(String) - Method in class org.apache.commons.feedparser.test.BaseTestCase
Run a parse on the given feed and then capture the event output as a string for unit testing.
ChangesFeedParser - Class in org.apache.commons.feedparser
Handles parsing Blogger.com changes.xml files.
ChangesFeedParser() - Constructor for class org.apache.commons.feedparser.ChangesFeedParser
 
cleanse(String) - Static method in class org.apache.commons.feedparser.tools.XMLCleanser
 
cleanse(byte[], String) - Static method in class org.apache.commons.feedparser.tools.XMLCleanser
Copy based on a byte array.
cleanseToByteArray(byte[]) - Static method in class org.apache.commons.feedparser.tools.XMLCleanser
Copy based on a byte array.
cleanseToCharArray(byte[]) - Static method in class org.apache.commons.feedparser.tools.XMLCleanser
 
clear() - Method in class org.apache.commons.feedparser.FeedList
 
close() - Method in class org.apache.commons.feedparser.network.AdvancedInputStream
 
containsDomain(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.BlogService
Determines if the given resource contains the given domain name fragment.
CONTENT - Static variable in class org.apache.commons.feedparser.NS
 
ContentDetector - Class in org.apache.commons.feedparser
Given the RAW content of a URL, determine if we're looking at an RSS file or an HTML file.
ContentDetector() - Constructor for class org.apache.commons.feedparser.ContentDetector
 
ContentDetectorResult - Class in org.apache.commons.feedparser
 
ContentDetectorResult() - Constructor for class org.apache.commons.feedparser.ContentDetectorResult
 
ContentFeedParserListener - Interface in org.apache.commons.feedparser
Generic content module designed to be compatible with xhtml:body, Atom content, as well as RSS 1.0 mod_content module.
context - Static variable in class org.apache.commons.feedparser.NS
 
count - Variable in class org.apache.commons.feedparser.network.DataEvent
The amount of bytes read.
current - Variable in class org.apache.commons.feedparser.FeedParserState
 
current - Static variable in class org.apache.commons.feedparser.test.TestFeedFilter
 

D

DataEvent - Class in org.apache.commons.feedparser.network
Represents a data request
DataEvent() - Constructor for class org.apache.commons.feedparser.network.DataEvent
 
dataEvent(DataEvent) - Method in interface org.apache.commons.feedparser.network.NetworkEventListener
 
DC - Static variable in class org.apache.commons.feedparser.NS
 
DCTERMS - Static variable in class org.apache.commons.feedparser.NS
 
DebugFeedParserListener - Class in org.apache.commons.feedparser.impl
 
DebugFeedParserListener() - Constructor for class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
DebugFeedParserListener(PrintStream) - Constructor for class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
DebugPerformance - Class in org.apache.commons.feedparser.test
 
DebugPerformance() - Constructor for class org.apache.commons.feedparser.test.DebugPerformance
 
decode(String) - Static method in class org.apache.commons.feedparser.locate.EntityDecoder
Decode content.
DEFAULT_CONNECT_TIMEOUT - Static variable in class org.apache.commons.feedparser.network.ResourceRequestFactory
These properties specify the default connect and read timeout (resp.) for the protocol handler used by java.net.URLConnection.
DEFAULT_MAX_REDIRECTS - Static variable in class org.apache.commons.feedparser.network.ResourceRequestFactory
Specify the maximum number of redirects to use.
DEFAULT_READ_TIMEOUT - Static variable in class org.apache.commons.feedparser.network.ResourceRequestFactory
 
DefaultFeedDirectoryParserListener - Class in org.apache.commons.feedparser
Default implemmentation of a FeedParserListener with noop methods.
DefaultFeedDirectoryParserListener() - Constructor for class org.apache.commons.feedparser.DefaultFeedDirectoryParserListener
 
DefaultFeedParserListener - Class in org.apache.commons.feedparser
Default implemmentation of a FeedParserListener with noop methods.
DefaultFeedParserListener() - Constructor for class org.apache.commons.feedparser.DefaultFeedParserListener
 
description - Variable in class org.apache.commons.feedparser.post.PostEntry
 
detect(String) - Static method in class org.apache.commons.feedparser.ContentDetector
Return true if the given content seems to be RSS.
DiaryLand - Class in org.apache.commons.feedparser.locate.blogservice
Models the DiaryLand blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
DiaryLand() - Constructor for class org.apache.commons.feedparser.locate.blogservice.DiaryLand
 
discover(String) - Static method in class org.apache.commons.feedparser.locate.BlogServiceDiscovery
 
discover(String, String) - Static method in class org.apache.commons.feedparser.locate.BlogServiceDiscovery
 
DiscoveryLocator - Class in org.apache.commons.feedparser.locate
http://www.ietf.org/internet-drafts/draft-ietf-atompub-autodiscovery-00.txt
DiscoveryLocator() - Constructor for class org.apache.commons.feedparser.locate.DiscoveryLocator
 
DO_DECODE_ENTITIES - Static variable in class org.apache.commons.feedparser.FeedFilter
 
DO_REMOVE_LEADING_PROLOG - Static variable in class org.apache.commons.feedparser.FeedFilter
 
doDcSubject(TagFeedParserListener, FeedParserState) - Static method in class org.apache.commons.feedparser.TagFeedParser
Parse out dc:subject tags Its not very clear how this is supposed to work.
doLocale(FeedParserState, FeedParserListener, Element) - Static method in class org.apache.commons.feedparser.BaseParser
 
doLocaleEnd(FeedParserState, FeedParserListener, Element) - Static method in class org.apache.commons.feedparser.BaseParser
 
doParseCategory(TagFeedParserListener, FeedParserState) - Static method in class org.apache.commons.feedparser.TagFeedParser
Parse out atom:category and RSS 2.0/0.91 category
doParseModTaxonomy(TagFeedParserListener, FeedParserState) - Static method in class org.apache.commons.feedparser.TagFeedParser
 
doTest(String) - Method in class org.apache.commons.feedparser.test.TestAtom
 
doTestDefault() - Static method in class org.apache.commons.feedparser.test.DebugPerformance
 
doTestMethod(String, Class, int) - Static method in class org.apache.commons.feedparser.test.DebugPerformance
 
doTestMethod(String, Class, int) - Static method in class org.apache.commons.feedparser.test.TestPerformance
 
doTestSAX() - Static method in class org.apache.commons.feedparser.test.DebugPerformance
 

E

e - Variable in exception org.apache.commons.feedparser.network.NetworkException
 
ENABLE_HTTP_DELTA_FEED_IM - Static variable in class org.apache.commons.feedparser.network.URLResourceRequest
Enable RFC 3228 HTTP Delta for feeds.
ENCODING - Static variable in class org.apache.commons.feedparser.tools.XMLEncodingParser
 
endDocument() - Method in class org.apache.commons.feedparser.sax.RSSFeedParser
 
EntityDecoder - Class in org.apache.commons.feedparser.locate
Given a string of HTML content we decode the entities it contains.
EntityDecoder() - Constructor for class org.apache.commons.feedparser.locate.EntityDecoder
 
equals(Object) - Method in class org.apache.commons.feedparser.locate.blogservice.BlogService
 
equals(Object) - Method in class org.apache.commons.feedparser.locate.FeedReference
 
expand(String, String) - Static method in class org.apache.commons.feedparser.locate.ResourceExpander
Expand a link relavant to the current site.
ExpressionEngine - Class in org.apache.commons.feedparser.locate.blogservice
Models the ExpressionEngine blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
ExpressionEngine() - Constructor for class org.apache.commons.feedparser.locate.blogservice.ExpressionEngine
 

F

FeedDirectoryParserListener - Interface in org.apache.commons.feedparser
Interface for generic feeds that support feed directory structures.
feedExists(String, BlogService) - Static method in class org.apache.commons.feedparser.locate.ProbeLocator
Does an HTTP HEAD to see if the given resource exists.
FeedFilter - Class in org.apache.commons.feedparser
 
FeedFilter() - Constructor for class org.apache.commons.feedparser.FeedFilter
 
FeedLifecycleListener - Interface in org.apache.commons.feedparser
 
FeedList - Class in org.apache.commons.feedparser
Contains a list of all feeds found the the AutoDiscovery system.
FeedList() - Constructor for class org.apache.commons.feedparser.FeedList
 
FeedLocator - Class in org.apache.commons.feedparser.locate
Method to determine feed URLs from a given resource URI.
FeedLocator() - Constructor for class org.apache.commons.feedparser.locate.FeedLocator
 
FeedParser - Interface in org.apache.commons.feedparser
This FeedParser implementation is based on JDOM and Jaxen and is based around XPath and JDOM iteration.
FeedParserException - Exception in org.apache.commons.feedparser
Adapted from Public Domain SAXException sources.
FeedParserException(String) - Constructor for exception org.apache.commons.feedparser.FeedParserException
 
FeedParserException(Throwable) - Constructor for exception org.apache.commons.feedparser.FeedParserException
 
FeedParserException(Throwable, String) - Constructor for exception org.apache.commons.feedparser.FeedParserException
Create an exception tied to a specific resource or feed.
FeedParserException(String, Throwable) - Constructor for exception org.apache.commons.feedparser.FeedParserException
 
FeedParserFactory - Class in org.apache.commons.feedparser
Should be called prior to all use of a FeedParser.
FeedParserFactory() - Constructor for class org.apache.commons.feedparser.FeedParserFactory
 
feedparserHome - Variable in class org.apache.commons.feedparser.test.TestFeedFilter
 
feedparserHome - Variable in class org.apache.commons.feedparser.test.TestFeedLocator
 
FeedParserImpl - Class in org.apache.commons.feedparser
This FeedParser implementation is based on JDOM and Jaxen and is based around XPath and JDOM iteration.
FeedParserImpl() - Constructor for class org.apache.commons.feedparser.FeedParserImpl
 
FeedParserListener - Interface in org.apache.commons.feedparser
 
FeedParserState - Class in org.apache.commons.feedparser
 
FeedParserState() - Constructor for class org.apache.commons.feedparser.FeedParserState
 
FeedParserState(Element) - Constructor for class org.apache.commons.feedparser.FeedParserState
 
FeedParserState(FeedParserListener) - Constructor for class org.apache.commons.feedparser.FeedParserState
 
FeedReference - Class in org.apache.commons.feedparser.locate
A FeedReference is used within the RSS/Atom location facility to pass back metadata for feed discoveries.
FeedReference(String, String) - Constructor for class org.apache.commons.feedparser.locate.FeedReference
 
FeedVersion - Class in org.apache.commons.feedparser
 
FeedVersion() - Constructor for class org.apache.commons.feedparser.FeedVersion
 
finished() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
finished() - Method in interface org.apache.commons.feedparser.FeedLifecycleListener
Called when the feed has finished parsing.
finished() - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
Called when the feed has finished parsing.
finished() - Method in class org.apache.commons.feedparser.output.RSS10_OutputFeedParserListener
Called when the feed has finished parsing.
finished() - Method in class org.apache.commons.feedparser.Test
 
fireDataEvent(long) - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
Fire a new ArchiveEvent
fireDataEvent(DataEvent) - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
Fire a new ArchiveEvent
fireInit() - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
fireOnClosed() - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
Flickr - Class in org.apache.commons.feedparser.locate.blogservice
Models the Flickr image blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
Flickr() - Constructor for class org.apache.commons.feedparser.locate.blogservice.Flickr
 
FOAF - Static variable in class org.apache.commons.feedparser.NS
 
FOAFFeedParser - Class in org.apache.commons.feedparser
Handles parsing FOAF.
FOAFFeedParser() - Constructor for class org.apache.commons.feedparser.FOAFFeedParser
 
FOAFFeedParserListener - Interface in org.apache.commons.feedparser
A generic interface
FOLLOW_REDIRECTS - Static variable in class org.apache.commons.feedparser.network.BaseResourceRequest
 
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.AOLJournal
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.Blogger
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.BlogService
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.Blosxom
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.DiaryLand
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.ExpressionEngine
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.Flickr
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.GreyMatter
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.iBlog
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.LiveJournal
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.Manila
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.MovableType
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.PMachine
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.RadioUserland
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.TextAmerica
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.TextPattern
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.Typepad
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.Unknown
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.WordPress
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.Xanga
Returns whether we should follow HTTP redirects for this blog service.
followRedirects() - Method in class org.apache.commons.feedparser.locate.blogservice.YahooGroups
Returns whether we should follow HTTP redirects for this blog service.

G

getAdAtomFeed() - Method in class org.apache.commons.feedparser.FeedList
Get the Atom feed discovered via autodiscovery.
getAdRSSFeed() - Method in class org.apache.commons.feedparser.FeedList
Get the RSS feed discovered via autodiscovery.
getAttributes(String) - Static method in class org.apache.commons.feedparser.locate.DiscoveryLocator
Parse attributes within elements into a hashmap.
getAttributeValue(FeedParserState, String, Namespace, String, Namespace) - Static method in class org.apache.commons.feedparser.FOAFFeedParser
 
getBase(String) - Static method in class org.apache.commons.feedparser.locate.ResourceExpander
Get the base of this URL.
getBaseFeedPath(String) - Method in class org.apache.commons.feedparser.locate.blogservice.BlogService
This method takes a resource, such as "http://www.codinginparadise.org/myweblog.php", and gets the path necessary to build up a feed, such as "http://www.codinginparadise.org/".
getBaseFeedPath(String) - Method in class org.apache.commons.feedparser.locate.blogservice.Blosxom
This method takes a resource, such as "http://www.codinginparadise.org/myweblog.php", and gets the path necessary to build up a feed, such as "http://www.codinginparadise.org/".
getBlogServices() - Static method in class org.apache.commons.feedparser.locate.blogservice.BlogService
Gets an array of all of the available BlogService implementations.
getChildElementTextByName(FeedParserState, String) - Static method in class org.apache.commons.feedparser.BaseParser
Regardless of namespace, get the child node text by name or null if it is not found.
getContent(String) - Method in class org.apache.commons.feedparser.test.TestProbeLocator
Grabs all the content for a weblog for testing purposes.
getContentLength() - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
getContentLength() - Method in interface org.apache.commons.feedparser.network.ResourceRequest
Return the conent length of this request or -1 if not known.
getContentLength() - Method in class org.apache.commons.feedparser.network.URLResourceRequest
 
getContext() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
getContext() - Method in interface org.apache.commons.feedparser.FeedLifecycleListener
 
getCookies(String) - Static method in class org.apache.commons.feedparser.network.URLCookieManager
Get the cookies for a site.
getCookiesHeader(Hashtable) - Static method in class org.apache.commons.feedparser.network.URLCookieManager
Parse a given Cookie header into a hashtable.
getCurrentLocale() - Method in class org.apache.commons.feedparser.FeedParserState
Based on the current locale event model we return the current language.
getDomain(String) - Static method in class org.apache.commons.feedparser.locate.ResourceExpander
Given a URL get the domain name.
getEtag() - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
getEtag() - Method in interface org.apache.commons.feedparser.network.ResourceRequest
The HTTP ETag to use with If-None-Match
getException() - Method in exception org.apache.commons.feedparser.network.NetworkException
 
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.AOLJournal
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.Blogger
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.BlogService
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.Blosxom
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.DiaryLand
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.ExpressionEngine
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.Flickr
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.GreyMatter
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.iBlog
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.LiveJournal
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.Manila
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.MovableType
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.PMachine
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.RadioUserland
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.TextAmerica
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.TextPattern
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.Typepad
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.Unknown
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.WordPress
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.Xanga
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFeedLocations(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.YahooGroups
Returns an array of FeedReferences that contains information on the usual locations this blog service contains its feed.
getFollowRedirects() - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
getFollowRedirects() - Method in interface org.apache.commons.feedparser.network.ResourceRequest
 
getHeaderField(String) - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
getHeaderField(String) - Method in interface org.apache.commons.feedparser.network.ResourceRequest
Get a given response header.
getHeaderField(String) - Method in class org.apache.commons.feedparser.network.URLResourceRequest
 
getIfModifiedSince() - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
getIfModifiedSince() - Method in interface org.apache.commons.feedparser.network.ResourceRequest
Set the If-Modified-Since header for HTTP URL connections and protocols that support similar operation.
getInputStream() - Method in class org.apache.commons.feedparser.network.BlockingResourceRequest
 
getInputStream() - Method in class org.apache.commons.feedparser.network.HTTPClientNetworkResource
 
getInputStream() - Method in interface org.apache.commons.feedparser.network.ResourceRequest
Get an input stream for this content.
getInputStream() - Method in class org.apache.commons.feedparser.network.URLResourceRequest
 
getInputStreamAsByteArray() - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
getInputStreamAsByteArray() - Method in interface org.apache.commons.feedparser.network.ResourceRequest
 
getInputStreamAsString() - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
getInputStreamAsString() - Method in interface org.apache.commons.feedparser.network.ResourceRequest
Get the given Input Stream as a String by calling read() until we have all the data locally.
getLocale(String) - Static method in class org.apache.commons.feedparser.tools.RFC3066LocaleParser
 
getLocaleString(Element) - Static method in class org.apache.commons.feedparser.BaseParser
 
getLocalInputStream() - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
getLocalInputStream() - Method in interface org.apache.commons.feedparser.network.ResourceRequest
 
getLocalInputStreamAsByteArray() - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
getLocalInputStreamAsByteArray() - Method in interface org.apache.commons.feedparser.network.ResourceRequest
 
getNetworkEventListeners() - Static method in class org.apache.commons.feedparser.network.ResourceRequestFactory
Get all event listeners.
getPasswordAuthentication() - Method in class org.apache.commons.feedparser.network.Authenticator
 
getRequestHeaderField(String) - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
getRequestHeaderField(String) - Method in interface org.apache.commons.feedparser.network.ResourceRequest
 
getRequestHeaderFields() - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
getRequestHeaderFields() - Method in interface org.apache.commons.feedparser.network.ResourceRequest
Get the names of all set request headers.
getResource() - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
Get the value of resource.
getResource() - Method in interface org.apache.commons.feedparser.network.ResourceRequest
Set the resource for this request.
getResourceFromRedirect() - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
getResourceFromRedirect() - Method in interface org.apache.commons.feedparser.network.ResourceRequest
Get the resource but make sure all redirects are taken into consideration.
getResourceFromRedirect() - Method in class org.apache.commons.feedparser.network.URLResourceRequest
This method used Reflection to pull out the redirected URL in java.net.URL.
getResourceRequest() - Method in exception org.apache.commons.feedparser.network.NetworkException
 
getResourceRequest(String, long) - Static method in class org.apache.commons.feedparser.network.ResourceRequestFactory
 
getResourceRequest(String, long, String) - Static method in class org.apache.commons.feedparser.network.ResourceRequestFactory
Get a ResourceRequest for the protocol represented in the resource URL.
getResourceRequest(String) - Static method in class org.apache.commons.feedparser.network.ResourceRequestFactory
 
getResourceRequest(URL) - Static method in class org.apache.commons.feedparser.network.ResourceRequestFactory
 
getResponseCode() - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
Get and set an HTTP style response code.
getResponseCode() - Method in exception org.apache.commons.feedparser.network.NetworkException
 
getResponseCode() - Method in interface org.apache.commons.feedparser.network.ResourceRequest
Get and set an HTTP style response code.
getResult() - Method in interface org.apache.commons.feedparser.locate.AnchorParserListener
Return a result if necessary;
getSite(String) - Static method in class org.apache.commons.feedparser.locate.LinkLocator
 
getSite(String) - Static method in class org.apache.commons.feedparser.locate.ResourceExpander
Get the site for this resource.
getSite(ResourceRequest) - Static method in class org.apache.commons.feedparser.network.URLCookieManager
 
getURL() - Method in exception org.apache.commons.feedparser.network.NetworkException
 
getURLConnection() - Method in exception org.apache.commons.feedparser.network.NetworkException
 
getXangaUser(String) - Method in class org.apache.commons.feedparser.locate.blogservice.Xanga
Xanga's feed locations are dependent on the 'user' attribute in a Xanga URI.
GreyMatter - Class in org.apache.commons.feedparser.locate.blogservice
Models the GreyMatter blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
GreyMatter() - Constructor for class org.apache.commons.feedparser.locate.blogservice.GreyMatter
 
GZIP_ENCODING - Static variable in class org.apache.commons.feedparser.network.URLResourceRequest
 

H

HAS_ATOM_FEED - Static variable in class org.apache.commons.feedparser.test.TestProbeLocator
 
HAS_RSS_FEED - Static variable in class org.apache.commons.feedparser.test.TestProbeLocator
 
hasGenerator(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.BlogService
Determines if the given content was generated by the given generator.
hashCode() - Method in class org.apache.commons.feedparser.locate.blogservice.BlogService
 
hasScheme(String) - Static method in class org.apache.commons.feedparser.locate.ResourceExpander
Determines if the given resource has a scheme.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.AOLJournal
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.Blogger
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.BlogService
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.Blosxom
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.DiaryLand
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.ExpressionEngine
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.Flickr
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.GreyMatter
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.iBlog
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.LiveJournal
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.Manila
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.MovableType
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.PMachine
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.RadioUserland
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.TextAmerica
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.TextPattern
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.Typepad
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.Unknown
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.WordPress
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.Xanga
Returns whether we can trust the results of this blog service's autodiscovery links.
hasValidAutoDiscovery() - Method in class org.apache.commons.feedparser.locate.blogservice.YahooGroups
Returns whether we can trust the results of this blog service's autodiscovery links.
HelloFeedParser - Class in org.apache.commons.feedparser.example
Example use of the FeedParser
HelloFeedParser() - Constructor for class org.apache.commons.feedparser.example.HelloFeedParser
 
HTMLFeedParser - Class in org.apache.commons.feedparser
Experimental class to play with supporting XFN.
HTMLFeedParser() - Constructor for class org.apache.commons.feedparser.HTMLFeedParser
 
HTTPClientNetworkResource - Class in org.apache.commons.feedparser.network
This is an exprimental ResourceRequest which used Jakarta HttpClient as the backend.
HTTPClientNetworkResource() - Constructor for class org.apache.commons.feedparser.network.HTTPClientNetworkResource
 

I

iBlog - Class in org.apache.commons.feedparser.locate.blogservice
Models the iBlog blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
iBlog() - Constructor for class org.apache.commons.feedparser.locate.blogservice.iBlog
 
IF_NONE_MATCH_HEADER - Static variable in class org.apache.commons.feedparser.network.URLResourceRequest
 
IM - Static variable in class org.apache.commons.feedparser.NS
 
init() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
init() - Method in interface org.apache.commons.feedparser.FeedLifecycleListener
Called prior to event parsing to signal the parsing of a new feed.
init() - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
Called prior to event parsing to signal the parsing of a new feed.
init() - Method in class org.apache.commons.feedparser.network.BlockingResourceRequest
 
init() - Method in class org.apache.commons.feedparser.network.HTTPClientNetworkResource
Create a new URLNetworkResource instance.
init(DataEvent) - Method in interface org.apache.commons.feedparser.network.NetworkEventListener
Called once per request.
init() - Method in interface org.apache.commons.feedparser.network.ResourceRequest
Perform all initialization and connection to the remote server.
init(ResourceRequest) - Static method in class org.apache.commons.feedparser.network.URLCookieManager
Add cookies to this request and perform any other init.
init() - Method in class org.apache.commons.feedparser.network.URLResourceRequest
 
init() - Method in class org.apache.commons.feedparser.output.RSS10_OutputFeedParserListener
Called prior to event parsing to signal the parsing of a new feed.
init() - Method in class org.apache.commons.feedparser.Test
Called prior to event parsing to signal the parsing of a new feed.
initConnection() - Method in class org.apache.commons.feedparser.network.URLResourceRequest
Init the actual connection.
initializeBlogServices() - Static method in class org.apache.commons.feedparser.locate.blogservice.BlogService
 
isAtom - Variable in class org.apache.commons.feedparser.ContentDetectorResult
 
isAtom - Variable in class org.apache.commons.feedparser.FeedVersion
True if this is an Atom feed.
isAtomContent(String) - Static method in class org.apache.commons.feedparser.ContentDetector
 
isChanges - Variable in class org.apache.commons.feedparser.FeedVersion
True if this is a changes.xml file.
isExpanded(String) - Static method in class org.apache.commons.feedparser.locate.ResourceExpander
Return true if the given link is ALREADY relativized..
isFeed - Variable in class org.apache.commons.feedparser.ContentDetectorResult
True if this is a feed (RSS or Atom)
isFOAF - Variable in class org.apache.commons.feedparser.FeedVersion
True when this is a Friend of a Friend FOAF file.
isHTML - Variable in class org.apache.commons.feedparser.ContentDetectorResult
 
isHTMLContent(String) - Static method in class org.apache.commons.feedparser.ContentDetector
Return true if this is RSS 2.0 content
ISO8601DateParser - Class in org.apache.commons.feedparser.tools
ISO 8601 date parsing utility.
ISO8601DateParser() - Constructor for class org.apache.commons.feedparser.tools.ISO8601DateParser
 
isOffline() - Static method in class org.apache.commons.feedparser.network.ResourceRequestFactory
 
isOPML - Variable in class org.apache.commons.feedparser.FeedVersion
 
isRelative() - Method in class org.apache.commons.feedparser.locate.FeedReference
Determines if the resource given by this FeedReference is relative.
isRSS - Variable in class org.apache.commons.feedparser.ContentDetectorResult
 
isRSS - Variable in class org.apache.commons.feedparser.FeedVersion
True if this is an RSS feed
isRSS_0_9_0_Content(String) - Static method in class org.apache.commons.feedparser.ContentDetector
Return true if this is RSS 2.0 content
isRSS_0_9_1_Content(String) - Static method in class org.apache.commons.feedparser.ContentDetector
Return true if this is RSS 2.0 content
isRSS_0_9_2_Content(String) - Static method in class org.apache.commons.feedparser.ContentDetector
Return true if this is RSS 0.9.2 content
isRSS_1_0_Content(String) - Static method in class org.apache.commons.feedparser.ContentDetector
Return true if this is RSS 1.0 content
isRSS_2_0_Content(String) - Static method in class org.apache.commons.feedparser.ContentDetector
Return true if this is RSS 2.0 content
isSupportedScheme(String) - Static method in class org.apache.commons.feedparser.network.ResourceRequestFactory
Return true if we support fetching content with the given scheme.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.AOLJournal
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.Blogger
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.BlogService
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String) - Method in class org.apache.commons.feedparser.locate.blogservice.BlogService
Determines if the weblog at the given resource is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.Blosxom
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.DiaryLand
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.ExpressionEngine
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.Flickr
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.GreyMatter
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.iBlog
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.LiveJournal
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.Manila
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.MovableType
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.PMachine
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.RadioUserland
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.TextAmerica
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.TextPattern
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.Typepad
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.Unknown
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.WordPress
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.Xanga
Determines if the weblog at the given resource and with the given content is this blog service.
isThisService(String, String) - Method in class org.apache.commons.feedparser.locate.blogservice.YahooGroups
Determines if the weblog at the given resource and with the given content is this blog service.
isTransparentHTCacheEnabled() - Static method in class org.apache.commons.feedparser.network.ResourceRequestFactory
Return true if we can enable the htcache.
isValidScheme(String) - Static method in class org.apache.commons.feedparser.locate.ResourceExpander
Return true if this is an valid scheme and should be expanded.
isXFN - Variable in class org.apache.commons.feedparser.FeedVersion
 
isXMLCharacter(char) - Static method in class org.apache.commons.feedparser.tools.XMLCleanser
 

K

KR - Static variable in class org.apache.commons.feedparser.NS
 

L

lang - Variable in class org.apache.commons.feedparser.FeedParserState
Deprecated.  
LATIN1_ENTITIES - Static variable in class org.apache.commons.feedparser.FeedFilter
 
LinkFeedParserListener - Interface in org.apache.commons.feedparser
Atom link, RSS 2.0 enclosure, and RSS 1.0 mod_link support.
LinkLocator - Class in org.apache.commons.feedparser.locate
Find links by parsing the raw HTML.
LinkLocator() - Constructor for class org.apache.commons.feedparser.locate.LinkLocator
 
listener - Variable in class org.apache.commons.feedparser.sax.RSSFeedParser
 
LiveJournal - Class in org.apache.commons.feedparser.locate.blogservice
Models the LiveJournal blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
LiveJournal() - Constructor for class org.apache.commons.feedparser.locate.blogservice.LiveJournal
 
locate(String, String, FeedList) - Static method in class org.apache.commons.feedparser.locate.DiscoveryLocator
Locate a feed via RSS/Atom auto-discovery.
locate(String) - Static method in class org.apache.commons.feedparser.locate.FeedLocator
Locate all feeds within the given resource.
locate(String, String) - Static method in class org.apache.commons.feedparser.locate.FeedLocator
Locate the feed with the given content.
locate(String, String, FeedList) - Static method in class org.apache.commons.feedparser.locate.LinkLocator
 
locate(String, String, FeedList) - Static method in class org.apache.commons.feedparser.locate.ProbeLocator
 

M

main(String[]) - Static method in class org.apache.commons.feedparser.ContentDetector
 
main(String[]) - Static method in class org.apache.commons.feedparser.example.HelloFeedParser
 
main(String[]) - Static method in class org.apache.commons.feedparser.FeedFilter
 
main(String[]) - Static method in class org.apache.commons.feedparser.HTMLFeedParser
 
main(String[]) - Static method in class org.apache.commons.feedparser.locate.AnchorParser
 
main(String[]) - Static method in class org.apache.commons.feedparser.locate.EntityDecoder
 
main(String[]) - Static method in class org.apache.commons.feedparser.locate.FeedLocator
 
main(String[]) - Static method in class org.apache.commons.feedparser.locate.ResourceExpander
 
Main - Class in org.apache.commons.feedparser
Provides a mechanism to quickly test feed parsing from the command line.
Main() - Constructor for class org.apache.commons.feedparser.Main
 
main(String[]) - Static method in class org.apache.commons.feedparser.Main
 
main(String[]) - Static method in class org.apache.commons.feedparser.network.BlockingResourceRequest
 
main(String[]) - Static method in class org.apache.commons.feedparser.network.URLCookieManager
 
main(String[]) - Static method in class org.apache.commons.feedparser.test.DebugPerformance
 
main(String[]) - Static method in class org.apache.commons.feedparser.Test
 
main(String[]) - Static method in class org.apache.commons.feedparser.test.TestAtom
 
main(String[]) - Static method in class org.apache.commons.feedparser.test.TestBrokenFeeds
 
main(String[]) - Static method in class org.apache.commons.feedparser.test.TestComments
 
main(String[]) - Static method in class org.apache.commons.feedparser.test.TestFeedFilter
 
main(String[]) - Static method in class org.apache.commons.feedparser.test.TestFeedLocator
 
main(String[]) - Static method in class org.apache.commons.feedparser.test.TestFeedParser
 
main(String[]) - Static method in class org.apache.commons.feedparser.test.TestFeedParserUTF8
 
main(String[]) - Static method in class org.apache.commons.feedparser.test.TestGuid
 
main(String[]) - Static method in class org.apache.commons.feedparser.test.TestPerformance
 
main(String[]) - Static method in class org.apache.commons.feedparser.test.TestProbeLocator
 
main(String[]) - Static method in class org.apache.commons.feedparser.tools.ISO8601DateParser
 
main(String[]) - Static method in class org.apache.commons.feedparser.tools.XMLEncodingParser
 
MalformedResourceException - Exception in org.apache.commons.feedparser.network
 
MalformedResourceException(String) - Constructor for exception org.apache.commons.feedparser.network.MalformedResourceException
Create a new MalformedResourceException instance.
Manila - Class in org.apache.commons.feedparser.locate.blogservice
Models the Manila blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
Manila() - Constructor for class org.apache.commons.feedparser.locate.blogservice.Manila
 
mark(int) - Method in class org.apache.commons.feedparser.network.AdvancedInputStream
 
markSupported() - Method in class org.apache.commons.feedparser.network.AdvancedInputStream
 
MAX_CONTENT_LENGTH - Static variable in class org.apache.commons.feedparser.network.URLResourceRequest
 
MetaFeedParser - Class in org.apache.commons.feedparser
Handles parsing RSS metadata including dates
MetaFeedParser() - Constructor for class org.apache.commons.feedparser.MetaFeedParser
 
MetaFeedParserListener - Interface in org.apache.commons.feedparser
Provides a MetaData event listener for RSS 0.9x, RSS 1.0, 2.0 and Atom metadata values.
metaTagsPattern - Static variable in class org.apache.commons.feedparser.locate.blogservice.BlogService
Locates all the generator meta tags (i.e.
MetaWeblogPostAgent - Class in org.apache.commons.feedparser.post
A PostAgent allows a developer to post to a given weblog.
MetaWeblogPostAgent() - Constructor for class org.apache.commons.feedparser.post.MetaWeblogPostAgent
 
method - Variable in class org.apache.commons.feedparser.locate.FeedReference
The method of discovery...
METHOD_AUTO_DISCOVERY - Static variable in class org.apache.commons.feedparser.locate.FeedReference
 
METHOD_LINK_DISCOVERY - Static variable in class org.apache.commons.feedparser.locate.FeedReference
 
METHOD_PROBE_DISCOVERY - Static variable in class org.apache.commons.feedparser.locate.FeedReference
 
ModContentFeedParserListener - Interface in org.apache.commons.feedparser
Deprecated. Migration to ContentFeedParserListener
MovableType - Class in org.apache.commons.feedparser.locate.blogservice
Models the MovableType blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
MovableType() - Constructor for class org.apache.commons.feedparser.locate.blogservice.MovableType
 

N

NC - Static variable in class org.apache.commons.feedparser.NS
 
NETWORKADDRESS_CACHE_TTL - Static variable in class org.apache.commons.feedparser.network.ResourceRequestFactory
Specified in java.security to indicate the caching policy for successful name lookups from the name service..
NetworkEventListener - Interface in org.apache.commons.feedparser.network
An AggregationEventListener provides event dispatch from the core Aggregation class to implementors of the AggregationEventListener interface.
NetworkException - Exception in org.apache.commons.feedparser.network
 
NetworkException(String) - Constructor for exception org.apache.commons.feedparser.network.NetworkException
Create a new NetworkException instance.
NetworkException(Throwable) - Constructor for exception org.apache.commons.feedparser.network.NetworkException
 
NetworkException(String, Exception, ResourceRequest, URL, URLConnection) - Constructor for exception org.apache.commons.feedparser.network.NetworkException
Create a new NetworkException instance.
NetworkException(Exception, ResourceRequest, URL, URLConnection) - Constructor for exception org.apache.commons.feedparser.network.NetworkException
Create a new NetworkException instance.
newFeedParser() - Static method in class org.apache.commons.feedparser.FeedParserFactory
 
newPost(String, String, String, String, PostEntry) - Method in class org.apache.commons.feedparser.post.MetaWeblogPostAgent
 
newPost(String, String, String, String, PostEntry) - Method in interface org.apache.commons.feedparser.post.PostAgent
 
NO_ATOM_FEED - Static variable in class org.apache.commons.feedparser.test.TestProbeLocator
 
NO_RSS_FEED - Static variable in class org.apache.commons.feedparser.test.TestProbeLocator
 
NS - Class in org.apache.commons.feedparser
A class to manage XML namespaces
NS() - Constructor for class org.apache.commons.feedparser.NS
 

O

onAnchor(String, String, String) - Method in interface org.apache.commons.feedparser.locate.AnchorParserListener
Called when the AnchorParser finds an Anchor.
onAuthor(FeedParserState, String, String, String) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onAuthor(FeedParserState, String, String, String) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onAuthor(FeedParserState, String, String, String) - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
Provided for author information across RSS 2.0, atom, dc:creator in RSS 1.0.
onAuthorEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onAuthorEnd() - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
 
onChannel(FeedParserState, String, String, String) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onChannel(FeedParserState, String, String, String) - Method in interface org.apache.commons.feedparser.FeedParserListener
Called when a channel item is found.
onChannel(FeedParserState, String, String, String) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
Called when a channel item is found.
onChannel(FeedParserState, String, String, String) - Method in class org.apache.commons.feedparser.output.RSS10_OutputFeedParserListener
Called when a channel item is found.
onChannel(FeedParserState, String, String, String) - Method in class org.apache.commons.feedparser.Test
Called when a channel item is found.
onChannelEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onChannelEnd() - Method in interface org.apache.commons.feedparser.FeedParserListener
 
onChannelEnd() - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onChannelEnd() - Method in class org.apache.commons.feedparser.output.RSS10_OutputFeedParserListener
 
onChannelEnd() - Method in class org.apache.commons.feedparser.Test
 
onClosed() - Method in interface org.apache.commons.feedparser.network.NetworkEventListener
Called when this stream is closed.
onComments(FeedParserState, String) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onComments(FeedParserState, String) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onComments(FeedParserState, String) - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
 
onCommentsEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onCommentsEnd() - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
 
onCommentsFeed(FeedParserState, String) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onCommentsFeed(FeedParserState, String) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onCommentsFeed(FeedParserState, String) - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
 
onCommentsFeedEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onCommentsFeedEnd() - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
 
onContent(FeedParserState, String, String, String, String, String, boolean) - Method in interface org.apache.commons.feedparser.ContentFeedParserListener
Called when new content is found.
onContent(FeedParserState, String, String, String, String, String, boolean) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onContent(FeedParserState, String, String, String, String, String, boolean) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onContentEncoded(FeedParserState, String) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onContentEncoded(FeedParserState, String) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onContentEncoded(FeedParserState, String) - Method in interface org.apache.commons.feedparser.ModContentFeedParserListener
Deprecated.  
onContentEncoded(FeedParserState, String) - Method in class org.apache.commons.feedparser.Test
 
onContentEncodedEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onContentEncodedEnd() - Method in interface org.apache.commons.feedparser.ModContentFeedParserListener
Deprecated.  
onContentEncodedEnd() - Method in class org.apache.commons.feedparser.Test
 
onContentEnd() - Method in interface org.apache.commons.feedparser.ContentFeedParserListener
 
onContentEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onContentItem(FeedParserState, String, String, Element) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onContentItem(FeedParserState, String, String, Element) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onContentItem(FeedParserState, String, String, Element) - Method in interface org.apache.commons.feedparser.ModContentFeedParserListener
Deprecated.  
onContentItem(FeedParserState, String, String, Element) - Method in class org.apache.commons.feedparser.Test
 
onContentItemEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onContentItemEnd() - Method in interface org.apache.commons.feedparser.ModContentFeedParserListener
Deprecated.  
onContentItemEnd() - Method in class org.apache.commons.feedparser.Test
 
onCopyright(FeedParserState, String) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onCopyright(FeedParserState, String) - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
 
onCopyrightEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onCopyrightEnd() - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
 
onCreated(FeedParserState, Date) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
http://www.mnot.net/drafts/draft-nottingham-atom-format-00.html#rfc.section.3.2.8
onCreated(FeedParserState, Date) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onCreated(FeedParserState, Date) - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
--- ATOM SUPPORT --- The "atom:created" element's content indicates the time that the entry was created.
onCreatedEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onCreatedEnd() - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
 
onFeedVersion(FeedVersion) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onFeedVersion(FeedVersion) - Method in interface org.apache.commons.feedparser.FeedParserListener
Called when we are first able to determine the feed version for this feed.
onFeedVersion(FeedVersion) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onFolder(FeedParserState, String) - Method in class org.apache.commons.feedparser.DefaultFeedDirectoryParserListener
 
onFolder(FeedParserState, String) - Method in interface org.apache.commons.feedparser.FeedDirectoryParserListener
Called when a new Folder is found.
onFolder(FeedParserState, String) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
Called when a new Folder is found.
onFolderEnd() - Method in class org.apache.commons.feedparser.DefaultFeedDirectoryParserListener
 
onFolderEnd() - Method in interface org.apache.commons.feedparser.FeedDirectoryParserListener
 
onFolderEnd() - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onGenerator(FeedParserState, String) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onGenerator(FeedParserState, String) - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
Called when a generator contruct is found within Atom or RSS 2.0
onGeneratorEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onGeneratorEnd() - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
 
onGUID(FeedParserState, String, boolean) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onGUID(FeedParserState, String, boolean) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onGUID(FeedParserState, String, boolean) - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
Used to represent RSS 2.0 GUIDs and atom:id constructs.
onGUIDEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onGUIDEnd() - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
 
onHomepage(FeedParserState, String) - Method in interface org.apache.commons.feedparser.FOAFFeedParserListener
 
onHomepageEnd() - Method in interface org.apache.commons.feedparser.FOAFFeedParserListener
 
onImage(FeedParserState, String, String, String) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onImage(FeedParserState, String, String, String) - Method in interface org.apache.commons.feedparser.FeedParserListener
Called when an RSS image is found.
onImage(FeedParserState, String) - Method in interface org.apache.commons.feedparser.FOAFFeedParserListener
Called when an image is found.
onImage(FeedParserState, String, String, String) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
Called when an RSS image is found.
onImage(FeedParserState, String, String, String) - Method in class org.apache.commons.feedparser.output.RSS10_OutputFeedParserListener
Called when an RSS image is found.
onImage(FeedParserState, String, String, String) - Method in class org.apache.commons.feedparser.Test
Called when an RSS image is found.
onImageEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onImageEnd() - Method in interface org.apache.commons.feedparser.FeedParserListener
 
onImageEnd() - Method in interface org.apache.commons.feedparser.FOAFFeedParserListener
 
onImageEnd() - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onImageEnd() - Method in class org.apache.commons.feedparser.output.RSS10_OutputFeedParserListener
 
onImageEnd() - Method in class org.apache.commons.feedparser.Test
 
onIssued(FeedParserState, String) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
http://www.mnot.net/drafts/draft-nottingham-atom-format-00.html#rfc.section.3.2.7
onIssued(FeedParserState, String) - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
http://www.mnot.net/drafts/draft-nottingham-atom-format-00.html#rfc.section.3.2.7
onIssuedEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onIssuedEnd() - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
 
onItem(FeedParserState, String, String, String, String) - Method in class org.apache.commons.feedparser.DefaultFeedDirectoryParserListener
 
onItem(FeedParserState, String, String, String, String) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onItem(FeedParserState, String, String, String, String) - Method in interface org.apache.commons.feedparser.FeedDirectoryParserListener
Called when an directory item is found.
onItem(FeedParserState, String, String, String, String) - Method in interface org.apache.commons.feedparser.FeedParserListener
Called when an RSS item or Atom entry is found.
onItem(FeedParserState, String, String, String, String) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
Called when an RSS item or Atom entry is found.
onItem(FeedParserState, String, String, String, String) - Method in class org.apache.commons.feedparser.output.RSS10_OutputFeedParserListener
Called when an RSS item or Atom entry is found.
onItem(FeedParserState, String, String, String, String) - Method in class org.apache.commons.feedparser.Test
Called when an RSS item or Atom entry is found.
onItemEnd() - Method in class org.apache.commons.feedparser.DefaultFeedDirectoryParserListener
 
onItemEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onItemEnd() - Method in interface org.apache.commons.feedparser.FeedDirectoryParserListener
 
onItemEnd() - Method in interface org.apache.commons.feedparser.FeedParserListener
 
onItemEnd() - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onItemEnd() - Method in class org.apache.commons.feedparser.output.RSS10_OutputFeedParserListener
 
onItemEnd() - Method in class org.apache.commons.feedparser.Test
 
onKnows(FeedParserState) - Method in interface org.apache.commons.feedparser.FOAFFeedParserListener
 
onKnowsEnd() - Method in interface org.apache.commons.feedparser.FOAFFeedParserListener
 
onLink(FeedParserState, String, String, String, String, long) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onLink(FeedParserState, String, String, String, String, long) - Method in interface org.apache.commons.feedparser.LinkFeedParserListener
 
onLocale(FeedParserState, Locale) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onLocale(FeedParserState, Locale) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onLocale(FeedParserState, Locale) - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
Called when we've found an xml:lang or a dc:lang on Atom and RSS feeds.
onLocaleEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onLocaleEnd() - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onLocaleEnd() - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
 
onPerson(FeedParserState, String) - Method in interface org.apache.commons.feedparser.FOAFFeedParserListener
 
onPersonEnd() - Method in interface org.apache.commons.feedparser.FOAFFeedParserListener
 
onRelation(FeedParserState, String) - Method in class org.apache.commons.feedparser.DefaultFeedDirectoryParserListener
 
onRelation(FeedParserState, String) - Method in interface org.apache.commons.feedparser.FeedDirectoryParserListener
Called when we've found a relation for a given item.
onRelation(FeedParserState, String) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onRelationEnd() - Method in class org.apache.commons.feedparser.DefaultFeedDirectoryParserListener
 
onRelationEnd() - Method in interface org.apache.commons.feedparser.FeedDirectoryParserListener
 
onRelationEnd() - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onSeeAlso(FeedParserState, String) - Method in interface org.apache.commons.feedparser.FOAFFeedParserListener
When rdfs:seeAlso is called for an additional FOAF file.
onSeeAlsoEnd() - Method in interface org.apache.commons.feedparser.FOAFFeedParserListener
 
onSubject(FeedParserState, String) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onSubject(FeedParserState, String) - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
RSS 2.0 category.
onSubjectEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onSubjectEnd() - Method in interface org.apache.commons.feedparser.MetaFeedParserListener
 
onTag(FeedParserState, String, String) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onTag(FeedParserState, String, String) - Method in interface org.apache.commons.feedparser.TagFeedParserListener
 
onTagEnd() - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
onTagEnd() - Method in interface org.apache.commons.feedparser.TagFeedParserListener
 
onWeblog(FeedParserState, String) - Method in interface org.apache.commons.feedparser.FOAFFeedParserListener
 
onWeblogEnd() - Method in interface org.apache.commons.feedparser.FOAFFeedParserListener
 
onXHTMLBody(FeedParserState, Element) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onXHTMLBody(FeedParserState, Element) - Method in class org.apache.commons.feedparser.Test
 
onXHTMLBody(FeedParserState, Element) - Method in interface org.apache.commons.feedparser.XHTMLFeedParserListener
Deprecated.  
onXHTMLBodyEnd() - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
onXHTMLBodyEnd() - Method in class org.apache.commons.feedparser.Test
 
onXHTMLBodyEnd() - Method in interface org.apache.commons.feedparser.XHTMLFeedParserListener
Deprecated.  
OPMLFeedParser - Class in org.apache.commons.feedparser
Handles parsing OPML.
OPMLFeedParser() - Constructor for class org.apache.commons.feedparser.OPMLFeedParser
 
org.apache.commons.feedparser - package org.apache.commons.feedparser
 
org.apache.commons.feedparser.example - package org.apache.commons.feedparser.example
 
org.apache.commons.feedparser.impl - package org.apache.commons.feedparser.impl
 
org.apache.commons.feedparser.locate - package org.apache.commons.feedparser.locate
A feed AutoDiscovery parser which supports both RSS and Atom.
org.apache.commons.feedparser.locate.blogservice - package org.apache.commons.feedparser.locate.blogservice
 
org.apache.commons.feedparser.network - package org.apache.commons.feedparser.network
 
org.apache.commons.feedparser.output - package org.apache.commons.feedparser.output
 
org.apache.commons.feedparser.post - package org.apache.commons.feedparser.post
 
org.apache.commons.feedparser.sax - package org.apache.commons.feedparser.sax
 
org.apache.commons.feedparser.test - package org.apache.commons.feedparser.test
 
org.apache.commons.feedparser.tools - package org.apache.commons.feedparser.tools
 

P

parse(FeedParserListener, Document) - Static method in class org.apache.commons.feedparser.AtomFeedParser
Parse this feed.
parse(FeedParserListener, Document) - Static method in class org.apache.commons.feedparser.ChangesFeedParser
Parse this feed.
parse(byte[]) - Static method in class org.apache.commons.feedparser.FeedFilter
Deprecated. Specify an encoding with #parse( bytes[], encoding )
parse(byte[], String) - Static method in class org.apache.commons.feedparser.FeedFilter
 
parse(String, String) - Static method in class org.apache.commons.feedparser.FeedFilter
Parse out an input string of content.
parse(FeedParserListener, InputStream, String) - Method in interface org.apache.commons.feedparser.FeedParser
Parse this feed.
parse(FeedParserListener, InputStream) - Method in interface org.apache.commons.feedparser.FeedParser
Deprecated. Use #parse( FeedParserException, InputStream, String )
parse(FeedParserListener, Document) - Method in interface org.apache.commons.feedparser.FeedParser
Parse this feed.
parse(FeedParserListener, InputStream, String) - Method in class org.apache.commons.feedparser.FeedParserImpl
Parse this feed.
parse(FeedParserListener, InputStream) - Method in class org.apache.commons.feedparser.FeedParserImpl
Deprecated. Use #parse( FeedParserException, InputStream, String )
parse(FeedParserListener, Document) - Method in class org.apache.commons.feedparser.FeedParserImpl
Parse this feed.
parse(FeedParserListener, Document) - Static method in class org.apache.commons.feedparser.FOAFFeedParser
Parse this feed.
parse(String, FeedParserListener) - Static method in class org.apache.commons.feedparser.HTMLFeedParser
 
parse(String, AnchorParserListener) - Static method in class org.apache.commons.feedparser.locate.AnchorParser
 
parse(FeedParserListener, FeedParserState) - Static method in class org.apache.commons.feedparser.MetaFeedParser
 
parse(FeedParserListener, Document) - Static method in class org.apache.commons.feedparser.OPMLFeedParser
Parse this feed.
parse(FeedParserListener, Document) - Static method in class org.apache.commons.feedparser.RSSFeedParser
Parse the given document as an OPML document.
parse(FeedParserListener, FeedParserState) - Static method in class org.apache.commons.feedparser.TagFeedParser
 
parse(String) - Static method in class org.apache.commons.feedparser.tools.ISO8601DateParser
 
parse(String) - Static method in class org.apache.commons.feedparser.tools.RFC3066LocaleParser
 
parse(String) - Static method in class org.apache.commons.feedparser.tools.RFC822DateParser
 
parse(byte[]) - Static method in class org.apache.commons.feedparser.tools.XMLEncodingParser
 
parseAnchors(String, AnchorParserListener) - Static method in class org.apache.commons.feedparser.locate.AnchorParser
Deprecated. use HTParser
parseCookieHeader(String) - Static method in class org.apache.commons.feedparser.network.URLCookieManager
Parse a given Cookie header into a hashtable.
patternToStrip - Static variable in class org.apache.commons.feedparser.locate.blogservice.BlogService
A regex to find any trailing filename and strip it
PMachine - Class in org.apache.commons.feedparser.locate.blogservice
Models the PMachine blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
PMachine() - Constructor for class org.apache.commons.feedparser.locate.blogservice.PMachine
 
PostAgent - Interface in org.apache.commons.feedparser.post
A PostAgent allows a developer to post to a given weblog.
PostEntry - Class in org.apache.commons.feedparser.post
A PostAgent allows a developer to post to a given weblog.
PostEntry() - Constructor for class org.apache.commons.feedparser.post.PostEntry
 
ProbeLocator - Class in org.apache.commons.feedparser.locate
Locator which uses Link probing.
ProbeLocator() - Constructor for class org.apache.commons.feedparser.locate.ProbeLocator
 

Q

QUOTE - Static variable in class org.apache.commons.feedparser.NS
 

R

RadioUserland - Class in org.apache.commons.feedparser.locate.blogservice
Models the Radio Userland blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
RadioUserland() - Constructor for class org.apache.commons.feedparser.locate.blogservice.RadioUserland
 
RDF - Static variable in class org.apache.commons.feedparser.NS
 
RDFS - Static variable in class org.apache.commons.feedparser.NS
 
read() - Method in class org.apache.commons.feedparser.network.AdvancedInputStream
 
read(byte[]) - Method in class org.apache.commons.feedparser.network.AdvancedInputStream
 
read(byte[], int, int) - Method in class org.apache.commons.feedparser.network.AdvancedInputStream
 
REFERER - Static variable in class org.apache.commons.feedparser.network.URLResourceRequest
Not used anymore.
request - Variable in class org.apache.commons.feedparser.network.DataEvent
 
reset() - Method in class org.apache.commons.feedparser.network.AdvancedInputStream
 
resolve(String) - Static method in class org.apache.commons.feedparser.network.URLResolver
 
resource - Variable in class org.apache.commons.feedparser.locate.FeedReference
The network addressable resource forfor this feed.
resource - Variable in class org.apache.commons.feedparser.network.DataEvent
The resource URL.
ResourceExpander - Class in org.apache.commons.feedparser.locate
 
ResourceExpander() - Constructor for class org.apache.commons.feedparser.locate.ResourceExpander
 
ResourceRequest - Interface in org.apache.commons.feedparser.network
A ResourceRequest is a generic interface to a network resource such as an HTTP URL.
ResourceRequestFactory - Class in org.apache.commons.feedparser.network
Get a ResourceRequest for a given URL.
ResourceRequestFactory() - Constructor for class org.apache.commons.feedparser.network.ResourceRequestFactory
 
RFC3066LocaleParser - Class in org.apache.commons.feedparser.tools
 
RFC3066LocaleParser() - Constructor for class org.apache.commons.feedparser.tools.RFC3066LocaleParser
 
RFC822DateParser - Class in org.apache.commons.feedparser.tools
RFC 822 date parsing utility.
RFC822DateParser() - Constructor for class org.apache.commons.feedparser.tools.RFC822DateParser
 
RSS - Static variable in class org.apache.commons.feedparser.NS
 
RSS10_OutputFeedParserListener - Class in org.apache.commons.feedparser.output
 
RSS10_OutputFeedParserListener(OutputStream) - Constructor for class org.apache.commons.feedparser.output.RSS10_OutputFeedParserListener
Create a new RSS10_OutputFeedParserListener instance.
RSS_MEDIA_TYPE - Static variable in class org.apache.commons.feedparser.locate.FeedReference
 
RSSFeedParser - Class in org.apache.commons.feedparser
Handles parsing RSS .
RSSFeedParser() - Constructor for class org.apache.commons.feedparser.RSSFeedParser
 
RSSFeedParser - Class in org.apache.commons.feedparser.sax
 
RSSFeedParser() - Constructor for class org.apache.commons.feedparser.sax.RSSFeedParser
Create a new RSSFeedParser instance.

S

save(ResourceRequest) - Static method in class org.apache.commons.feedparser.network.URLCookieManager
Save the cookies FROM this request.
SCHEME - Static variable in class org.apache.commons.feedparser.network.BlockingResourceRequest
 
schemePattern - Variable in class org.apache.commons.feedparser.locate.FeedReference
 
schemePattern - Static variable in class org.apache.commons.feedparser.locate.ResourceExpander
A regexp to determine if a URL has a scheme, such as "http://foo.com".
selectText(String, Element) - Static method in class org.apache.commons.feedparser.BaseParser
 
setAdAtomFeed(FeedReference) - Method in class org.apache.commons.feedparser.FeedList
Set the value of adAtomFeed.
setAdRSSFeed(FeedReference) - Method in class org.apache.commons.feedparser.FeedList
Set the value of adRSSFeed.
setContext(Object) - Method in class org.apache.commons.feedparser.DefaultFeedParserListener
 
setContext(Object) - Method in interface org.apache.commons.feedparser.FeedLifecycleListener
Set this context that this FeedParserListener is executing within.
setContext(Object) - Method in class org.apache.commons.feedparser.impl.DebugFeedParserListener
 
setContext(Object) - Method in interface org.apache.commons.feedparser.locate.AnchorParserListener
 
setContext(Object) - Method in class org.apache.commons.feedparser.output.RSS10_OutputFeedParserListener
 
setContext(Object) - Method in class org.apache.commons.feedparser.Test
 
setEtag(String) - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
setEtag(String) - Method in interface org.apache.commons.feedparser.network.ResourceRequest
 
setEventListener(NetworkEventListener) - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
setEventListener(NetworkEventListener) - Method in interface org.apache.commons.feedparser.network.ResourceRequest
 
setFirstAdAtomFeed(FeedReference) - Method in class org.apache.commons.feedparser.FeedList
 
setFirstAdRSSFeed(FeedReference) - Method in class org.apache.commons.feedparser.FeedList
 
setFollowRedirects(boolean) - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
setFollowRedirects(boolean) - Method in interface org.apache.commons.feedparser.network.ResourceRequest
 
setIfModifiedSince(long) - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
setIfModifiedSince(long) - Method in interface org.apache.commons.feedparser.network.ResourceRequest
 
setLocalCache(boolean) - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
setLocalCache(boolean) - Method in interface org.apache.commons.feedparser.network.ResourceRequest
When true we cache getLocalInputStream() so that multiple requests are returned from local data.
setOffline(boolean) - Static method in class org.apache.commons.feedparser.network.ResourceRequestFactory
Enable/disable offline operation.
setRequestHeaderField(String, String) - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
setRequestHeaderField(String, String) - Method in interface org.apache.commons.feedparser.network.ResourceRequest
Set a given request header such as UserAgent, ETag, etc.
setRequestMethod(String) - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
setRequestMethod(String) - Method in interface org.apache.commons.feedparser.network.ResourceRequest
 
setRequestMethod(String) - Method in class org.apache.commons.feedparser.network.URLResourceRequest
Set the RequestMethod of this URLConnection.
setResource(String) - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
Set the value of resource.
setResource(String) - Method in interface org.apache.commons.feedparser.network.ResourceRequest
 
setResponseCode(int) - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
 
setResponseCode(int) - Method in interface org.apache.commons.feedparser.network.ResourceRequest
 
setTransparentHTCacheEnabled(boolean) - Static method in class org.apache.commons.feedparser.network.ResourceRequestFactory
When the transparent HTCache is enabled we will keep content local similar to the Mozilla cache and return the cached copy and use if-Modified-Since when necessary.
skip(long) - Method in class org.apache.commons.feedparser.network.AdvancedInputStream
 
startDocument() - Method in class org.apache.commons.feedparser.sax.RSSFeedParser
 
SUBSCRIPTION - Static variable in class org.apache.commons.feedparser.NS
 

T

TagFeedParser - Class in org.apache.commons.feedparser
Handles parsing RSS metadata including dates
TagFeedParser() - Constructor for class org.apache.commons.feedparser.TagFeedParser
 
TagFeedParserListener - Interface in org.apache.commons.feedparser
 
TAXO - Static variable in class org.apache.commons.feedparser.NS
mod_taxonomy
TerminateParserException - Exception in org.apache.commons.feedparser
Signal that we should stop parsing and abort.
TerminateParserException(String) - Constructor for exception org.apache.commons.feedparser.TerminateParserException
 
TerminateParserException(Throwable) - Constructor for exception org.apache.commons.feedparser.TerminateParserException
 
TerminateParserException(String, Throwable) - Constructor for exception org.apache.commons.feedparser.TerminateParserException
 
Test - Class in org.apache.commons.feedparser
This FeedParser implementation is based on JDOM and Jaxen and is based around XPath and JDOM iteration.
Test() - Constructor for class org.apache.commons.feedparser.Test
 
test(String) - Method in class org.apache.commons.feedparser.test.TestFeedParserUTF8
 
test1() - Method in class org.apache.commons.feedparser.test.TestAtom
 
test1() - Method in class org.apache.commons.feedparser.test.TestComments
 
test1() - Method in class org.apache.commons.feedparser.test.TestFeedFilter
 
test1() - Method in class org.apache.commons.feedparser.test.TestFeedLocator
 
test1() - Method in class org.apache.commons.feedparser.test.TestFeedParserUTF8
 
test1() - Method in class org.apache.commons.feedparser.test.TestGuid
 
test2() - Method in class org.apache.commons.feedparser.test.TestFeedParserUTF8
 
test3() - Method in class org.apache.commons.feedparser.test.TestFeedParserUTF8
 
test4() - Method in class org.apache.commons.feedparser.test.TestFeedParserUTF8
 
testAOLJournal() - Method in class org.apache.commons.feedparser.test.TestProbeLocator
 
testAssertXerces() - Method in class org.apache.commons.feedparser.test.TestFeedParserUTF8
 
TestAtom - Class in org.apache.commons.feedparser.test
 
TestAtom(String) - Constructor for class org.apache.commons.feedparser.test.TestAtom
 
testBlogger() - Method in class org.apache.commons.feedparser.test.TestProbeLocator
 
testBlosxom() - Method in class org.apache.commons.feedparser.test.TestProbeLocator
 
TestBrokenFeeds - Class in org.apache.commons.feedparser.test
 
TestBrokenFeeds(String) - Constructor for class org.apache.commons.feedparser.test.TestBrokenFeeds
 
TestComments - Class in org.apache.commons.feedparser.test
 
TestComments(String) - Constructor for class org.apache.commons.feedparser.test.TestComments
 
testDefault() - Static method in class org.apache.commons.feedparser.test.TestPerformance
 
testDiaryLand() - Method in class org.apache.commons.feedparser.test.TestProbeLocator
 
TestFeedFilter - Class in org.apache.commons.feedparser.test
 
TestFeedFilter(String) - Constructor for class org.apache.commons.feedparser.test.TestFeedFilter
 
TestFeedLocator - Class in org.apache.commons.feedparser.test
 
TestFeedLocator(String) - Constructor for class org.apache.commons.feedparser.test.TestFeedLocator
 
TestFeedParser - Class in org.apache.commons.feedparser.test
 
TestFeedParser(String) - Constructor for class org.apache.commons.feedparser.test.TestFeedParser
 
TestFeedParserUTF8 - Class in org.apache.commons.feedparser.test
 
TestFeedParserUTF8(String) - Constructor for class org.apache.commons.feedparser.test.TestFeedParserUTF8
 
testGreyMatter() - Method in class org.apache.commons.feedparser.test.TestProbeLocator
 
TestGuid - Class in org.apache.commons.feedparser.test
 
TestGuid(String) - Constructor for class org.apache.commons.feedparser.test.TestGuid
 
testLiveJournal() - Method in class org.apache.commons.feedparser.test.TestProbeLocator
 
testMovableType() - Method in class org.apache.commons.feedparser.test.TestProbeLocator
 
testNoContent1() - Method in class org.apache.commons.feedparser.test.TestBrokenFeeds
Jeremy Zawodny's RSS feed isn't including content for some reason.
testParseOPML() - Method in class org.apache.commons.feedparser.test.TestFeedParser
 
TestPerformance - Class in org.apache.commons.feedparser.test
 
TestPerformance(String) - Constructor for class org.apache.commons.feedparser.test.TestPerformance
 
testPMachine() - Method in class org.apache.commons.feedparser.test.TestProbeLocator
 
TestProbeLocator - Class in org.apache.commons.feedparser.test
 
TestProbeLocator(String) - Constructor for class org.apache.commons.feedparser.test.TestProbeLocator
 
testRadioUserland() - Method in class org.apache.commons.feedparser.test.TestProbeLocator
 
testSAX() - Static method in class org.apache.commons.feedparser.test.TestPerformance
 
testTextAmerica() - Method in class org.apache.commons.feedparser.test.TestProbeLocator
 
testTextPattern() - Method in class org.apache.commons.feedparser.test.TestProbeLocator
 
testTypePad() - Method in class org.apache.commons.feedparser.test.TestProbeLocator
 
testWordPress() - Method in class org.apache.commons.feedparser.test.TestProbeLocator
 
testXanga() - Method in class org.apache.commons.feedparser.test.TestProbeLocator
 
TextAmerica - Class in org.apache.commons.feedparser.locate.blogservice
Models the TextAmerica blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
TextAmerica() - Constructor for class org.apache.commons.feedparser.locate.blogservice.TextAmerica
 
TextPattern - Class in org.apache.commons.feedparser.locate.blogservice
Models the TextPattern blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
TextPattern() - Constructor for class org.apache.commons.feedparser.locate.blogservice.TextPattern
 
TIMEOUT - Static variable in class org.apache.commons.feedparser.network.HTTPClientNetworkResource
 
title - Variable in class org.apache.commons.feedparser.locate.FeedReference
The title of the reference.
title - Variable in class org.apache.commons.feedparser.post.PostEntry
 
toByteArray(InputStream) - Method in class org.apache.commons.feedparser.FeedParserImpl
Convert an InputStream to a byte array.
toOutputStream(OutputStream) - Method in class org.apache.commons.feedparser.network.BaseResourceRequest
Copy this resource request to the given OutputStream
toOutputStream(OutputStream) - Method in interface org.apache.commons.feedparser.network.ResourceRequest
Copy this input stream to an OutputStream
toString() - Method in class org.apache.commons.feedparser.FeedVersion
 
toString() - Method in class org.apache.commons.feedparser.impl.CaptureOutputFeedParserListener
 
toString() - Method in class org.apache.commons.feedparser.locate.blogservice.BlogService
 
toString() - Method in class org.apache.commons.feedparser.locate.FeedReference
 
toString(Date) - Static method in class org.apache.commons.feedparser.tools.ISO8601DateParser
 
toString(Date, TimeZone) - Static method in class org.apache.commons.feedparser.tools.RFC822DateParser
 
type - Variable in class org.apache.commons.feedparser.locate.FeedReference
The media type of this feed.
Typepad - Class in org.apache.commons.feedparser.locate.blogservice
Models the TypePad blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
Typepad() - Constructor for class org.apache.commons.feedparser.locate.blogservice.Typepad
 

U

Unknown - Class in org.apache.commons.feedparser.locate.blogservice
Models an unknown blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
Unknown() - Constructor for class org.apache.commons.feedparser.locate.blogservice.Unknown
 
URLCookieManager - Class in org.apache.commons.feedparser.network
By default java.net.URL does NOT handle cookies.
URLCookieManager() - Constructor for class org.apache.commons.feedparser.network.URLCookieManager
 
URLResolver - Class in org.apache.commons.feedparser.network
This is a portable and thin URL resolver.
URLResolver() - Constructor for class org.apache.commons.feedparser.network.URLResolver
 
URLResourceRequest - Class in org.apache.commons.feedparser.network
ResourceRequest implementation that uses java.net.URL as the backend.
URLResourceRequest() - Constructor for class org.apache.commons.feedparser.network.URLResourceRequest
 
USER_AGENT - Static variable in class org.apache.commons.feedparser.network.URLResourceRequest
 
USER_AGENT_HEADER - Static variable in class org.apache.commons.feedparser.network.URLResourceRequest
 
USER_AGENT_MOZILLA - Static variable in class org.apache.commons.feedparser.network.URLResourceRequest
 

V

version - Variable in class org.apache.commons.feedparser.FeedVersion
The version of this specification.
version_major - Variable in class org.apache.commons.feedparser.FeedVersion
 
version_minor - Variable in class org.apache.commons.feedparser.FeedVersion
 
version_sub - Variable in class org.apache.commons.feedparser.FeedVersion
 

W

WFW - Static variable in class org.apache.commons.feedparser.NS
 
WordPress - Class in org.apache.commons.feedparser.locate.blogservice
Models the WordPress blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
WordPress() - Constructor for class org.apache.commons.feedparser.locate.blogservice.WordPress
 

X

Xanga - Class in org.apache.commons.feedparser.locate.blogservice
Models the Xanga blog service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
Xanga() - Constructor for class org.apache.commons.feedparser.locate.blogservice.Xanga
 
XFN_RELATIONS - Static variable in class org.apache.commons.feedparser.HTMLFeedParser
 
XHTML - Static variable in class org.apache.commons.feedparser.NS
 
XHTMLFeedParserListener - Interface in org.apache.commons.feedparser
Deprecated. Migration to ContentFeedParserListener
XML_MEDIA_TYPE - Static variable in class org.apache.commons.feedparser.locate.FeedReference
 
XMLCleanser - Class in org.apache.commons.feedparser.tools
Class that can cleanse a string so that nothing can be present to break an XML parser.
XMLCleanser() - Constructor for class org.apache.commons.feedparser.tools.XMLCleanser
 
XMLEncodingParser - Class in org.apache.commons.feedparser.tools
Given an XML document pull out the encoding or the default (UTF-8) if not specified.
XMLEncodingParser() - Constructor for class org.apache.commons.feedparser.tools.XMLEncodingParser
 

Y

YahooGroups - Class in org.apache.commons.feedparser.locate.blogservice
Models the Yahoo Groups service, encapsulating whether a given weblog is this type of service and where it usually keeps its feeds.
YahooGroups() - Constructor for class org.apache.commons.feedparser.locate.blogservice.YahooGroups
 

_

_getInputStream() - Method in class org.apache.commons.feedparser.network.URLResourceRequest
 

A B C D E F G H I K L M N O P Q R S T U V W X Y _

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