| Package | Description |
|---|---|
| info.bioinfweb.jphyloio.formats.phyloxml |
Contains classes for reading from and writing to streams/files in PhyloXML format.
|
| info.bioinfweb.jphyloio.objecttranslation.implementations |
Contains implementations of
ObjectTranslator. |
| Modifier and Type | Class and Description |
|---|---|
class |
PhyloXMLColorTranslator
Object translator between
Color and the PhyloXML complex type
BranchColor. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXMLObjectTranslator<O>
Abstract implementation for object translators that need XML tags to represent their object and do not support
simple string representations.
|
class |
Base64BinaryTranslator
An object translator between
byte[] and xsd:base64Binary. |
class |
BigDecimalTranslator
An object translator from and to
BigDecimal. |
class |
BigIntegerTranslator
An object translator from and to
BigInteger. |
class |
BooleanTranslator
An object translator between {link
Boolean} and xsd:boolean. |
class |
ByteTranslator
An object translator from and to
Byte. |
class |
ColorTranslator
An object translator that converts between a
Color instance and its hexadecimal representation. |
class |
DateTimeTranslator
An object translator between {link
Calendar} and xsd:dateTime. |
class |
DateTranslator
An object translator between {link
Calendar} and xsd:date. |
class |
DoubleTranslator
An object translator from and to
Double. |
class |
EnumTranslator<E extends java.lang.Enum<E>> |
class |
FloatTranslator
An object translator from and to
Float. |
class |
HexadecimalColorTranslator
Converts between instances of
Color and their hexadecimal representation (e.g. |
class |
HexBinaryTranslator
An object translator between
byte[] and xsd:hexBinary. |
class |
IllegalArgumentExceptionSimpleValueTranslator<O> |
class |
IntegerTranslator
An object translator from and to
Integer. |
class |
ListTranslator
Reads and writes string representations of simple values as used in Newick or Nexus.
|
class |
LongTranslator
An object translator from and to
Long. |
class |
NumericValueTranslator<O extends java.lang.Number>
Abstract base class for converting numeric types that wrappes
NumberFormatExceptions as
InvalidObjectSourceDataExceptions. |
class |
QNameTranslator
An object translator from and to
QName. |
class |
ShortTranslator
An object translator from and to
Short. |
class |
SimpleValueTranslator<O>
Abstract base class for converting simple types that can be described by strings and do not need a more complex
XML representation.
|
class |
StringTranslator
An object translator from and to
String. |
class |
TimeTranslator
An object translator between {link
Calendar} and xsd:time. |
class |
URITranslator
An object translator from and to
URI. |