org.biojava.bio.seq.io.filterxml
Interface XMLAnnotationTypeHandler.CollectionConstraintHandlerFactory

Enclosing interface:
XMLAnnotationTypeHandler

public static interface XMLAnnotationTypeHandler.CollectionConstraintHandlerFactory

Handler Factory for a CollectionConstraint in an AnnotationType. Implement this if you want to add support for additional types of CollectionConstraint.


Method Summary
 XMLAnnotationTypeHandler.CollectionConstraintHandler makeHandler(java.lang.String nsURI, java.lang.String localName)
           
 

Method Detail

makeHandler

public XMLAnnotationTypeHandler.CollectionConstraintHandler makeHandler(java.lang.String nsURI,
                                                                        java.lang.String localName)
                                                                 throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException