public class ComponentXMLConverter extends Object
| Constructor and Description |
|---|
ComponentXMLConverter() |
| Modifier and Type | Method and Description |
|---|---|
static Component |
fromXML(Node componentN) |
static Component |
fromXML(String xml) |
static String |
toXML(Component component) |
static void |
toXML(Component component,
PrettyXMLWriter xml) |
public static String toXML(Component component) throws IOException
IOExceptionpublic static void toXML(Component component, PrettyXMLWriter xml) throws IOException
IOExceptionCopyright © 2000–2016 BioJava. All rights reserved.