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.
|
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.
|