Package | Description |
---|---|
info.bioinfweb.jphyloio.events |
Contains implementations of JPhyloIO events, triggered during event based parsing.
|
info.bioinfweb.jphyloio.formats.nexml |
Contains classes for reading from and writing to streams/files in NeXML format.
|
Modifier and Type | Method and Description |
---|---|
SingleSequenceTokenEvent |
ConcreteJPhyloIOEvent.asSingleSequenceTokenEvent() |
SingleSequenceTokenEvent |
JPhyloIOEvent.asSingleSequenceTokenEvent()
Casts this event to a single token event.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,BufferedEventInfo<SingleSequenceTokenEvent>> |
NeXMLReaderStreamDataProvider.getCurrentCellsBuffer()
The returned map is used to buffer
SingleTokenDefinitionEvent s and their nested events, in cases where the order of
cell tags does not match the order of the referenced columns. |