org.biojava3.protmod.io
public class ComponentXMLConverter extends java.lang.Object
Constructor and Description |
---|
ComponentXMLConverter() |
public static java.lang.String toXML(Component component) throws java.io.IOException
java.io.IOException
public static void toXML(Component component, PrettyXMLWriter xml) throws java.io.IOException
java.io.IOException
public static Component fromXML(java.lang.String xml)
public static Component fromXML(org.w3c.dom.Node componentN)