Class XmlUtil


  • public final class XmlUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.w3c.dom.Document loadXml​(java.io.File xmlFile)  
      static org.w3c.dom.Document loadXml​(java.lang.String xmlString)  
      static void writeToXml​(org.w3c.dom.Document document, java.io.File xmlFile)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • loadXml

        public static org.w3c.dom.Document loadXml​(java.lang.String xmlString)
      • loadXml

        public static org.w3c.dom.Document loadXml​(java.io.File xmlFile)
      • writeToXml

        public static void writeToXml​(org.w3c.dom.Document document,
                                      java.io.File xmlFile)