org.biojava.utils.xml
Interface XMLWritable


public interface XMLWritable

Object which knows how to represent itself as an XML element.

Author:
Thomas Down

Method Summary
 void writeXML(XMLWriter writer)
           
 

Method Detail

writeXML

public void writeXML(XMLWriter writer)
              throws java.io.IOException
Throws:
java.io.IOException