Package org.biojava.nbio.protmod.io
Class ModifiedCompoundXMLConverter
- java.lang.Object
-
- org.biojava.nbio.protmod.io.ModifiedCompoundXMLConverter
-
public class ModifiedCompoundXMLConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description ModifiedCompoundXMLConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ModifiedCompound
fromXML(String xml)
static String
toXML(ModifiedCompound mc)
-
-
-
Constructor Detail
-
ModifiedCompoundXMLConverter
public ModifiedCompoundXMLConverter()
-
-
Method Detail
-
toXML
public static String toXML(ModifiedCompound mc) throws IOException
- Throws:
IOException
-
fromXML
public static ModifiedCompound fromXML(String xml)
-
-