public class WellFormedWeb extends Object implements Namespace
The <wfw:commentRss> element lets you syndicate your comments. The URI in the
<wfw:commentRss> element must point to an RSS feed containing the comments for the
<item> it is contained in.
| Constructor and Description |
|---|
WellFormedWeb() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
A namespace has a single, specific, agreed upon name.
|
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, mustDelegateTo, processpublic String getName()
NamespacegetName in interface NamespaceNamespace, not null identified.Namespace.getAlternativeNames()public 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.