| Package | Description |
|---|---|
| be.ceau.podcastparser | |
| be.ceau.podcastparser.filter |
Logic to include or exclude namespaces or elements from parsing.
|
| Constructor and Description |
|---|
PodcastParser(ElementFilter elementFilter)
Constructor with
ElementFilter. |
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,
Collection<ElementFilter> filters)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExcludeElementFilter
ElementFilter instance that skips a specific element in a specific Namespace |
class |
ExcludeNamespaceFilter
ElementFilter instance that skips any element for a given Namespace |
class |
IncludeElementFilter
ElementFilter instance that skips everything except a specific element in a specific
Namespace |
class |
IncludeNamespaceFilter
ElementFilter instance that skips everything except elements in a given Namespace |
Copyright © 2018. All rights reserved.