Package org.biojava.nbio.protmod.io
Class ComponentXMLConverter
- java.lang.Object
- 
- org.biojava.nbio.protmod.io.ComponentXMLConverter
 
- 
 public class ComponentXMLConverter extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ComponentXMLConverter()
 - 
Method SummaryAll 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- 
ComponentXMLConverterpublic ComponentXMLConverter() 
 
- 
 - 
Method Detail- 
toXMLpublic static String toXML(Component component) throws IOException - Throws:
- IOException
 
 - 
toXMLpublic static void toXML(Component component, PrettyXMLWriter xml) throws IOException - Throws:
- IOException
 
 
- 
 
-