Package | Description |
---|---|
info.bioinfweb.jphyloio.formats.phyloxml |
Contains classes for reading from and writing to streams/files in PhyloXML format.
|
info.bioinfweb.jphyloio.formats.phyloxml.receivers |
Contains implementations for
JPhyloIOEventReceiver necessary for writing
PhyloXML. |
Modifier and Type | Method and Description |
---|---|
static PropertyOwner |
PropertyOwner.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyOwner[] |
PropertyOwner.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PropertyOwner |
PhyloXMLMetaDataReceiver.getPropertyOwner() |
Constructor and Description |
---|
PhyloXMLMetaDataReceiver(PhyloXMLWriterStreamDataProvider streamDataProvider,
ReadWriteParameterMap parameterMap,
PropertyOwner propertyOwner) |
PhyloXMLOnlyCustomXMLDataReceiver(PhyloXMLWriterStreamDataProvider streamDataProvider,
ReadWriteParameterMap parameterMap,
PropertyOwner propertyOwner) |
PhyloXMLPropertyMetadataReceiver(PhyloXMLWriterStreamDataProvider streamDataProvider,
ReadWriteParameterMap parameterMap,
PropertyOwner propertyOwner) |
PhyloXMLSpecificPredicatesDataReceiver(PhyloXMLWriterStreamDataProvider streamDataProvider,
ReadWriteParameterMap parameterMap,
PropertyOwner propertyOwner,
javax.xml.namespace.QName parentPredicate) |