Package | Description |
---|---|
org.biojava.bio.program.ssbind |
Creation of objects from SAX events using the BioJava BlastLikeDataSetCollection DTD.
|
org.biojava.bio.program.xff |
Event-driven parsing system for the Extensible Feature Format (XFF).
|
Modifier and Type | Method and Description |
---|---|
protected void |
SeqSimilarityStAXHandler.addHandler(ElementRecognizer recognizer,
StAXHandlerFactory factory) |
Modifier and Type | Class and Description |
---|---|
static class |
ElementRecognizer.AllElementRecognizer |
static class |
ElementRecognizer.ByLocalName
Filter elements by local name (not recommended).
|
static class |
ElementRecognizer.ByNSName
Filter elements by name and namespace.
|
static class |
ElementRecognizer.HasAttribute
Filter elements on the existence of a specified attribute.
|
Modifier and Type | Field and Description |
---|---|
static ElementRecognizer |
ElementRecognizer.ALL |
Modifier and Type | Method and Description |
---|---|
void |
XFFFeatureSetHandler.addDetailHandler(ElementRecognizer rec,
XFFPartHandlerFactory handler)
Extend this FeatureSetHandler to delegate certain detail elements
to the specified handler type.
|
void |
XFFFeatureSetHandler.addFeatureHandler(ElementRecognizer rec,
XFFPartHandlerFactory handler)
Extend this FeatureSetHandler to delegate certain feature elements
to the specified handler type.
|
Copyright © 2014 BioJava. All rights reserved.