org.biojava.bio.seq.io.agave
Class AGAVEQualifierPropHandler

java.lang.Object
  extended by org.biojava.bio.seq.io.agave.StAXContentHandlerBase
      extended by org.biojava.bio.seq.io.agave.StAXPropertyHandler
          extended by org.biojava.bio.seq.io.agave.AGAVEQualifierPropHandler
All Implemented Interfaces:
StAXContentHandler

public class AGAVEQualifierPropHandler
extends StAXPropertyHandler

Author:
Hanning Ni Doubletwist Inc

Field Summary
static StAXHandlerFactory AGAVE_QUALIFIER_PROP_HANDLER_FACTORY
           
 
Fields inherited from class org.biojava.bio.seq.io.agave.StAXPropertyHandler
featureListener, staxenv
 
Method Summary
 void characters(char[] ch, int start, int length)
          Signal a span of character data in the XML input.
 void endElementHandler(String nsURI, String localName, String qName, StAXContentHandler handler)
          Element specific exit handler Subclass to do anything useful.
 void startElementHandler(String nsURI, String localName, String qName, Attributes attrs)
          Element-specific handler.
 
Methods inherited from class org.biojava.bio.seq.io.agave.StAXPropertyHandler
addHandler, endElement, getHandlerStackIterator, setHandlerCharacteristics, setProperty, startElement
 
Methods inherited from class org.biojava.bio.seq.io.agave.StAXContentHandlerBase
endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AGAVE_QUALIFIER_PROP_HANDLER_FACTORY

public static final StAXHandlerFactory AGAVE_QUALIFIER_PROP_HANDLER_FACTORY
Method Detail

startElementHandler

public void startElementHandler(String nsURI,
                                String localName,
                                String qName,
                                Attributes attrs)
                         throws SAXException
Description copied from class: StAXPropertyHandler
Element-specific handler. Subclass this to do something useful!

Overrides:
startElementHandler in class StAXPropertyHandler
Throws:
SAXException

characters

public void characters(char[] ch,
                       int start,
                       int length)
                throws SAXException
Description copied from class: StAXContentHandlerBase
Signal a span of character data in the XML input.

Specified by:
characters in interface StAXContentHandler
Overrides:
characters in class StAXContentHandlerBase
Parameters:
ch - an array of characters
start - index of the first significant character for this event.
length - number of characters significant to this event.
Throws:
SAXException

endElementHandler

public void endElementHandler(String nsURI,
                              String localName,
                              String qName,
                              StAXContentHandler handler)
                       throws SAXException
Description copied from class: StAXPropertyHandler
Element specific exit handler Subclass to do anything useful.

Overrides:
endElementHandler in class StAXPropertyHandler
Throws:
SAXException