Package | Description |
---|---|
info.bioinfweb.jphyloio.formats.nexml |
Contains classes for reading from and writing to streams/files in NeXML format.
|
info.bioinfweb.jphyloio.formats.phyloxml |
Contains classes for reading from and writing to streams/files in PhyloXML format.
|
info.bioinfweb.jphyloio.formats.xml |
Contains classes implementing shared functionality for reading from and writing to streams/files in XML formats.
|
info.bioinfweb.jphyloio.formats.xml.receivers |
Contains general (abstract) implementations for
JPhyloIOEventReceiver necessary for
writing XML formats. |
Modifier and Type | Class and Description |
---|---|
class |
NeXMLEventWriter
Event based writer for the NeXML format.
|
Modifier and Type | Class and Description |
---|---|
class |
PhyloXMLEventWriter
Event writer for the PhyloXML format.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLEventWriter<P extends XMLWriterStreamDataProvider<? extends AbstractXMLEventWriter<P>>>
Implements shared functionality for writing XML formats.
|
class |
XMLWriterStreamDataProvider<R extends AbstractXMLEventWriter<? extends XMLWriterStreamDataProvider<R>>>
Stores data that shall be shared among different implementations of
AbstractXMLDataReceiver
and the according writer that uses them. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXMLDataReceiver<P extends XMLWriterStreamDataProvider<? extends AbstractXMLEventWriter<P>>>
Abstract implementation of a data receiver that can be used to write XML formats.
|