Package org.biojava.bio.seq.io.filterxml
Interface XMLAnnotationTypeHandler.PropertyConstraintHandlerFactory
-
- Enclosing class:
- XMLAnnotationTypeHandler
public static interface XMLAnnotationTypeHandler.PropertyConstraintHandlerFactory
Handler Factory for aPropertyConstraint
in an AnnotationType. Implement this if you want to add support for additional types of PropertyConstraint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLAnnotationTypeHandler.PropertyConstraintHandler
makeHandler(java.lang.String nsURI, java.lang.String localName)
-
-
-
Method Detail
-
makeHandler
XMLAnnotationTypeHandler.PropertyConstraintHandler makeHandler(java.lang.String nsURI, java.lang.String localName) throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
-
-