Class XmlWriter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.PrintWriter out  
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlWriter​(java.io.Writer out, javax.lang.model.element.TypeElement d)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void done()  
      void onOption​(java.lang.String name, java.lang.String usage)  
      void onOption​(OptionWithUsage optionWithUsage)  
      private void writeTag​(java.lang.String tag, java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • out

        private final java.io.PrintWriter out
    • Constructor Detail

      • XmlWriter

        public XmlWriter​(java.io.Writer out,
                         javax.lang.model.element.TypeElement d)