| Package | Description |
|---|---|
| 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.stax |
Contains implementations that allow StAX based reading and writing of XML metadata.
|
| Class and Description |
|---|
| MetaXMLEventReader
Adapter class that allows reading a sequence of
LiteralMetadataContentEvents using an XMLEventReader. |
| MetaXMLStreamReader
Adapter class that allows reading a sequence of
LiteralMetadataContentEvents using an XMLStreamReader. |
| Class and Description |
|---|
| AbstractMetaXMLReader
Implements shared functionality for custom XML readers.
|
| AbstractMetaXMLWriter
Implements shared functionality for the StAX adapter writers of JPhyloIO.
|