Package org.biojava.bio.program.xff
Class PropDetailHandler
java.lang.Object
org.biojava.utils.stax.StAXContentHandlerBase
org.biojava.utils.stax.StringElementHandlerBase
org.biojava.bio.program.xff.PropDetailHandler
- All Implemented Interfaces:
StAXContentHandler
StAX handler for xff:prop detail elements. prop details are simple
tag-value text, and they are added directly as properties of the feature.
- Since:
- 1.2
- Author:
- Thomas Down
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Override this method to do something useful with the string we collect.void
startElement
(String nsURI, String localName, String qName, Attributes attrs, DelegationManager dm) Methods inherited from class org.biojava.utils.stax.StringElementHandlerBase
characters, endElement
Methods inherited from class org.biojava.utils.stax.StAXContentHandlerBase
endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, startTree
-
Field Details
-
PROPDETAIL_HANDLER_FACTORY
-
-
Constructor Details
-
PropDetailHandler
-
-
Method Details
-
startElement
public void startElement(String nsURI, String localName, String qName, Attributes attrs, DelegationManager dm) throws SAXException - Specified by:
startElement
in interfaceStAXContentHandler
- Overrides:
startElement
in classStringElementHandlerBase
- Throws:
SAXException
-
setStringValue
Description copied from class:StringElementHandlerBase
Override this method to do something useful with the string we collect. Maybe we should do this by delegation rather than extension.- Specified by:
setStringValue
in classStringElementHandlerBase
- Throws:
SAXException
-