| Package | Description |
|---|---|
| be.ceau.podcastparser | |
| be.ceau.podcastparser.namespace.callback |
| Constructor and Description |
|---|
PodcastParser(NamespaceCallbackHandler callbackHandler)
Constructor with
NamespaceCallbackHandler. |
PodcastParser(NamespaceCallbackHandler callbackHandler,
ElementFilter elementFilter)
Constructor with
NamespaceCallbackHandler and ElementFilter. |
| Constructor and Description |
|---|
PodcastParser(Collection<NamespaceCallbackHandler> callbackHandlers,
Collection<ElementFilter> elementFilters)
Constructor with
NamespaceCallbackHandler. |
PodcastParserContext(String rootNamespace,
XMLStreamReader reader,
Collection<NamespaceCallbackHandler> callbacks)
Constructor
|
PodcastParserContext(String rootNamespace,
XMLStreamReader reader,
Collection<NamespaceCallbackHandler> callbacks,
Collection<ElementFilter> filters)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
NamespaceCountingCallbackHandler
NamespaceCallbackHandler implementation that counts every occurrence of any element in any namespace. |
class |
NoOpNamespaceCallback
NamespaceCallbackHandler that does nothing. |
class |
UnhandledElementCounter
NamespaceCallbackHandler implementation that counts every occurrence of any element that is not (yet) handled by this library. |
class |
UnhandledNamespaceCounter
NamespaceCallbackHandler implementation that counts every occurrence of any
Namespace that is not known to this library. |
Copyright © 2018. All rights reserved.