public class RawVoice extends Object implements Namespace
“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. <itunes:xxx>) and/or the Yahoo Media RSS
modules by including extra media information that would otherwise not be syndicated. RawVoice
extends the enclosures as well as the Apple iTunes/Yahoo Media RSS modules to include additional
media information such as TV specific ratings, live stream/embed data, episode poster art,
location and episode frequency.
| Constructor and Description |
|---|
RawVoice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
A namespace has a single, specific, agreed upon name.
|
void |
process(PodcastParserContext ctx)
Process any additional information from the
XMLStreamReader, at its current position,
onto the given Feed in the PodcastParserContext according to the namespace
specification. |
void |
process(PodcastParserContext ctx,
Item item)
Process any additional information from the
XMLStreamReader, at its current position,
onto the given Item according to the namespace specification. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlternativeNames, isMatch, mustDelegateTopublic String getName()
NamespacegetName in interface NamespaceNamespace, not null identified.Namespace.getAlternativeNames()public void process(PodcastParserContext ctx) throws XMLStreamException
NamespaceXMLStreamReader, at its current position,
onto the given Feed in the PodcastParserContext according to the namespace
specification.process in interface Namespacectx - PodcastParserContext instance in the process of being builtXMLStreamException - if anypublic void process(PodcastParserContext ctx, Item item) throws XMLStreamException
NamespaceXMLStreamReader, at its current position,
onto the given Item according to the namespace specification.process in interface Namespacectx - PodcastParserContext instance in the process of being builtitem - Item instance in the process of being builtXMLStreamException - if anyCopyright © 2018. All rights reserved.