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 ComponentfromXML(String xml)static ComponentfromXML(Node componentN)static StringtoXML(Component component)static voidtoXML(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
-
-