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 ComponentXMLConverter()
public static String toXML(Component component) throws IOException
IOException
public static void toXML(Component component, PrettyXMLWriter xml) throws IOException
IOException
Copyright © 2000–2019 BioJava. All rights reserved.