public abstract class LocationHandlerBase extends StAXContentHandlerBase
| Constructor and Description |
|---|
LocationHandlerBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String nsURI,
String localName,
String qName,
StAXContentHandler handler) |
protected abstract void |
setLocationValue(Location l)
Override this method to do something useful with the
location we collect.
|
void |
startElement(String nsURI,
String localName,
String qName,
Attributes attrs,
DelegationManager dm) |
characters, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTreepublic LocationHandlerBase()
public void startElement(String nsURI, String localName, String qName, Attributes attrs, DelegationManager dm) throws SAXException
startElement in interface StAXContentHandlerstartElement in class StAXContentHandlerBaseSAXExceptionpublic void endElement(String nsURI, String localName, String qName, StAXContentHandler handler) throws SAXException
endElement in interface StAXContentHandlerendElement in class StAXContentHandlerBaseSAXExceptionprotected abstract void setLocationValue(Location l) throws SAXException
SAXExceptionCopyright © 2020 BioJava. All rights reserved.