Class XmlUtils


  • public class XmlUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void dumpParameters​(XMLStringBuffer xsb, java.util.Map<java.lang.String,​java.lang.String> parameters)  
      static void setProperty​(java.util.Properties p, java.lang.String name, java.lang.String value, java.lang.String def)
      Don't add this property if it's equal to its default value.
      • Methods inherited from class java.lang.Object

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

      • XmlUtils

        public XmlUtils()
    • Method Detail

      • setProperty

        public static void setProperty​(java.util.Properties p,
                                       java.lang.String name,
                                       java.lang.String value,
                                       java.lang.String def)
        Don't add this property if it's equal to its default value.
        Parameters:
        p - The properties
        name - The property name
        value - The property value
        def - The default value
      • dumpParameters

        public static void dumpParameters​(XMLStringBuffer xsb,
                                          java.util.Map<java.lang.String,​java.lang.String> parameters)