public class ComponentXMLConverter
extends java.lang.Object
Constructor | Description |
---|---|
ComponentXMLConverter() |
Modifier and Type | Method | Description |
---|---|---|
static Component |
fromXML(java.lang.String xml) |
|
static Component |
fromXML(org.w3c.dom.Node componentN) |
|
static java.lang.String |
toXML(Component component) |
|
static void |
toXML(Component component,
PrettyXMLWriter xml) |
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.IOException
public static Component fromXML(java.lang.String xml)
public static Component fromXML(org.w3c.dom.Node componentN)