Package org.biojava.utils.xml
Interface XMLWritable
-
public interface XMLWritableObject which knows how to represent itself as an XML element.- Author:
- Thomas Down
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteXML(XMLWriter writer)
-
-
-
Method Detail
-
writeXML
void writeXML(XMLWriter writer) throws java.io.IOException
- Throws:
java.io.IOException
-
-