org.biojava3.protmod.io
Class ModifiedCompoundXMLConverter

java.lang.Object
  extended by org.biojava3.protmod.io.ModifiedCompoundXMLConverter

public class ModifiedCompoundXMLConverter
extends java.lang.Object


Constructor Summary
ModifiedCompoundXMLConverter()
           
 
Method Summary
static ModifiedCompound fromXML(java.lang.String xml)
           
static java.lang.String toXML(ModifiedCompound mc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifiedCompoundXMLConverter

public ModifiedCompoundXMLConverter()
Method Detail

toXML

public static java.lang.String toXML(ModifiedCompound mc)
                              throws java.io.IOException
Throws:
java.io.IOException

fromXML

public static ModifiedCompound fromXML(java.lang.String xml)