public class StAXFeatureHandler extends StAXContentHandlerBase
Modifier and Type | Field and Description |
---|---|
protected List |
callbackStack
this is the stack of handler objects for the current feature.
|
protected int |
endLoc |
protected SeqIOListener |
featureListener |
protected Feature.Template |
featureTemplate |
protected int |
stackLevel |
protected int |
startLoc |
Constructor and Description |
---|
StAXFeatureHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
addHandler(ElementRecognizer rec,
StAXHandlerFactory handler) |
protected Feature.Template |
createTemplate()
generates a very basic Template for the feature with
SmallAnnotation in the annotation field.
|
void |
endElement(String nsURI,
String localName,
String qName,
StAXContentHandler handler)
Handles basic exit processing.
|
void |
endElementHandler(String nsURI,
String localName,
String qName,
StAXContentHandler handler)
Element specific exit handler
Subclass to do anything useful.
|
SeqIOListener |
getFeatureListener()
Return current feature listener
|
protected ListIterator |
getHandlerStackIterator(int level)
return iterator to callbackStack
|
protected int |
getLevel()
return current stack level.
|
protected void |
pop()
pop a StAXContentHandler off the stack.
|
protected void |
push(StAXContentHandler handler)
Push StAXContentHandler object onto stack
|
void |
setFeatureListener(SeqIOListener siol) |
void |
setHandlerCharacteristics(String localName,
boolean hasCallback)
Sets the element name that the class responds to.
|
void |
startElement(String nsURI,
String localName,
String qName,
Attributes attrs,
DelegationManager dm)
Handles basic entry processing for all feature handlers.
|
void |
startElementHandler(String nsURI,
String localName,
String qName,
Attributes attrs)
Element-specific handler.
|
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
protected Feature.Template featureTemplate
protected SeqIOListener featureListener
protected int startLoc
protected int endLoc
protected List callbackStack
protected int stackLevel
public StAXFeatureHandler()
public void setHandlerCharacteristics(String localName, boolean hasCallback)
public void setFeatureListener(SeqIOListener siol)
protected void addHandler(ElementRecognizer rec, StAXHandlerFactory handler)
protected Feature.Template createTemplate()
Override if you wish a more specialised Template.
protected int getLevel()
protected ListIterator getHandlerStackIterator(int level)
protected void push(StAXContentHandler handler)
protected void pop()
public SeqIOListener getFeatureListener()
public void startElementHandler(String nsURI, String localName, String qName, Attributes attrs) throws SAXException
SAXException
public void startElement(String nsURI, String localName, String qName, Attributes attrs, DelegationManager dm) throws SAXException
startElement
in interface StAXContentHandler
startElement
in class StAXContentHandlerBase
SAXException
public void endElementHandler(String nsURI, String localName, String qName, StAXContentHandler handler) throws SAXException
SAXException
public void endElement(String nsURI, String localName, String qName, StAXContentHandler handler) throws SAXException
endElement
in interface StAXContentHandler
endElement
in class StAXContentHandlerBase
SAXException
Copyright © 2014 BioJava. All rights reserved.