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