org.biojava.bio.seq.io.filterxml
Interface XMLFilterWriter.FilterWriter
- Enclosing class:
- XMLFilterWriter
public static interface XMLFilterWriter.FilterWriter
Interface for an object which can write a FeatureFilter as XML. Implement
this to add support for new types of FeatureFilter
- Since:
- 1.3
- Author:
- Thomas Down
writeFilter
void writeFilter(FeatureFilter ff,
XMLWriter xw,
XMLFilterWriter config)
throws java.lang.ClassCastException,
java.lang.IllegalArgumentException,
java.io.IOException
- Throws:
java.lang.ClassCastException
java.lang.IllegalArgumentException
java.io.IOException