org.biojava.bio.seq.io.filterxml
Interface XMLAnnotationTypeHandler.CollectionConstraintHandler
- All Superinterfaces:
- StAXContentHandler
- Enclosing interface:
- XMLAnnotationTypeHandler
- public static interface XMLAnnotationTypeHandler.CollectionConstraintHandler
- extends StAXContentHandler
Handler for an individual CollectionConstraint
in an AnnotationType.
Implement this if you want to add support for additional types of
CollectionConstraint.
Methods inherited from interface org.biojava.utils.stax.StAXContentHandler |
characters, endElement, endPrefixMapping, endTree, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startElement, startPrefixMapping, startTree |
getCollectionConstraint
public CollectionConstraint getCollectionConstraint()
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException