Class XmlWriterUtils


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

      Constructors 
      Constructor Description
      XmlWriterUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void writeAttribute​(IXmlWriter writer, java.lang.String name, boolean booleanValue)  
      • Methods inherited from class java.lang.Object

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

      • XmlWriterUtils

        public XmlWriterUtils()
    • Method Detail

      • writeAttribute

        public static final void writeAttribute​(IXmlWriter writer,
                                                java.lang.String name,
                                                boolean booleanValue)
                                         throws java.io.IOException
        Throws:
        java.io.IOException