Class ComponentXMLConverter


  • public class ComponentXMLConverter
    extends java.lang.Object
    • Constructor Detail

      • ComponentXMLConverter

        public ComponentXMLConverter()
    • Method Detail

      • toXML

        public static java.lang.String toXML​(Component component)
                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • toXML

        public static void toXML​(Component component,
                                 PrettyXMLWriter xml)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • fromXML

        public static Component fromXML​(java.lang.String xml)
      • fromXML

        public static Component fromXML​(org.w3c.dom.Node componentN)