public class DublinCore extends Object implements Namespace
The Dublin Core Schema is a small set of vocabulary terms that can be used to describe web resources (video, images, web pages, etc.), as well as physical resources such as books or CDs, and objects like artworks.
The original Dublin Core Metadata Element Set consists of 15 metadata elements:
| Constructor and Description |
|---|
DublinCore() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAlternativeNames()
A namespace has a single, specific, agreed upon name.
|
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, waitisMatch, mustDelegateTopublic String getName()
NamespacegetName in interface NamespaceNamespace, not null identified.Namespace.getAlternativeNames()public Set<String> getAlternativeNames()
NamespacegetAlternativeNames in interface NamespaceSet of names by which this Namespace is also identified, may be empty,
never nullNamespace.getName()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.