Uses of Class
org.biojava.utils.stax.StAXContentHandlerBase
-
Packages that use StAXContentHandlerBase Package Description org.biojava.bio.program.xff Event-driven parsing system for the Extensible Feature Format (XFF).org.biojava.bio.seq.io.filterxml Tools for reading and writing an XML representation of BioJava's FeatureFilter language.org.biojava.bio.seq.io.game Event-driven parsing system for the Gene Annotation Markup Elements (GAME).org.biojava.bio.seq.io.game12 Event-driven parsing system for the Gene Annotation Markup Elements (GAME).org.biojava.utils.stax The Stack API for XML (StAX). -
-
Uses of StAXContentHandlerBase in org.biojava.bio.program.xff
Subclasses of StAXContentHandlerBase in org.biojava.bio.program.xff Modifier and Type Class Description classFeatureHandlerStAX handler for the basicfeaturetype of XFF.classLocationHandlerBaseHandler to the XFF location type.classPropDetailHandlerStAX handler for xff:prop detail elements.classStrandedFeatureHandlerStAX handler for XFF strandedFeature type.classXFFFeatureSetHandlerStAX handler which converts and stream of parse events for an XFF featureSet element into BioJava SeqIO events.Methods in org.biojava.bio.program.xff that return StAXContentHandlerBase Modifier and Type Method Description StAXContentHandlerBaseXFFFeatureSetHandler. getDetailsHandler()Return a handler for the XFFdetailselement. -
Uses of StAXContentHandlerBase in org.biojava.bio.seq.io.filterxml
Subclasses of StAXContentHandlerBase in org.biojava.bio.seq.io.filterxml Modifier and Type Class Description classXMLAnnotationTypeHandlerStAX handler for parsing AnnotationTypes in FilterXML documents. -
Uses of StAXContentHandlerBase in org.biojava.bio.seq.io.game
Subclasses of StAXContentHandlerBase in org.biojava.bio.seq.io.game Modifier and Type Class Description classGAMEAnnotationHandlerHandles the GAME <annotation> elementclassGAMEAspectPropHandlerHandles the GAME <aspect> elementclassGAMEDbxrefPropHandlerDeals with database crossreferencesclassGAMEDescriptionPropHandlerStAX handler for GAME <description> elements.classGAMEFeatureSetHandlerHandles the <feature_set> elementclassGAMEFeatureSetPropHandlerHandles the GAMEelement classGAMEFeatureSpanHandlerHandles the <feature_span> elementclassGAMEGenePropHandlerHandles the GAME <gene> elementclassGAMEHandlerHandles the root GAME elementclassGAMEMapPosPropHandlerHandles the GAME <map_position> element Currently, it just ignores it!classGAMENamePropHandlerStAX handler for the GAME <name> element.classGAMEResiduesPropHandlerStAX handler for GAME <residues> elements.classGAMESeqPropHandlerHandles the GAME <seq> elementclassGAMESeqRelPropHandlerHandles the GAME <aspect> elementclassGAMESpanPropHandlerHandles the GAME <span> element Currently, it just ignores it!classGAMETypePropHandlerStAX handler for GAME <type> elements.classSequenceContentHandlerBaseStAX handler for elements containing sequenceclassStAXFeatureHandlerStAX handler shamelessly ripped off from Thomas Down's XFFFeatureSetHandler.classStAXPropertyHandlerStAX handler shamelessly ripped off from Thomas Down's XFFFeatureSetHandler. -
Uses of StAXContentHandlerBase in org.biojava.bio.seq.io.game12
Subclasses of StAXContentHandlerBase in org.biojava.bio.seq.io.game12 Modifier and Type Class Description classGAMEAnnotationHandlerHandles the GAME <annotation> elementclassGAMEAspectHandlerHandles the GAME <aspect> elementclassGAMEDbxrefHandlerHandles the GAME <dbxref> elementclassGAMEFeatureSetHandlerHandles the GAME <feature_set> element this element is used to represent transcripts.classGAMEFeatureSpanHandlerHandles the GAME <feature_span> elementclassGAMEFeatureSpanHandler.SeqRelHandlerclassGAMEGeneHandlerHandles the GAME <annotation> elementclassGAMEHandlerHandles the root GAME elementclassGAMEPropertyHandlerHandles the GAME <dbxref> elementclassGAMESeqHandlerHandles the GAME <seq> elementclassGAMESeqRelHandlerHandles the GAME <> element classGAMESpanHandlerHandles the GAME <> element.classStAXFeatureHandlerStAX handler shamelessly ripped off from Thomas Down's XFFFeatureSetHandler. -
Uses of StAXContentHandlerBase in org.biojava.utils.stax
Subclasses of StAXContentHandlerBase in org.biojava.utils.stax Modifier and Type Class Description classBooleanElementHandlerBaseStAX handler for any element which just contains a string representation of an boolean.classByteElementHandlerBaseStAX handler for any element which just contains a string representation of a byte.classCharElementHandlerBaseStAX handler for any element which just contains a string representation of a char.classDoubleElementHandlerBaseStAX handler for any element which just contains a string representation of a double.classFloatElementHandlerBaseStAX handler for any element which just contains a string representation of a float.classIntElementHandlerBaseStAX handler for any element which just contains a string representation of an integer.classLongElementHandlerBaseStAX handler for any element which just contains a string representation of a long.classStringElementHandlerBaseStAX handler for any element which just contains a string.
-