public class StAXPropertyHandler extends StAXContentHandlerBase
Modifier and Type | Field and Description |
---|---|
protected SeqIOListener |
featureListener |
protected StAXFeatureHandler |
staxenv |
Modifier and Type | Method and Description |
---|---|
protected void |
addHandler(ElementRecognizer rec,
StAXHandlerFactory handler) |
void |
endElement(String nsURI,
String localName,
String qName,
StAXContentHandler handler) |
void |
endElementHandler(String nsURI,
String localName,
String qName,
StAXContentHandler handler)
Element specific exit handler
Subclass to do anything useful.
|
protected ListIterator |
getHandlerStackIterator()
get iterator for current stack starting at the position
below mine.
|
void |
setHandlerCharacteristics(String localName,
boolean hasCallback)
Sets the element name that the class responds to.
|
protected void |
setProperty(String name,
String value) |
void |
startElement(String nsURI,
String localName,
String qName,
Attributes attrs,
DelegationManager dm)
Override this to do any processing required but call this
prior to returning.
|
void |
startElementHandler(String nsURI,
String localName,
String qName,
Attributes attrs)
Element-specific handler.
|
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
protected SeqIOListener featureListener
protected StAXFeatureHandler staxenv
public void setHandlerCharacteristics(String localName, boolean hasCallback)
protected ListIterator getHandlerStackIterator() throws ParseException
ParseException
protected void addHandler(ElementRecognizer rec, StAXHandlerFactory handler)
protected void setProperty(String name, String value)
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.