| Package | Description |
|---|---|
| be.ceau.podcastparser | |
| be.ceau.podcastparser.namespace.callback | |
| be.ceau.podcastparser.util |
| Modifier and Type | Method and Description |
|---|---|
static ParseLevel |
ParseLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseLevel[] |
ParseLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PodcastParserContext.registerUnhandledElement(ParseLevel level)
Process callback when encountering unknown element
|
void |
PodcastParserContext.registerUnknownNamespace(ParseLevel level)
Process callback when encountering unknown namespace
|
| Modifier and Type | Method and Description |
|---|---|
default void |
NamespaceCallbackHandler.registerUnhandledElement(String rootNamespace,
XMLStreamReader reader,
ParseLevel level)
Receives a callback when an element with an unknown namespace is encountered.
|
void |
UnhandledElementCounter.registerUnhandledElement(String rootNamespace,
XMLStreamReader reader,
ParseLevel level) |
void |
NamespaceCountingCallbackHandler.registerUnknownNamespace(String rootNamespace,
XMLStreamReader reader,
ParseLevel level) |
void |
UnhandledNamespaceCounter.registerUnknownNamespace(String rootNamespace,
XMLStreamReader reader,
ParseLevel level) |
default void |
NamespaceCallbackHandler.registerUnknownNamespace(String rootNamespace,
XMLStreamReader reader,
ParseLevel level)
Receives a callback when an element is encountered for which no handling has been defined in this
library.
|
| Modifier and Type | Method and Description |
|---|---|
ParseLevel |
EncounteredElement.getLevel() |
| Constructor and Description |
|---|
EncounteredElement(String rootNamespace,
XMLStreamReader reader,
ParseLevel level) |
Copyright © 2018. All rights reserved.