|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.bio.seq.io.agave.StAXContentHandlerBase
org.biojava.bio.seq.io.agave.StAXPropertyHandler
org.biojava.bio.seq.io.agave.AGAVENotePropHandler
public class AGAVENotePropHandler
Deals with note
| Field Summary | |
|---|---|
static StAXHandlerFactory |
AGAVE_NOTE_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. |
| Methods inherited from class org.biojava.bio.seq.io.agave.StAXPropertyHandler |
|---|
addHandler, endElement, endElementHandler, getHandlerStackIterator, setHandlerCharacteristics, setProperty, startElement, startElementHandler |
| 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 |
|---|
public static final StAXHandlerFactory AGAVE_NOTE_PROP_HANDLER_FACTORY
| Method Detail |
|---|
public void characters(char[] ch,
int start,
int length)
throws org.xml.sax.SAXException
StAXContentHandlerBase
characters in interface StAXContentHandlercharacters in class StAXContentHandlerBasech - an array of charactersstart - index of the first significant character for this event.length - number of characters significant to this event.
org.xml.sax.SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||