org.biojava3.protmod.io
Class ComponentXMLConverter
java.lang.Object
org.biojava3.protmod.io.ComponentXMLConverter
public class ComponentXMLConverter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentXMLConverter
public ComponentXMLConverter()
toXML
public static String toXML(Component component)
throws IOException
- Throws:
IOException
toXML
public static void toXML(Component component,
PrettyXMLWriter xml)
throws IOException
- Throws:
IOException
fromXML
public static Component fromXML(String xml)
fromXML
public static Component fromXML(Node componentN)