|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biojava3.protmod.io.ComponentXMLConverter
public class ComponentXMLConverter
| Constructor Summary | |
|---|---|
ComponentXMLConverter()
|
|
| Method Summary | |
|---|---|
static Component |
fromXML(org.w3c.dom.Node componentN)
|
static Component |
fromXML(java.lang.String xml)
|
static java.lang.String |
toXML(Component component)
|
static void |
toXML(Component component,
PrettyXMLWriter xml)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentXMLConverter()
| Method Detail |
|---|
public static java.lang.String toXML(Component component)
throws java.io.IOException
java.io.IOException
public static void toXML(Component component,
PrettyXMLWriter xml)
throws java.io.IOException
java.io.IOExceptionpublic static Component fromXML(java.lang.String xml)
public static Component fromXML(org.w3c.dom.Node componentN)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||