public class ComponentXMLConverter
extends java.lang.Object
Constructor and Description |
---|
ComponentXMLConverter() |
Modifier and Type | Method and Description |
---|---|
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) |
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)