Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W Y 

A

addAuthor(Person) - Method in class be.ceau.podcastparser.models.core.Feed
 
addAuthor(Person) - Method in class be.ceau.podcastparser.models.core.Item
 
addCategory(Category) - Method in class be.ceau.podcastparser.models.core.Feed
 
addCategory(Category) - Method in class be.ceau.podcastparser.models.core.Item
 
addChapter(Chapter) - Method in class be.ceau.podcastparser.models.core.Item
 
addContributor(Person) - Method in class be.ceau.podcastparser.models.core.Feed
 
addCredit(Credit) - Method in class be.ceau.podcastparser.models.core.Item
 
addHash(Hash) - Method in class be.ceau.podcastparser.models.core.Item
 
addImage(Image) - Method in class be.ceau.podcastparser.models.core.Feed
 
addImage(Image) - Method in class be.ceau.podcastparser.models.core.Item
 
addItem(Item) - Method in class be.ceau.podcastparser.models.core.Feed
 
addKeyword(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
addKeyword(String) - Method in class be.ceau.podcastparser.models.core.Item
 
addKeywords(Collection<String>) - Method in class be.ceau.podcastparser.models.core.Feed
 
addKeywords(Collection<String>) - Method in class be.ceau.podcastparser.models.core.Item
 
addLink(Link) - Method in class be.ceau.podcastparser.models.core.Feed
 
addLink(Link) - Method in class be.ceau.podcastparser.models.core.Item
 
addMediaContent(MediaContent) - Method in class be.ceau.podcastparser.models.core.Item
 
addMediaContents(List<MediaContent>) - Method in class be.ceau.podcastparser.models.core.Item
 
addMetamark(Metamark) - Method in class be.ceau.podcastparser.models.core.Item
 
addOtherEnclosure(String, Enclosure) - Method in class be.ceau.podcastparser.models.core.Item
 
addOtherValue(OtherValueKey, String) - Method in class be.ceau.podcastparser.models.core.Feed
 
addOtherValue(OtherValueKey, String) - Method in class be.ceau.podcastparser.models.core.Item
 
addScene(Scene) - Method in class be.ceau.podcastparser.models.core.Item
 
addSkipDay(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
addSkipHour(int) - Method in class be.ceau.podcastparser.models.core.Feed
 
addTranscript(Transcript) - Method in class be.ceau.podcastparser.models.core.Item
 
ARD - Class in be.ceau.podcastparser.namespace.custom.impl
 
ARD() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.ARD
 
Atom - Class in be.ceau.podcastparser.namespace.root.impl
Atom Syndication Format
AtomPublishing - Class in be.ceau.podcastparser.namespace.custom.impl
The Atom Publishing Protocol is an application-level protocol for publishing and editing Web Resources using HTTP and XML 1.0.
AtomPublishing() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.AtomPublishing
 
AtomThreading - Class in be.ceau.podcastparser.namespace.custom.impl
An extension for expressing threaded discussions within the Atom Syndication Format [RFC4287].
AtomThreading() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.AtomThreading
 
Attributes - Class in be.ceau.podcastparser.util
Utility class for extracting and cleaning attribute values.

B

BBC - Class in be.ceau.podcastparser.namespace.custom.impl
 
BBC() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.BBC
 
be.ceau.podcastparser - package be.ceau.podcastparser
 
be.ceau.podcastparser.exceptions - package be.ceau.podcastparser.exceptions
Exceptions that can be thrown by this library.
be.ceau.podcastparser.filter - package be.ceau.podcastparser.filter
Logic to include or exclude namespaces or elements from parsing.
be.ceau.podcastparser.models.core - package be.ceau.podcastparser.models.core
Core models for this library
be.ceau.podcastparser.models.support - package be.ceau.podcastparser.models.support
Additional models representing custom data constructs
be.ceau.podcastparser.namespace - package be.ceau.podcastparser.namespace
 
be.ceau.podcastparser.namespace.callback - package be.ceau.podcastparser.namespace.callback
 
be.ceau.podcastparser.namespace.custom.impl - package be.ceau.podcastparser.namespace.custom.impl
 
be.ceau.podcastparser.namespace.root.impl - package be.ceau.podcastparser.namespace.root.impl
 
be.ceau.podcastparser.util - package be.ceau.podcastparser.util
 
beforeProcess(String, Feed, XMLStreamReader) - Method in interface be.ceau.podcastparser.namespace.callback.NamespaceCallbackHandler
Receives a callback before Namespace.process(PodcastParserContext) is invoked.
beforeProcess(String, Item, XMLStreamReader) - Method in interface be.ceau.podcastparser.namespace.callback.NamespaceCallbackHandler
Receives a callback before Namespace.process(PodcastParserContext, Item) is invoked.
beforeProcess(String, Feed, XMLStreamReader) - Method in class be.ceau.podcastparser.namespace.callback.NamespaceCountingCallbackHandler
 
beforeProcess(String, Item, XMLStreamReader) - Method in class be.ceau.podcastparser.namespace.callback.NamespaceCountingCallbackHandler
 
beforeProcess() - Method in class be.ceau.podcastparser.PodcastParserContext
Process callback before processing Feed
beforeProcess(Item) - Method in class be.ceau.podcastparser.PodcastParserContext
Process callback before processing Item
Blip - Class in be.ceau.podcastparser.namespace.custom.impl
 
Blip() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Blip
 
Blogger - Class in be.ceau.podcastparser.namespace.custom.impl
 
Blogger() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Blogger
 
BnrNl - Class in be.ceau.podcastparser.namespace.custom.impl
 
BnrNl() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.BnrNl
 

C

Category - Class in be.ceau.podcastparser.models.support
Provide an indication of the content of a feed or item.
Category() - Constructor for class be.ceau.podcastparser.models.support.Category
 
Category5 - Class in be.ceau.podcastparser.namespace.custom.impl
 
Category5() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Category5
 
Channel9 - Class in be.ceau.podcastparser.namespace.custom.impl
 
Channel9() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Channel9
 
Chapter - Class in be.ceau.podcastparser.models.support
 
Chapter() - Constructor for class be.ceau.podcastparser.models.support.Chapter
 
Comments - Class in be.ceau.podcastparser.models.support
 
Comments() - Constructor for class be.ceau.podcastparser.models.support.Comments
 
compareTo(Chapter) - Method in class be.ceau.podcastparser.models.support.Chapter
 
Content - Class in be.ceau.podcastparser.namespace.custom.impl
RDF Site Summary 1.0 Modules: Content
Content() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Content
 
Copyright - Class in be.ceau.podcastparser.models.support
Instances represent copyright information for an enclosure
Copyright() - Constructor for class be.ceau.podcastparser.models.support.Copyright
 
count(EncounteredElement) - Method in class be.ceau.podcastparser.util.ElementCounter
 
CreativeCommons - Class in be.ceau.podcastparser.namespace.custom.impl
Creative Commons Rights Expression Language
CreativeCommons() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.CreativeCommons
 
Credit - Class in be.ceau.podcastparser.models.support
Notable entity and the contribution to the creation of the media object.
Credit() - Constructor for class be.ceau.podcastparser.models.support.Credit
 

D

Dates - Class in be.ceau.podcastparser.util
 
DiscoveryCdn - Class in be.ceau.podcastparser.namespace.custom.impl
 
DiscoveryCdn() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.DiscoveryCdn
 
DublinCore - Class in be.ceau.podcastparser.namespace.custom.impl
Dublin Core
DublinCore() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.DublinCore
 
DublinCoreTerms - Class in be.ceau.podcastparser.namespace.custom.impl
Metadata terms maintained by the Dublin Core Metadata Initiative:
DublinCoreTerms() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.DublinCoreTerms
 
Durations - Class in be.ceau.podcastparser.util
Factory class for parsing duration patterns into long millisecond values.

E

ElementCounter - Class in be.ceau.podcastparser.util
Utility class to count elements
ElementCounter() - Constructor for class be.ceau.podcastparser.util.ElementCounter
 
ElementFilter - Interface in be.ceau.podcastparser.filter
Logic to include or exclude specific namespaces or elements from the parse process.
Enclosure - Class in be.ceau.podcastparser.models.support
 
Enclosure() - Constructor for class be.ceau.podcastparser.models.support.Enclosure
 
EncounteredElement - Class in be.ceau.podcastparser.util
Encapsulate a full element for logging and debugging purposes.
EncounteredElement(String, XMLStreamReader, ParseLevel) - Constructor for class be.ceau.podcastparser.util.EncounteredElement
 
equals(Object) - Method in class be.ceau.podcastparser.filter.ExcludeElementFilter
 
equals(Object) - Method in class be.ceau.podcastparser.filter.ExcludeNamespaceFilter
 
equals(Object) - Method in class be.ceau.podcastparser.filter.IncludeElementFilter
 
equals(Object) - Method in class be.ceau.podcastparser.filter.IncludeNamespaceFilter
 
equals(Object) - Method in class be.ceau.podcastparser.models.support.Category
 
equals(Object) - Method in class be.ceau.podcastparser.models.support.Link
 
equals(Object) - Method in class be.ceau.podcastparser.util.EncounteredElement
 
ExcludeElementFilter - Class in be.ceau.podcastparser.filter
ElementFilter instance that skips a specific element in a specific Namespace
ExcludeElementFilter(String, String) - Constructor for class be.ceau.podcastparser.filter.ExcludeElementFilter
 
ExcludeElementFilter(Namespace, String) - Constructor for class be.ceau.podcastparser.filter.ExcludeElementFilter
 
ExcludeNamespaceFilter - Class in be.ceau.podcastparser.filter
ElementFilter instance that skips any element for a given Namespace
ExcludeNamespaceFilter(String) - Constructor for class be.ceau.podcastparser.filter.ExcludeNamespaceFilter
 
ExcludeNamespaceFilter(Namespace) - Constructor for class be.ceau.podcastparser.filter.ExcludeNamespaceFilter
 

F

Feed - Class in be.ceau.podcastparser.models.core
 
Feed() - Constructor for class be.ceau.podcastparser.models.core.Feed
 
Feedburner - Class in be.ceau.podcastparser.namespace.custom.impl
 
Feedburner() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Feedburner
 
from(XMLStreamReader) - Method in class be.ceau.podcastparser.util.Attributes
 
from(XMLStreamReader) - Static method in class be.ceau.podcastparser.util.RequiredState
 

G

Geo - Class in be.ceau.podcastparser.namespace.custom.impl
WGS84 Geo Positioning: an RDF vocabulary
Geo() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Geo
 
GeoBox - Class in be.ceau.podcastparser.models.support
A bounding box is a rectangular region, often used to define the extents of a map or a rough area of interest.
GeoBox() - Constructor for class be.ceau.podcastparser.models.support.GeoBox
 
GeoPoint - Class in be.ceau.podcastparser.models.support
A single latitude-longitude pair.
GeoPoint() - Constructor for class be.ceau.podcastparser.models.support.GeoPoint
 
GeoRSS - Class in be.ceau.podcastparser.namespace.custom.impl
GeoRSS : Geographically Encoded Objects for RSS feeds
GeoRSS() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.GeoRSS
 
get(String) - Static method in class be.ceau.podcastparser.util.Attributes
 
getAdultContent() - Method in class be.ceau.podcastparser.models.support.Rating
Not in RSS specification.
getAlgo() - Method in class be.ceau.podcastparser.models.support.Hash
The algorithm used to create the hash.
getAlternativeNames() - Method in class be.ceau.podcastparser.namespace.custom.impl.AtomPublishing
 
getAlternativeNames() - Method in class be.ceau.podcastparser.namespace.custom.impl.BnrNl
 
getAlternativeNames() - Method in class be.ceau.podcastparser.namespace.custom.impl.Content
 
getAlternativeNames() - Method in class be.ceau.podcastparser.namespace.custom.impl.DublinCore
 
getAlternativeNames() - Method in class be.ceau.podcastparser.namespace.custom.impl.GooglePlay
 
getAlternativeNames() - Method in class be.ceau.podcastparser.namespace.custom.impl.ITunes
 
getAlternativeNames() - Method in class be.ceau.podcastparser.namespace.custom.impl.Media
 
getAlternativeNames() - Method in class be.ceau.podcastparser.namespace.custom.impl.OpenSearch
 
getAlternativeNames() - Method in class be.ceau.podcastparser.namespace.custom.impl.Syndication
 
getAlternativeNames() - Method in interface be.ceau.podcastparser.namespace.Namespace
A namespace has a single, specific, agreed upon name.
getAlternativeNames() - Method in class be.ceau.podcastparser.namespace.root.impl.Atom
 
getAtom() - Static method in class be.ceau.podcastparser.namespace.NamespaceFactory
 
getAttribute(String) - Method in class be.ceau.podcastparser.PodcastParserContext
 
getAttributeAsInteger(String) - Method in class be.ceau.podcastparser.PodcastParserContext
 
getAttributeAsLong(String) - Method in class be.ceau.podcastparser.PodcastParserContext
 
getAttributes() - Method in class be.ceau.podcastparser.util.EncounteredElement
 
getAttributesString() - Method in class be.ceau.podcastparser.util.EncounteredElement
 
getAuthors() - Method in class be.ceau.podcastparser.models.core.Feed
Artist(s) or author(s) of the feed.
getAuthors() - Method in class be.ceau.podcastparser.models.core.Item
Email address of the author of the item.
getBase() - Method in class be.ceau.podcastparser.models.support.UpdateInfo
Defines a base date to be used in concert with updatePeriod and updateFrequency to calculate the publishing schedule.
getBitrate() - Method in class be.ceau.podcastparser.models.support.MediaContent
The kilobits per second rate of media.
getBlock() - Method in class be.ceau.podcastparser.models.core.Feed
 
getBlock() - Method in class be.ceau.podcastparser.models.core.Item
 
getBrowserFriendly() - Method in class be.ceau.podcastparser.models.core.Feed
 
getByCanonicalName(String) - Static method in class be.ceau.podcastparser.namespace.NamespaceFactory
Static factory method that returns an instance of the Namespace with the given canoncial class name implementation for the given uri
getCategories() - Method in class be.ceau.podcastparser.models.core.Feed
Specify one or more categories that the channel belongs to.
getCategories() - Method in class be.ceau.podcastparser.models.core.Item
Includes the item in one or more categories.
getChannels() - Method in class be.ceau.podcastparser.models.support.MediaContent
The number of audio channels in the media object.
getChapters() - Method in class be.ceau.podcastparser.models.core.Item
Not in RSS specification.
getCloud() - Method in class be.ceau.podcastparser.models.core.Feed
Allows processes to register with a cloud to be notified of updates to the channel, implementing a lightweight publish-subscribe protocol for RSS feeds.
getComments() - Method in class be.ceau.podcastparser.models.core.Item
All information regarding comments for this Item
getContent() - Method in class be.ceau.podcastparser.models.core.Item
list Not in RSS specification.
getContributors() - Method in class be.ceau.podcastparser.models.core.Feed
 
getCopyright() - Method in class be.ceau.podcastparser.models.core.Feed
Copyright notice for content in the channel.
getCopyright() - Method in class be.ceau.podcastparser.models.core.Item
The rights element is a Text construct that conveys information about rights held in and over an entry or feed.
getCounter() - Method in class be.ceau.podcastparser.namespace.callback.NamespaceCountingCallbackHandler
 
getCredit() - Method in class be.ceau.podcastparser.models.core.Feed
 
getCredits() - Method in class be.ceau.podcastparser.models.core.Item
Credits for this Item
getDescription() - Method in class be.ceau.podcastparser.models.core.Feed
Phrase or sentence describing the channel.
getDescription() - Method in class be.ceau.podcastparser.models.core.Item
The item synopsis.
getDescription() - Method in class be.ceau.podcastparser.models.support.Enclosure
A short descriptor, used primarily for alternative enclosures.
getDescription() - Method in class be.ceau.podcastparser.models.support.Image
Text that is included in the TITLE attribute of the link formed around the image in the HTML rendering.
getDescription() - Method in class be.ceau.podcastparser.models.support.Scene
 
getDocs() - Method in class be.ceau.podcastparser.models.core.Feed
A URL that points to the documentation for the format used in the RSS file.
getDuration() - Method in class be.ceau.podcastparser.models.core.Item
The duration of the media in the Enclosure of this Item.
getDuration() - Method in class be.ceau.podcastparser.models.support.MediaContent
The number of seconds the media object plays.
getDuration() - Method in class be.ceau.podcastparser.models.support.Metamark
The duration in seconds the metamark should be displayed
getEdited() - Method in class be.ceau.podcastparser.models.core.Item
Date when an item was edited.
getElementText() - Method in class be.ceau.podcastparser.PodcastParserContext
Retrieves the element text if currently at a start element.
getElementTextAsBigDecimal() - Method in class be.ceau.podcastparser.PodcastParserContext
Extract and attempt parsing current element text as BigDecimal, catching any exception
getElementTextAsInteger() - Method in class be.ceau.podcastparser.PodcastParserContext
Extract and attempt parsing current element text as Integer, catching any exception
getEmail() - Method in class be.ceau.podcastparser.models.core.Feed
String email for this Feed
getEmail() - Method in class be.ceau.podcastparser.models.support.Person
The "atom:email" element's content conveys an e-mail address (RFC2822) associated with the person.
getEmbed() - Method in class be.ceau.podcastparser.models.core.Item
As specified in the RawVoice namespace
getEnclosure() - Method in class be.ceau.podcastparser.models.core.Item
list
getEnd() - Method in class be.ceau.podcastparser.models.support.Transcript
 
getEndTime() - Method in class be.ceau.podcastparser.models.support.Scene
 
getEntity() - Method in class be.ceau.podcastparser.models.support.Credit
The entity that the credit is assigned to.
getEpisode() - Method in class be.ceau.podcastparser.models.core.Item
 
getEpisodeType() - Method in class be.ceau.podcastparser.models.core.Item
Whether this is a full episode, a trailer or a preview.
getExplicit() - Method in class be.ceau.podcastparser.models.support.Rating
This tag should be used to indicate whether or not your podcast contains explicit material.
getExpression() - Method in class be.ceau.podcastparser.models.support.MediaContent
Whether this is a sample or the full version or a continuous stream of this object.
getFeed() - Method in class be.ceau.podcastparser.PodcastParserContext
 
getFileSize() - Method in class be.ceau.podcastparser.models.support.MediaContent
The number of bytes of the media object.
getFramerate() - Method in class be.ceau.podcastparser.models.support.MediaContent
The number of frames per second for the media object.
getFrequency() - Method in class be.ceau.podcastparser.models.support.UpdateInfo
Used to describe the frequency of updates in relation to the update period.
getFrom() - Method in class be.ceau.podcastparser.models.support.Visibility
 
getGenerator() - Method in class be.ceau.podcastparser.models.core.Feed
A String indicating the program used to generate the channel.
getGeoBox() - Method in class be.ceau.podcastparser.models.core.Item
 
getGeoPoint() - Method in class be.ceau.podcastparser.models.core.Feed
GeoPoint for this Item
getGeoPoint() - Method in class be.ceau.podcastparser.models.core.Item
GeoPoint for this Item
getGuid() - Method in class be.ceau.podcastparser.models.core.Item
guid stands for globally unique identifier.
getHash() - Method in class be.ceau.podcastparser.models.support.Hash
The hashcode for the related media item.
getHashes() - Method in class be.ceau.podcastparser.models.core.Item
Part of Media RSS namespace specification.
getHeight() - Method in class be.ceau.podcastparser.models.support.Image
Indicates the height of the image in pixels.
getHeight() - Method in class be.ceau.podcastparser.models.support.MediaContent
The height of the media object.
getHeight() - Method in class be.ceau.podcastparser.models.support.MediaPlayer
Height is the height of the browser window that the URL should be opened in.
getHref() - Method in class be.ceau.podcastparser.models.support.Chapter
A link providing additional information for this chapter.
getHref() - Method in class be.ceau.podcastparser.models.support.License
A link to a long-form version of the license.
getHref() - Method in class be.ceau.podcastparser.models.support.Link
 
getHreflang() - Method in class be.ceau.podcastparser.models.support.Link
 
getId() - Method in class be.ceau.podcastparser.models.core.Feed
The id element conveys a permanent, universally unique identifier for an entry or feed.
getImage() - Method in class be.ceau.podcastparser.models.support.Chapter
An image associated with this chapter.
getImages() - Method in class be.ceau.podcastparser.models.core.Feed
Specifies a GIF, JPEG or PNG image that can be displayed with the channel.
getImages() - Method in class be.ceau.podcastparser.models.core.Item
 
getInstance(String) - Static method in class be.ceau.podcastparser.namespace.NamespaceFactory
Static factory method that returns the appropriate Namespace implementation for the given uri
getIsDefault() - Method in class be.ceau.podcastparser.models.support.MediaContent
Whether this is the default MediaContent object that should be used for the group.
getItems() - Method in class be.ceau.podcastparser.models.core.Feed
An item may represent a "story" -- much like a story in a newspaper or magazine; if so its description is a synopsis of the story, and the link points to the full story.
getKeywords() - Method in class be.ceau.podcastparser.models.core.Feed
Not in RSS specification.
getKeywords() - Method in class be.ceau.podcastparser.models.core.Item
Not in RSS specification.
getLabel() - Method in class be.ceau.podcastparser.models.support.Category
Human readable label that can be displayed in end user applications.
getLabel() - Method in class be.ceau.podcastparser.models.support.License
Label to display license information.
getLang() - Method in class be.ceau.podcastparser.models.support.MediaContent
The primary language encapsulated in the media object.
getLang() - Method in class be.ceau.podcastparser.models.support.Transcript
 
getLanguage() - Method in class be.ceau.podcastparser.models.core.Feed
The language the channel is written in.
getLanguage() - Method in class be.ceau.podcastparser.models.core.Item
Language of this Item
getLastBuildDate() - Method in class be.ceau.podcastparser.models.core.Feed
The last time the content of the channel changed.
getLatitude() - Method in class be.ceau.podcastparser.models.support.GeoPoint
 
getLength() - Method in class be.ceau.podcastparser.models.support.Enclosure
Length says how big the enclosure is in bytes.
getLength() - Method in class be.ceau.podcastparser.models.support.Link
 
getLevel() - Method in class be.ceau.podcastparser.util.EncounteredElement
 
getLicense() - Method in class be.ceau.podcastparser.models.core.Item
License information for this Item
getLink() - Method in class be.ceau.podcastparser.models.support.Comments
URL of a page for comments relating to the item.
getLink() - Method in class be.ceau.podcastparser.models.support.Image
The URL of the site, when the channel is rendered, the image is a link to the site.
getLink() - Method in class be.ceau.podcastparser.models.support.Metamark
The URL to the media, web page or image
getLinks() - Method in class be.ceau.podcastparser.models.core.Feed
Collection of all links defined at the feed or channel level.
getLinks() - Method in class be.ceau.podcastparser.models.core.Item
The URL to the item (RSS spec).
getLocalName() - Method in class be.ceau.podcastparser.util.EncounteredElement
 
getLocation() - Method in class be.ceau.podcastparser.models.core.Feed
The geographic location for this feed.
getLongitude() - Method in class be.ceau.podcastparser.models.support.GeoPoint
 
getLowerCorner() - Method in class be.ceau.podcastparser.models.support.GeoBox
 
getManagingEditor() - Method in class be.ceau.podcastparser.models.core.Feed
Email address for person responsible for editorial content.
getMap() - Method in class be.ceau.podcastparser.util.ElementCounter
 
getMediaContents() - Method in class be.ceau.podcastparser.models.core.Item
A more expressive alternative to Item.getEnclosure().
getMediaPlayer() - Method in class be.ceau.podcastparser.models.core.Item
 
getMedium() - Method in class be.ceau.podcastparser.models.support.MediaContent
The type of object (image | audio | video | document | executable).
getMetamarks() - Method in class be.ceau.podcastparser.models.core.Item
 
getName() - Method in class be.ceau.podcastparser.models.support.Category
The actual category.
getName() - Method in class be.ceau.podcastparser.models.support.Person
The "atom:name" element's content conveys a human-readable name for the person.
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.ARD
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.AtomPublishing
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.AtomThreading
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.BBC
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Blip
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Blogger
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.BnrNl
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Category5
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Channel9
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Content
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.CreativeCommons
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.DiscoveryCdn
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.DublinCore
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.DublinCoreTerms
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Feedburner
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Geo
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.GeoRSS
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.GoogleData
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.GooglePlay
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Iono
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.ITunes
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.ItunesU
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Longtailvideo
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Media
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Mlb
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.OpenSearch
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Oupod
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.PodfmRu
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.PromoDeejay
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.RadioFrance
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.RawVoice
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.ResourceDescriptionFramework
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.RTE
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.SimpleChapters
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Slash
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.SverigesRadio
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Syndication
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.UserlandCreativeCommons
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.WellFormedWeb
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Welt
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.Wordpress
 
getName() - Method in class be.ceau.podcastparser.namespace.custom.impl.YahooVideo
 
getName() - Method in interface be.ceau.podcastparser.namespace.Namespace
A namespace has a single, specific, agreed upon name.
getName() - Method in class be.ceau.podcastparser.namespace.root.impl.Atom
 
getName() - Method in class be.ceau.podcastparser.namespace.root.impl.RSS
 
getNamespaces() - Static method in class be.ceau.podcastparser.namespace.NamespaceFactory
 
getNamespaceUri() - Method in class be.ceau.podcastparser.util.EncounteredElement
 
getNamespaceURIs() - Method in class be.ceau.podcastparser.namespace.callback.UnhandledNamespaceCounter
 
getNumber() - Method in class be.ceau.podcastparser.models.support.Comments
The number of comments on this item.
getOrder() - Method in class be.ceau.podcastparser.models.core.Item
 
getOtherEnclosures() - Method in class be.ceau.podcastparser.models.core.Item
A Map containing any alternative Enclosure in the podcast XML that is not the main enclosure.
getOtherValues() - Method in class be.ceau.podcastparser.models.core.Feed
A Map containing any value present in the podcast XML that is not mapped to any of the other values present here.
getOtherValues() - Method in class be.ceau.podcastparser.models.core.Item
A Map containing any value present in the podcast XML that is not mapped to any of the other values present here.
getOwner() - Method in class be.ceau.podcastparser.models.core.Feed
Information that can be used to contact the owner of the podcast for communication specifically about their podcast.
getPeriod() - Method in class be.ceau.podcastparser.models.support.UpdateInfo
Describes the period over which the channel format is updated.
getPosition() - Method in class be.ceau.podcastparser.models.support.Metamark
The position in seconds where the metamark should be handled during playback
getProvider() - Method in class be.ceau.podcastparser.models.core.Item
 
getPubDate() - Method in class be.ceau.podcastparser.models.core.Feed
The publication date for the content in the channel.
getPubDate() - Method in class be.ceau.podcastparser.models.core.Item
Date when the item was published.
getRating() - Method in class be.ceau.podcastparser.models.core.Feed
The rating for this item.
getRating() - Method in class be.ceau.podcastparser.models.core.Item
The rating for this item.
getReader() - Method in class be.ceau.podcastparser.PodcastParserContext
 
getRel() - Method in class be.ceau.podcastparser.models.support.Link
 
getRights() - Method in class be.ceau.podcastparser.models.core.Item
 
getRole() - Method in class be.ceau.podcastparser.models.support.Credit
The role the entity played.
getRSS() - Static method in class be.ceau.podcastparser.namespace.NamespaceFactory
 
getSamplingrate() - Method in class be.ceau.podcastparser.models.support.MediaContent
The number of samples per second taken to create the media object.
getScenes() - Method in class be.ceau.podcastparser.models.core.Item
 
getScheme() - Method in class be.ceau.podcastparser.models.support.Category
The URI that identifies the categorization scheme.
getScheme() - Method in class be.ceau.podcastparser.models.support.Credit
URN that identifies the role scheme (urn:ebu|urn:yvs).
getScheme() - Method in class be.ceau.podcastparser.models.support.Rating
The content rating scheme used in the text property of this Rating.
getSeason() - Method in class be.ceau.podcastparser.models.core.Item
 
getSkipDays() - Method in class be.ceau.podcastparser.models.core.Feed
A hint for aggregators telling them which days they can skip.
getSkipHours() - Method in class be.ceau.podcastparser.models.core.Feed
A hint for aggregators telling them which hours they can skip.
getSource() - Method in class be.ceau.podcastparser.models.core.Item
The RSS channel that the item came from.
getStart() - Method in class be.ceau.podcastparser.models.support.Chapter
The number of milliseconds into the media this chapter starts.
getStart() - Method in class be.ceau.podcastparser.models.support.Transcript
 
getStartTime() - Method in class be.ceau.podcastparser.models.support.Scene
 
getSubcategory() - Method in class be.ceau.podcastparser.models.support.Category
A subcategory.
getSubject() - Method in class be.ceau.podcastparser.models.core.Item
Not in RSS specification.
getSubtitle() - Method in class be.ceau.podcastparser.models.core.Feed
Description of the feed.
getSubtitle() - Method in class be.ceau.podcastparser.models.core.Item
Subtitle of the item.
getSummary() - Method in class be.ceau.podcastparser.models.core.Feed
 
getSummary() - Method in class be.ceau.podcastparser.models.core.Item
 
getText() - Method in class be.ceau.podcastparser.models.support.Copyright
 
getText() - Method in class be.ceau.podcastparser.models.support.Metamark
The text to display
getText() - Method in class be.ceau.podcastparser.models.support.Rating
The actual rating.
getText() - Method in class be.ceau.podcastparser.models.support.Transcript
 
getText() - Method in class be.ceau.podcastparser.models.support.TypedString
 
getTextInput() - Method in class be.ceau.podcastparser.models.core.Feed
Specifies a text input box that can be displayed with the channel.
getTime() - Method in class be.ceau.podcastparser.models.support.Image
The time offset, in milliseconds, in relation to the media object.
getTitle() - Method in class be.ceau.podcastparser.models.core.Feed
The name of the channel or feed
getTitle() - Method in class be.ceau.podcastparser.models.core.Item
The title of the item.
getTitle() - Method in class be.ceau.podcastparser.models.support.Chapter
The title of this chaper.
getTitle() - Method in class be.ceau.podcastparser.models.support.Image
Describes the image, it's used in the ALT attribute of the HTML <img> tag when the channel is rendered in HTML
getTitle() - Method in class be.ceau.podcastparser.models.support.Link
 
getTitle() - Method in class be.ceau.podcastparser.models.support.Scene
 
getTo() - Method in class be.ceau.podcastparser.models.support.Visibility
 
getTranscripts() - Method in class be.ceau.podcastparser.models.core.Item
 
getTtl() - Method in class be.ceau.podcastparser.models.core.Feed
TTL stands for time to live.
getType() - Method in class be.ceau.podcastparser.models.core.Feed
 
getType() - Method in class be.ceau.podcastparser.models.support.Enclosure
The standard MIME type of the enclosure..
getType() - Method in class be.ceau.podcastparser.models.support.License
The document type of the href.
getType() - Method in class be.ceau.podcastparser.models.support.Link
 
getType() - Method in class be.ceau.podcastparser.models.support.MediaContent
The standard MIME type of the object.
getType() - Method in class be.ceau.podcastparser.models.support.Metamark
The URL to the media, web page or image
getType() - Method in class be.ceau.podcastparser.models.support.Transcript
 
getType() - Method in class be.ceau.podcastparser.models.support.TypedString
 
getUpdated() - Method in class be.ceau.podcastparser.models.core.Item
The updated element is a Date construct indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant.
getUpdateInfo() - Method in class be.ceau.podcastparser.models.core.Feed
Update information for this feed.
getUpperCorner() - Method in class be.ceau.podcastparser.models.support.GeoBox
 
getUri() - Method in class be.ceau.podcastparser.models.support.Person
The "atom:uri" element's content conveys an IRI (RFC3987) associated with the person.
getUrl() - Method in class be.ceau.podcastparser.models.support.Copyright
Url is the URL for a terms of use page or additional copyright information.
getUrl() - Method in class be.ceau.podcastparser.models.support.Enclosure
Url says where the enclosure is located.
getUrl() - Method in class be.ceau.podcastparser.models.support.Image
The URL of a GIF, JPEG or PNG image that represents the channel.
getUrl() - Method in class be.ceau.podcastparser.models.support.MediaContent
The direct URL to the media object.
getUrl() - Method in class be.ceau.podcastparser.models.support.MediaPlayer
Url is the URL of the player console that plays the media.
getValidity() - Method in class be.ceau.podcastparser.models.core.Item
Date (often a range) of validity of a resource.
getVisibility() - Method in class be.ceau.podcastparser.models.core.Item
 
getWebMaster() - Method in class be.ceau.podcastparser.models.core.Feed
Email address for person responsible for technical issues relating to channel.
getWidth() - Method in class be.ceau.podcastparser.models.support.Image
Indicates the width of the image in pixels.
getWidth() - Method in class be.ceau.podcastparser.models.support.MediaContent
The width of the media object.
getWidth() - Method in class be.ceau.podcastparser.models.support.MediaPlayer
Width is the width of the browser window that the URL should be opened in.
GoogleData - Class in be.ceau.podcastparser.namespace.custom.impl
Used by Google Data APIs to be able to provide a consistent set of information about a particular kind of item.
GoogleData() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.GoogleData
 
GooglePlay - Class in be.ceau.podcastparser.namespace.custom.impl
 
GooglePlay() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.GooglePlay
 

H

Hash - Class in be.ceau.podcastparser.models.support
Contains a hashcode, as well as information about the algorithm used to calculate the hash.
Hash() - Constructor for class be.ceau.podcastparser.models.support.Hash
 
hashCode() - Method in class be.ceau.podcastparser.filter.ExcludeElementFilter
 
hashCode() - Method in class be.ceau.podcastparser.filter.ExcludeNamespaceFilter
 
hashCode() - Method in class be.ceau.podcastparser.filter.IncludeElementFilter
 
hashCode() - Method in class be.ceau.podcastparser.filter.IncludeNamespaceFilter
 
hashCode() - Method in class be.ceau.podcastparser.models.support.Category
 
hashCode() - Method in class be.ceau.podcastparser.models.support.Link
 
hashCode() - Method in class be.ceau.podcastparser.util.EncounteredElement
 

I

Image - Class in be.ceau.podcastparser.models.support
Image instance, based on RSS spec channel level image.
Image() - Constructor for class be.ceau.podcastparser.models.support.Image
 
IncludeElementFilter - Class in be.ceau.podcastparser.filter
ElementFilter instance that skips everything except a specific element in a specific Namespace
IncludeElementFilter(String, String) - Constructor for class be.ceau.podcastparser.filter.IncludeElementFilter
 
IncludeElementFilter(Namespace, String) - Constructor for class be.ceau.podcastparser.filter.IncludeElementFilter
 
IncludeNamespaceFilter - Class in be.ceau.podcastparser.filter
ElementFilter instance that skips everything except elements in a given Namespace
IncludeNamespaceFilter(String) - Constructor for class be.ceau.podcastparser.filter.IncludeNamespaceFilter
 
IncludeNamespaceFilter(Namespace) - Constructor for class be.ceau.podcastparser.filter.IncludeNamespaceFilter
 
instance() - Static method in class be.ceau.podcastparser.namespace.root.impl.Atom
 
instance() - Static method in class be.ceau.podcastparser.namespace.root.impl.RSS
 
INSTANCE - Static variable in class be.ceau.podcastparser.QuietResolver.QuietStream
 
InvalidFeedFormatException - Exception in be.ceau.podcastparser.exceptions
RuntimeException indicating that the given input could not be parsed.
InvalidFeedFormatException(String) - Constructor for exception be.ceau.podcastparser.exceptions.InvalidFeedFormatException
 
InvalidFeedFormatException(String, String) - Constructor for exception be.ceau.podcastparser.exceptions.InvalidFeedFormatException
 
InvalidFeedFormatException(Throwable) - Constructor for exception be.ceau.podcastparser.exceptions.InvalidFeedFormatException
 
Iono - Class in be.ceau.podcastparser.namespace.custom.impl
 
Iono() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Iono
 
isBlank(String) - Static method in class be.ceau.podcastparser.util.Strings
 
isComplete() - Method in class be.ceau.podcastparser.models.core.Feed
 
isHd() - Method in class be.ceau.podcastparser.models.core.Item
As specified in the RawVoice namespace
isHTMLNamespace(String) - Static method in class be.ceau.podcastparser.namespace.NamespaceFactory
 
isMatch(String) - Method in interface be.ceau.podcastparser.namespace.Namespace
Check if the given namespaceURI is for this Namespace
isNotBlank(String) - Static method in class be.ceau.podcastparser.util.Strings
 
isSkip() - Method in class be.ceau.podcastparser.PodcastParserContext
Evaluate the current element against the ElementFilter instances in this PodcastParserContext.
Item - Class in be.ceau.podcastparser.models.core
 
Item() - Constructor for class be.ceau.podcastparser.models.core.Item
 
ITunes - Class in be.ceau.podcastparser.namespace.custom.impl
 
ITunes() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.ITunes
 
ItunesU - Class in be.ceau.podcastparser.namespace.custom.impl
 
ItunesU() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.ItunesU
 

L

leftPad(String, int) - Static method in class be.ceau.podcastparser.util.Strings
 
License - Class in be.ceau.podcastparser.models.support
License information.
License() - Constructor for class be.ceau.podcastparser.models.support.License
 
Link - Class in be.ceau.podcastparser.models.support
atom:feed elements SHOULD contain one atom:link element with a rel attribute value of "self".
Link() - Constructor for class be.ceau.podcastparser.models.support.Link
 
log() - Method in class be.ceau.podcastparser.PodcastParserContext
Log, non-repeatably, the current element, including its internal hierarchy
Longtailvideo - Class in be.ceau.podcastparser.namespace.custom.impl
 
Longtailvideo() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Longtailvideo
 

M

Media - Class in be.ceau.podcastparser.namespace.custom.impl
Media RSS Specification
Media() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Media
 
MediaContent - Class in be.ceau.podcastparser.models.support
Media RSS is an RSS module that supplements the enclosure capabilities of RSS 2.0.
MediaContent() - Constructor for class be.ceau.podcastparser.models.support.MediaContent
 
MediaPlayer - Class in be.ceau.podcastparser.models.support
Instances represent a reference to a web browser media player console
MediaPlayer() - Constructor for class be.ceau.podcastparser.models.support.MediaPlayer
 
Metamark - Class in be.ceau.podcastparser.models.support
Additional meta information that may complement the enclosure of an item and/or may be used during the playback of the enclosure’s media.
Metamark() - Constructor for class be.ceau.podcastparser.models.support.Metamark
 
Mlb - Class in be.ceau.podcastparser.namespace.custom.impl
 
Mlb() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Mlb
 
mustDelegateTo(Namespace) - Method in interface be.ceau.podcastparser.namespace.Namespace
 

N

Namespace - Interface in be.ceau.podcastparser.namespace
Implements logic specific to a specific XML namespace used in podcasting RSS feeds.
NamespaceCallbackHandler - Interface in be.ceau.podcastparser.namespace.callback
Implement callback logic to be executed anytime a process() method on a Namespace implementation is called.
NamespaceCountingCallbackHandler - Class in be.ceau.podcastparser.namespace.callback
NamespaceCallbackHandler implementation that counts every occurrence of any element in any namespace.
NamespaceCountingCallbackHandler() - Constructor for class be.ceau.podcastparser.namespace.callback.NamespaceCountingCallbackHandler
 
NamespaceFactory - Class in be.ceau.podcastparser.namespace
 
NamespaceFactory() - Constructor for class be.ceau.podcastparser.namespace.NamespaceFactory
 
NoOpNamespaceCallback - Class in be.ceau.podcastparser.namespace.callback
NamespaceCallbackHandler that does nothing.
NoOpNamespaceCallback() - Constructor for class be.ceau.podcastparser.namespace.callback.NoOpNamespaceCallback
 
NotPodcastFeedException - Exception in be.ceau.podcastparser.exceptions
RuntimeException indicating that the parsed file is not RSS or Atom.
NotPodcastFeedException(String) - Constructor for exception be.ceau.podcastparser.exceptions.NotPodcastFeedException
 
NotPodcastFeedException(String, String) - Constructor for exception be.ceau.podcastparser.exceptions.NotPodcastFeedException
 
NotPodcastFeedException(Throwable) - Constructor for exception be.ceau.podcastparser.exceptions.NotPodcastFeedException
 

O

of(T) - Static method in class be.ceau.podcastparser.util.UnmodifiableSet
 
of(T, T) - Static method in class be.ceau.podcastparser.util.UnmodifiableSet
 
of(T...) - Static method in class be.ceau.podcastparser.util.UnmodifiableSet
 
of(Collection<T>) - Static method in class be.ceau.podcastparser.util.UnmodifiableSet
 
OpenSearch - Class in be.ceau.podcastparser.namespace.custom.impl
The OpenSearch response elements can be used by search engines to augment existing XML formats with search-related metadata.
OpenSearch() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.OpenSearch
 
OtherValueKey - Enum in be.ceau.podcastparser.models.support
 
Oupod - Class in be.ceau.podcastparser.namespace.custom.impl
 
Oupod() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Oupod
 

P

parse(String) - Method in class be.ceau.podcastparser.PodcastParser
Parse the given XML String into a Feed object.
parse(Reader) - Method in class be.ceau.podcastparser.PodcastParser
Parse the given XML InputStream into a Feed object.
parse(String) - Static method in class be.ceau.podcastparser.util.Dates
Parse the given input String to a ZonedDateTime instance.
parse(String) - Static method in class be.ceau.podcastparser.util.Durations
Parse the given String into a millisecond timestamp.
parseFeed(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.root.impl.Atom
 
parseFeed(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.root.impl.RSS
 
parseFeed(PodcastParserContext) - Method in interface be.ceau.podcastparser.namespace.RootNamespace
 
parseItem(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.root.impl.Atom
 
parseItem(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.root.impl.RSS
 
parseItem(PodcastParserContext) - Method in interface be.ceau.podcastparser.namespace.RootNamespace
 
ParseLevel - Enum in be.ceau.podcastparser
 
Person - Class in be.ceau.podcastparser.models.support
A person construct is an element that describes a person, corporation, or similar entity.
Person() - Constructor for class be.ceau.podcastparser.models.support.Person
 
PodcastParser - Class in be.ceau.podcastparser
Parser class for converting podcast XML feeds into Feed objects.
PodcastParser() - Constructor for class be.ceau.podcastparser.PodcastParser
No-arg constructor
PodcastParser(NamespaceCallbackHandler) - Constructor for class be.ceau.podcastparser.PodcastParser
Constructor with NamespaceCallbackHandler.
PodcastParser(ElementFilter) - Constructor for class be.ceau.podcastparser.PodcastParser
Constructor with ElementFilter.
PodcastParser(NamespaceCallbackHandler, ElementFilter) - Constructor for class be.ceau.podcastparser.PodcastParser
PodcastParser(Collection<NamespaceCallbackHandler>, Collection<ElementFilter>) - Constructor for class be.ceau.podcastparser.PodcastParser
Constructor with NamespaceCallbackHandler.
PodcastParserContext - Class in be.ceau.podcastparser
Logic and state for the parse process of a single podcast XML feed
PodcastParserContext(String, XMLStreamReader) - Constructor for class be.ceau.podcastparser.PodcastParserContext
Constructor
PodcastParserContext(String, XMLStreamReader, Collection<NamespaceCallbackHandler>) - Constructor for class be.ceau.podcastparser.PodcastParserContext
Constructor
PodcastParserContext(String, XMLStreamReader, Collection<NamespaceCallbackHandler>, Collection<ElementFilter>) - Constructor for class be.ceau.podcastparser.PodcastParserContext
Constructor
PodcastParserException - Exception in be.ceau.podcastparser.exceptions
RuntimeException indicating any issue linked directly to the parsing of a podcast feed XML file.
PodcastParserException(String) - Constructor for exception be.ceau.podcastparser.exceptions.PodcastParserException
 
PodcastParserException(String, String) - Constructor for exception be.ceau.podcastparser.exceptions.PodcastParserException
 
PodcastParserException(Throwable) - Constructor for exception be.ceau.podcastparser.exceptions.PodcastParserException
 
PodfmRu - Class in be.ceau.podcastparser.namespace.custom.impl
 
PodfmRu() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.PodfmRu
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.ARD
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.ARD
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.AtomPublishing
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.AtomThreading
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.BBC
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.BBC
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.Blip
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.Blogger
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.BnrNl
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.Content
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.CreativeCommons
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.DiscoveryCdn
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.DublinCore
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.DublinCore
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.DublinCoreTerms
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.Feedburner
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.Feedburner
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.Geo
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.Geo
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.GeoRSS
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.GoogleData
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.GooglePlay
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.GooglePlay
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.Iono
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.Iono
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.ITunes
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.ITunes
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.ItunesU
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.Longtailvideo
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.Media
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.Media
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.OpenSearch
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.PodfmRu
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.PromoDeejay
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.RadioFrance
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.RadioFrance
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.RawVoice
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.RawVoice
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.RTE
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.RTE
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.SimpleChapters
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.Slash
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.SverigesRadio
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.Syndication
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.UserlandCreativeCommons
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.UserlandCreativeCommons
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.WellFormedWeb
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.Welt
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.custom.impl.Wordpress
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.Wordpress
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.custom.impl.YahooVideo
 
process(PodcastParserContext) - Method in interface be.ceau.podcastparser.namespace.Namespace
Process any additional information from the XMLStreamReader, at its current position, onto the given Feed in the PodcastParserContext according to the namespace specification.
process(PodcastParserContext, Item) - Method in interface be.ceau.podcastparser.namespace.Namespace
Process any additional information from the XMLStreamReader, at its current position, onto the given Item according to the namespace specification.
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.root.impl.Atom
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.root.impl.Atom
 
process(PodcastParserContext) - Method in class be.ceau.podcastparser.namespace.root.impl.RSS
 
process(PodcastParserContext, Item) - Method in class be.ceau.podcastparser.namespace.root.impl.RSS
 
PromoDeejay - Class in be.ceau.podcastparser.namespace.custom.impl
 
PromoDeejay() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.PromoDeejay
 

Q

QuietResolver - Class in be.ceau.podcastparser
EntityResolver implementation that serves two functions:
QuietResolver() - Constructor for class be.ceau.podcastparser.QuietResolver
 
QuietResolver.QuietStream - Class in be.ceau.podcastparser
 

R

RadioFrance - Class in be.ceau.podcastparser.namespace.custom.impl
 
RadioFrance() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.RadioFrance
 
Rating - Class in be.ceau.podcastparser.models.support
 
Rating() - Constructor for class be.ceau.podcastparser.models.support.Rating
 
RawVoice - Class in be.ceau.podcastparser.namespace.custom.impl
“RawVoice RSS” is a RSS module that supplements the <enclosure> element function of RSS 2.0 as well as extend iTunes Media RSS (e.g.
RawVoice() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.RawVoice
 
read() - Method in class be.ceau.podcastparser.QuietResolver.QuietStream
 
reduceWhitespace(String) - Static method in class be.ceau.podcastparser.util.Strings
Reduces all whitespace in the given String to a single space
registerUnhandledElement(String, XMLStreamReader, ParseLevel) - Method in interface be.ceau.podcastparser.namespace.callback.NamespaceCallbackHandler
Receives a callback when an element with an unknown namespace is encountered.
registerUnhandledElement(String, XMLStreamReader, ParseLevel) - Method in class be.ceau.podcastparser.namespace.callback.UnhandledElementCounter
 
registerUnhandledElement(ParseLevel) - Method in class be.ceau.podcastparser.PodcastParserContext
Process callback when encountering unknown element
registerUnknownNamespace(String, XMLStreamReader, ParseLevel) - Method in interface be.ceau.podcastparser.namespace.callback.NamespaceCallbackHandler
Receives a callback when an element is encountered for which no handling has been defined in this library.
registerUnknownNamespace(String, XMLStreamReader, ParseLevel) - Method in class be.ceau.podcastparser.namespace.callback.NamespaceCountingCallbackHandler
 
registerUnknownNamespace(String, XMLStreamReader, ParseLevel) - Method in class be.ceau.podcastparser.namespace.callback.UnhandledNamespaceCounter
 
registerUnknownNamespace(ParseLevel) - Method in class be.ceau.podcastparser.PodcastParserContext
Process callback when encountering unknown namespace
repeat(char, int) - Static method in class be.ceau.podcastparser.util.Strings
Create a String consisting of count repetitions of character
RequiredState - Class in be.ceau.podcastparser.util
 
RequiredState(int, String, String) - Constructor for class be.ceau.podcastparser.util.RequiredState
 
requireNonBlank(String) - Static method in class be.ceau.podcastparser.util.Strings
 
resolveEntity(String, String, String, String) - Method in class be.ceau.podcastparser.QuietResolver
 
ResourceDescriptionFramework - Class in be.ceau.podcastparser.namespace.custom.impl
Resource Description Framework (RDF)
ResourceDescriptionFramework() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.ResourceDescriptionFramework
 
rightPad(String, int) - Static method in class be.ceau.podcastparser.util.Strings
 
RootNamespace - Interface in be.ceau.podcastparser.namespace
One of the root namespaces used in podcast feed XML files.
RSS - Class in be.ceau.podcastparser.namespace.root.impl
Really Simple Syndication
RTE - Class in be.ceau.podcastparser.namespace.custom.impl
Namespace for RTE (Raidió Teilifís Éireann) podcasts
RTE() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.RTE
 

S

Scene - Class in be.ceau.podcastparser.models.support
 
Scene() - Constructor for class be.ceau.podcastparser.models.support.Scene
 
serialize() - Method in class be.ceau.podcastparser.PodcastParserContext
Serialize, non-repeatably, the current element, including its internal hierarchy
setAdultContent(String) - Method in class be.ceau.podcastparser.models.support.Rating
 
setAlgo(String) - Method in class be.ceau.podcastparser.models.support.Hash
 
setBase(ZonedDateTime) - Method in class be.ceau.podcastparser.models.support.UpdateInfo
 
setBitrate(Long) - Method in class be.ceau.podcastparser.models.support.MediaContent
 
setBlock(boolean) - Method in class be.ceau.podcastparser.models.core.Feed
 
setBlock(boolean) - Method in class be.ceau.podcastparser.models.core.Item
 
setBrowserFriendly(TypedString) - Method in class be.ceau.podcastparser.models.core.Feed
 
setChannels(String) - Method in class be.ceau.podcastparser.models.support.MediaContent
 
setCloud(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
setComments(Comments) - Method in class be.ceau.podcastparser.models.core.Item
 
setComplete(boolean) - Method in class be.ceau.podcastparser.models.core.Feed
 
setContent(TypedString) - Method in class be.ceau.podcastparser.models.core.Item
 
setCopyright(Copyright) - Method in class be.ceau.podcastparser.models.core.Feed
 
setCopyright(Copyright) - Method in class be.ceau.podcastparser.models.core.Item
 
setCredit(Credit) - Method in class be.ceau.podcastparser.models.core.Feed
 
setDescription(TypedString) - Method in class be.ceau.podcastparser.models.core.Feed
 
setDescription(String) - Method in class be.ceau.podcastparser.models.core.Item
 
setDescription(TypedString) - Method in class be.ceau.podcastparser.models.core.Item
 
setDescription(String) - Method in class be.ceau.podcastparser.models.support.Enclosure
 
setDescription(String) - Method in class be.ceau.podcastparser.models.support.Image
 
setDescription(String) - Method in class be.ceau.podcastparser.models.support.Scene
 
setDocs(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
setDuration(Duration) - Method in class be.ceau.podcastparser.models.core.Item
 
setDuration(String) - Method in class be.ceau.podcastparser.models.core.Item
Parse and set duration.
setDuration(Duration) - Method in class be.ceau.podcastparser.models.support.MediaContent
 
setDuration(Integer) - Method in class be.ceau.podcastparser.models.support.Metamark
 
setEdited(ZonedDateTime) - Method in class be.ceau.podcastparser.models.core.Item
 
setEmail(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
setEmail(String) - Method in class be.ceau.podcastparser.models.support.Person
 
setEmbed(TypedString) - Method in class be.ceau.podcastparser.models.core.Item
 
setEnclosure(Enclosure) - Method in class be.ceau.podcastparser.models.core.Item
 
setEnd(Long) - Method in class be.ceau.podcastparser.models.support.Transcript
 
setEndTime(String) - Method in class be.ceau.podcastparser.models.support.Scene
 
setEntity(String) - Method in class be.ceau.podcastparser.models.support.Credit
 
setEpisode(String) - Method in class be.ceau.podcastparser.models.core.Item
 
setEpisodeType(String) - Method in class be.ceau.podcastparser.models.core.Item
 
setExplicit(String) - Method in class be.ceau.podcastparser.models.support.Rating
 
setExpression(String) - Method in class be.ceau.podcastparser.models.support.MediaContent
 
setFileSize(Long) - Method in class be.ceau.podcastparser.models.support.MediaContent
 
setFramerate(Long) - Method in class be.ceau.podcastparser.models.support.MediaContent
 
setFrequency(int) - Method in class be.ceau.podcastparser.models.support.UpdateInfo
 
setFrom(ZonedDateTime) - Method in class be.ceau.podcastparser.models.support.Visibility
 
setGenerator(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
setGeoBox(GeoBox) - Method in class be.ceau.podcastparser.models.core.Item
 
setGeoPoint(GeoPoint) - Method in class be.ceau.podcastparser.models.core.Feed
 
setGeoPoint(GeoPoint) - Method in class be.ceau.podcastparser.models.core.Item
 
setGuid(String) - Method in class be.ceau.podcastparser.models.core.Item
 
setHash(String) - Method in class be.ceau.podcastparser.models.support.Hash
 
setHd(boolean) - Method in class be.ceau.podcastparser.models.core.Item
 
setHeight(Integer) - Method in class be.ceau.podcastparser.models.support.Image
 
setHeight(Integer) - Method in class be.ceau.podcastparser.models.support.MediaContent
 
setHeight(Integer) - Method in class be.ceau.podcastparser.models.support.MediaPlayer
 
setHref(Link) - Method in class be.ceau.podcastparser.models.support.Chapter
 
setHref(String) - Method in class be.ceau.podcastparser.models.support.License
 
setHref(String) - Method in class be.ceau.podcastparser.models.support.Link
 
setHreflang(String) - Method in class be.ceau.podcastparser.models.support.Link
 
setId(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
setImage(Image) - Method in class be.ceau.podcastparser.models.support.Chapter
 
setIsDefault(String) - Method in class be.ceau.podcastparser.models.support.MediaContent
 
setLabel(String) - Method in class be.ceau.podcastparser.models.support.Category
 
setLabel(String) - Method in class be.ceau.podcastparser.models.support.License
 
setLang(String) - Method in class be.ceau.podcastparser.models.support.MediaContent
 
setLang(String) - Method in class be.ceau.podcastparser.models.support.Transcript
 
setLanguage(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
setLanguage(String) - Method in class be.ceau.podcastparser.models.core.Item
 
setLastBuildDate(ZonedDateTime) - Method in class be.ceau.podcastparser.models.core.Feed
 
setLatitude(BigDecimal) - Method in class be.ceau.podcastparser.models.core.Feed
 
setLatitude(BigDecimal) - Method in class be.ceau.podcastparser.models.core.Item
 
setLatitude(BigDecimal) - Method in class be.ceau.podcastparser.models.support.GeoPoint
 
setLength(long) - Method in class be.ceau.podcastparser.models.support.Enclosure
 
setLength(String) - Method in class be.ceau.podcastparser.models.support.Enclosure
 
setLength(String) - Method in class be.ceau.podcastparser.models.support.Link
 
setLicense(License) - Method in class be.ceau.podcastparser.models.core.Item
 
setLink(Link) - Method in class be.ceau.podcastparser.models.support.Comments
 
setLink(String) - Method in class be.ceau.podcastparser.models.support.Image
 
setLink(String) - Method in class be.ceau.podcastparser.models.support.Metamark
 
setLocation(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
setLongitude(BigDecimal) - Method in class be.ceau.podcastparser.models.core.Feed
 
setLongitude(BigDecimal) - Method in class be.ceau.podcastparser.models.core.Item
 
setLongitude(BigDecimal) - Method in class be.ceau.podcastparser.models.support.GeoPoint
 
setLowerCorner(GeoPoint) - Method in class be.ceau.podcastparser.models.support.GeoBox
 
setManagingEditor(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
setMediaPlayer(MediaPlayer) - Method in class be.ceau.podcastparser.models.core.Item
 
setMedium(String) - Method in class be.ceau.podcastparser.models.support.MediaContent
 
setName(String) - Method in class be.ceau.podcastparser.models.support.Category
 
setName(String) - Method in class be.ceau.podcastparser.models.support.Person
 
setNumber(Integer) - Method in class be.ceau.podcastparser.models.support.Comments
 
setNumberOfComments(int) - Method in class be.ceau.podcastparser.models.core.Item
 
setOrder(Integer) - Method in class be.ceau.podcastparser.models.core.Item
 
setOwner(Person) - Method in class be.ceau.podcastparser.models.core.Feed
 
setPeriod(String) - Method in class be.ceau.podcastparser.models.support.UpdateInfo
 
setPosition(Integer) - Method in class be.ceau.podcastparser.models.support.Metamark
 
setProvider(String) - Method in class be.ceau.podcastparser.models.core.Item
 
setPubDate(ZonedDateTime) - Method in class be.ceau.podcastparser.models.core.Feed
 
setPubDate(ZonedDateTime) - Method in class be.ceau.podcastparser.models.core.Item
 
setRating(Rating) - Method in class be.ceau.podcastparser.models.core.Feed
 
setRating(Rating) - Method in class be.ceau.podcastparser.models.core.Item
 
setRel(String) - Method in class be.ceau.podcastparser.models.support.Link
 
setRights(String) - Method in class be.ceau.podcastparser.models.core.Item
 
setRole(String) - Method in class be.ceau.podcastparser.models.support.Credit
 
setSamplingrate(String) - Method in class be.ceau.podcastparser.models.support.MediaContent
 
setScheme(String) - Method in class be.ceau.podcastparser.models.support.Category
 
setScheme(String) - Method in class be.ceau.podcastparser.models.support.Credit
 
setScheme(String) - Method in class be.ceau.podcastparser.models.support.Rating
 
setSeason(String) - Method in class be.ceau.podcastparser.models.core.Item
 
setSource(String) - Method in class be.ceau.podcastparser.models.core.Item
 
setStart(long) - Method in class be.ceau.podcastparser.models.support.Chapter
 
setStart(Long) - Method in class be.ceau.podcastparser.models.support.Transcript
 
setStartTime(String) - Method in class be.ceau.podcastparser.models.support.Scene
 
setSubcategory(String) - Method in class be.ceau.podcastparser.models.support.Category
 
setSubject(String) - Method in class be.ceau.podcastparser.models.core.Item
 
setSubtitle(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
setSubtitle(String) - Method in class be.ceau.podcastparser.models.core.Item
 
setSummary(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
setSummary(String) - Method in class be.ceau.podcastparser.models.core.Item
 
setText(String) - Method in class be.ceau.podcastparser.models.support.Copyright
 
setText(String) - Method in class be.ceau.podcastparser.models.support.Metamark
 
setText(String) - Method in class be.ceau.podcastparser.models.support.Rating
 
setText(String) - Method in class be.ceau.podcastparser.models.support.Transcript
 
setText(String) - Method in class be.ceau.podcastparser.models.support.TypedString
 
setTextInput(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
setTime(Long) - Method in class be.ceau.podcastparser.models.support.Image
 
setTitle(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
setTitle(String) - Method in class be.ceau.podcastparser.models.core.Item
 
setTitle(TypedString) - Method in class be.ceau.podcastparser.models.core.Item
 
setTitle(String) - Method in class be.ceau.podcastparser.models.support.Chapter
 
setTitle(String) - Method in class be.ceau.podcastparser.models.support.Image
 
setTitle(String) - Method in class be.ceau.podcastparser.models.support.Link
 
setTitle(String) - Method in class be.ceau.podcastparser.models.support.Scene
 
setTo(ZonedDateTime) - Method in class be.ceau.podcastparser.models.support.Visibility
 
setTtl(Duration) - Method in class be.ceau.podcastparser.models.core.Feed
 
setType(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
setType(String) - Method in class be.ceau.podcastparser.models.support.Enclosure
 
setType(String) - Method in class be.ceau.podcastparser.models.support.License
 
setType(String) - Method in class be.ceau.podcastparser.models.support.Link
 
setType(String) - Method in class be.ceau.podcastparser.models.support.MediaContent
 
setType(String) - Method in class be.ceau.podcastparser.models.support.Metamark
 
setType(String) - Method in class be.ceau.podcastparser.models.support.Transcript
 
setType(String) - Method in class be.ceau.podcastparser.models.support.TypedString
 
setUpdateBase(ZonedDateTime) - Method in class be.ceau.podcastparser.models.core.Feed
 
setUpdated(ZonedDateTime) - Method in class be.ceau.podcastparser.models.core.Item
 
setUpdateFrequency(Integer) - Method in class be.ceau.podcastparser.models.core.Feed
 
setUpdateInfo(UpdateInfo) - Method in class be.ceau.podcastparser.models.core.Feed
 
setUpdatePeriod(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
setUpperCorner(GeoPoint) - Method in class be.ceau.podcastparser.models.support.GeoBox
 
setUri(String) - Method in class be.ceau.podcastparser.models.support.Person
 
setUrl(String) - Method in class be.ceau.podcastparser.models.support.Copyright
 
setUrl(String) - Method in class be.ceau.podcastparser.models.support.Enclosure
 
setUrl(String) - Method in class be.ceau.podcastparser.models.support.Image
 
setUrl(String) - Method in class be.ceau.podcastparser.models.support.MediaContent
 
setUrl(String) - Method in class be.ceau.podcastparser.models.support.MediaPlayer
 
setValidity(ZonedDateTime) - Method in class be.ceau.podcastparser.models.core.Item
 
setVisibility(Visibility) - Method in class be.ceau.podcastparser.models.core.Item
 
setWebMaster(String) - Method in class be.ceau.podcastparser.models.core.Feed
 
setWidth(Integer) - Method in class be.ceau.podcastparser.models.support.Image
 
setWidth(Integer) - Method in class be.ceau.podcastparser.models.support.MediaContent
 
setWidth(Integer) - Method in class be.ceau.podcastparser.models.support.MediaPlayer
 
SimpleChapters - Class in be.ceau.podcastparser.namespace.custom.impl
Podlove Simple Chapters
SimpleChapters() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.SimpleChapters
 
skip(String, String) - Method in interface be.ceau.podcastparser.filter.ElementFilter
Determine whether the current element should be skipped.
skip(String, String) - Method in class be.ceau.podcastparser.filter.ExcludeElementFilter
 
skip(String, String) - Method in class be.ceau.podcastparser.filter.ExcludeNamespaceFilter
 
skip(String, String) - Method in class be.ceau.podcastparser.filter.IncludeElementFilter
 
skip(String, String) - Method in class be.ceau.podcastparser.filter.IncludeNamespaceFilter
 
skip() - Method in class be.ceau.podcastparser.PodcastParserContext
If called after having processed a XMLStreamConstants.START_ELEMENT event, will skip until the end of the newly opened element is reached.
Slash - Class in be.ceau.podcastparser.namespace.custom.impl
Slash is the source code and database that was originally used to create Slashdot, and has now been released under the GNU General Public License.
Slash() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Slash
 
splitOnComma(String) - Static method in class be.ceau.podcastparser.util.Strings
 
splitOnWhitespace(String) - Static method in class be.ceau.podcastparser.util.Strings
 
startsWithIgnoreCase(String, String) - Static method in class be.ceau.podcastparser.util.Strings
Check if string starts with prefix, case insensitive
Strings - Class in be.ceau.podcastparser.util
Utility methods for working with String objects
Strings() - Constructor for class be.ceau.podcastparser.util.Strings
 
SverigesRadio - Class in be.ceau.podcastparser.namespace.custom.impl
 
SverigesRadio() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.SverigesRadio
 
Syndication - Class in be.ceau.podcastparser.namespace.custom.impl
Provides syndication hints to aggregators and others picking up this RDF Site Summary (RSS) feed regarding how often it is updated.
Syndication() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Syndication
 

T

test(XMLStreamReader) - Method in class be.ceau.podcastparser.util.RequiredState
 
toString() - Method in class be.ceau.podcastparser.filter.ExcludeElementFilter
 
toString() - Method in class be.ceau.podcastparser.filter.ExcludeNamespaceFilter
 
toString() - Method in class be.ceau.podcastparser.filter.IncludeElementFilter
 
toString() - Method in class be.ceau.podcastparser.filter.IncludeNamespaceFilter
 
toString() - Method in class be.ceau.podcastparser.models.core.Feed
 
toString() - Method in class be.ceau.podcastparser.models.core.Item
 
toString() - Method in class be.ceau.podcastparser.models.support.Category
 
toString() - Method in class be.ceau.podcastparser.models.support.Chapter
 
toString() - Method in class be.ceau.podcastparser.models.support.Comments
 
toString() - Method in class be.ceau.podcastparser.models.support.Copyright
 
toString() - Method in class be.ceau.podcastparser.models.support.Credit
 
toString() - Method in class be.ceau.podcastparser.models.support.Enclosure
 
toString() - Method in class be.ceau.podcastparser.models.support.GeoBox
 
toString() - Method in class be.ceau.podcastparser.models.support.GeoPoint
 
toString() - Method in class be.ceau.podcastparser.models.support.Hash
 
toString() - Method in class be.ceau.podcastparser.models.support.Image
 
toString() - Method in class be.ceau.podcastparser.models.support.License
 
toString() - Method in class be.ceau.podcastparser.models.support.Link
 
toString() - Method in class be.ceau.podcastparser.models.support.MediaContent
 
toString() - Method in class be.ceau.podcastparser.models.support.MediaPlayer
 
toString() - Method in class be.ceau.podcastparser.models.support.Metamark
 
toString() - Method in class be.ceau.podcastparser.models.support.Person
 
toString() - Method in class be.ceau.podcastparser.models.support.Rating
 
toString() - Method in class be.ceau.podcastparser.models.support.Scene
 
toString() - Method in class be.ceau.podcastparser.models.support.Transcript
 
toString() - Method in class be.ceau.podcastparser.models.support.TypedString
 
toString() - Method in class be.ceau.podcastparser.models.support.UpdateInfo
 
toString() - Method in class be.ceau.podcastparser.models.support.Visibility
 
toString() - Method in class be.ceau.podcastparser.namespace.callback.NamespaceCountingCallbackHandler
 
toString() - Method in class be.ceau.podcastparser.namespace.callback.UnhandledElementCounter
 
toString() - Method in class be.ceau.podcastparser.namespace.callback.UnhandledNamespaceCounter
 
toString(XMLStreamReader) - Static method in class be.ceau.podcastparser.util.Attributes
 
toString() - Method in class be.ceau.podcastparser.util.ElementCounter
 
toString() - Method in class be.ceau.podcastparser.util.EncounteredElement
 
Transcript - Class in be.ceau.podcastparser.models.support
A text transcript as specified in the Media namespace
Transcript() - Constructor for class be.ceau.podcastparser.models.support.Transcript
 
TypedString - Class in be.ceau.podcastparser.models.support
 
TypedString() - Constructor for class be.ceau.podcastparser.models.support.TypedString
 

U

UnhandledElementCounter - Class in be.ceau.podcastparser.namespace.callback
NamespaceCallbackHandler implementation that counts every occurrence of any element that is not (yet) handled by this library.
UnhandledElementCounter() - Constructor for class be.ceau.podcastparser.namespace.callback.UnhandledElementCounter
 
UnhandledNamespaceCounter - Class in be.ceau.podcastparser.namespace.callback
NamespaceCallbackHandler implementation that counts every occurrence of any Namespace that is not known to this library.
UnhandledNamespaceCounter() - Constructor for class be.ceau.podcastparser.namespace.callback.UnhandledNamespaceCounter
 
UnmodifiableSet<T> - Class in be.ceau.podcastparser.util
Helper class for fluent creation of unmodifiable Set instances.
UnmodifiableSet() - Constructor for class be.ceau.podcastparser.util.UnmodifiableSet
 
UpdateInfo - Class in be.ceau.podcastparser.models.support
Information about rate of updates to a podcast feed.
UpdateInfo() - Constructor for class be.ceau.podcastparser.models.support.UpdateInfo
 
UserlandCreativeCommons - Class in be.ceau.podcastparser.namespace.custom.impl
creativeCommons RSS Module
UserlandCreativeCommons() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.UserlandCreativeCommons
 

V

validate(XMLStreamReader) - Method in class be.ceau.podcastparser.util.RequiredState
 
valueOf(String) - Static method in enum be.ceau.podcastparser.models.support.OtherValueKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum be.ceau.podcastparser.ParseLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum be.ceau.podcastparser.models.support.OtherValueKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum be.ceau.podcastparser.ParseLevel
Returns an array containing the constants of this enum type, in the order they are declared.
Visibility - Class in be.ceau.podcastparser.models.support
 
Visibility() - Constructor for class be.ceau.podcastparser.models.support.Visibility
 

W

WellFormedWeb - Class in be.ceau.podcastparser.namespace.custom.impl
The <wfw:commentRss> element lets you syndicate your comments.
WellFormedWeb() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.WellFormedWeb
 
Welt - Class in be.ceau.podcastparser.namespace.custom.impl
 
Welt() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Welt
 
Wordpress - Class in be.ceau.podcastparser.namespace.custom.impl
 
Wordpress() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.Wordpress
 

Y

YahooVideo - Class in be.ceau.podcastparser.namespace.custom.impl
 
YahooVideo() - Constructor for class be.ceau.podcastparser.namespace.custom.impl.YahooVideo
 
A B C D E F G H I L M N O P Q R S T U V W Y 
Skip navigation links

Copyright © 2018. All rights reserved.