Package org.biojava.bio.seq.io.filterxml
Interface XMLAnnotationTypeWriter.XMLPropertyConstraintWriter
- Enclosing class:
XMLAnnotationTypeWriter
public static interface XMLAnnotationTypeWriter.XMLPropertyConstraintWriter
Writer for types of PropertyConstraint. Implement this to add support
for a new type of PropertyConstraint.
- Since:
- 1.3
- Author:
- Thomas Down
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writePropertyConstraint
(PropertyConstraint pc, XMLWriter xw, XMLAnnotationTypeWriter config)
-
Method Details
-
writePropertyConstraint
void writePropertyConstraint(PropertyConstraint pc, XMLWriter xw, XMLAnnotationTypeWriter config) throws ClassCastException, IOException, IllegalArgumentException
-