Class ImplJHtmlTag

    • Field Detail

      • tag

        private final java.lang.String tag
      • newLine

        private final boolean newLine
      • writeClose

        private final boolean writeClose
      • attributes

        private java.util.Map<java.lang.String,​java.lang.String> attributes
    • Constructor Detail

      • ImplJHtmlTag

        ImplJHtmlTag​(java.lang.String tag,
                     boolean newLine,
                     boolean writeClose)
    • Method Detail

      • getTag

        java.lang.String getTag()
      • isNewLine

        boolean isNewLine()
      • attribute

        public JHtmlTag attribute​(java.lang.String name,
                                  java.lang.String value)
        Specified by:
        attribute in interface JHtmlTag
      • doAdd

        private void doAdd​(java.lang.String name,
                           java.lang.String value)
      • attributes

        java.lang.Iterable<java.util.Map.Entry<java.lang.String,​java.lang.String>> attributes()
      • writeOpenTag

        void writeOpenTag​(SourceFileWriter writer)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • writeCloseTag

        void writeCloseTag​(SourceFileWriter writer)
                    throws java.io.IOException
        Throws:
        java.io.IOException