Package org.biojava.nbio.protmod.io
Class ComponentXMLConverter
- java.lang.Object
-
- org.biojava.nbio.protmod.io.ComponentXMLConverter
-
public class ComponentXMLConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description ComponentXMLConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Component
fromXML(String xml)
static Component
fromXML(Node componentN)
static String
toXML(Component component)
static void
toXML(Component component, PrettyXMLWriter xml)
-
-
-
Constructor Detail
-
ComponentXMLConverter
public ComponentXMLConverter()
-
-
Method Detail
-
toXML
public static String toXML(Component component) throws IOException
- Throws:
IOException
-
toXML
public static void toXML(Component component, PrettyXMLWriter xml) throws IOException
- Throws:
IOException
-
-