Package | Description |
---|---|
info.bioinfweb.jphyloio.formats.nexml.receivers |
Contains implementations for
JPhyloIOEventReceiver necessary for writing
NeXML. |
info.bioinfweb.jphyloio.formats.text |
Contains classes implementing shared functionality for reading from and writing to streams/files in text formats.
|
Modifier and Type | Class and Description |
---|---|
class |
NeXMLCollectSequenceDataReceiver
Receiver that collects information about the sequence tokens contained in a document.
|
class |
NeXMLHandleSequenceDataReceiver
General implementation of a receiver that processes sequence tokens.
|
class |
NeXMLSequenceTokensReceiver
Receiver that is used to write sequence tokens.
|
Modifier and Type | Class and Description |
---|---|
class |
TextSequenceContentReceiver<P extends TextWriterStreamDataProvider<? extends AbstractTextEventWriter<P>>>
Receiver that writes all encountered sequence tokens and comments to the current line and ignores all metadata.
|