T - the type of the source@ParametersAreNonnullByDefault public abstract class AbstractReader<T> extends AbstractNotifier<Processor> implements Reader<T>
Reader.| Constructor and Description |
|---|
AbstractReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNext(Processor processor)
Adds the
handler that will be notified. |
protected List<AbstractProcessor> |
createProcessors()
Creates all processors required for analyzing the read source.
|
addNext, notifyAttribute, notifyComplete, notifyEndElement, notifyInitialize, notifyReference, notifyStartElement, supportsMultiTargetsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnotifyAttribute, notifyComplete, notifyEndElement, notifyInitialize, notifyReference, notifyStartElementpublic void addNext(Processor processor)
AbstractNotifierhandler that will be notified.addNext in class AbstractNotifier<Processor>processor - the handler@Nonnull protected List<AbstractProcessor> createProcessors()
Copyright © 2013–2019 Atlanmod. All rights reserved.