Class HtmlSerializer

    • Method Detail

      • isMinimizedTagSyntax

        protected boolean isMinimizedTagSyntax​(TagNode tagNode)
      • dontEscape

        protected boolean dontEscape​(TagNode tagNode)
      • escapeText

        protected java.lang.String escapeText​(java.lang.String s)
      • serializeOpenTag

        protected void serializeOpenTag​(TagNode tagNode,
                                        java.io.Writer writer,
                                        boolean newLine)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • serializeEndTag

        protected void serializeEndTag​(TagNode tagNode,
                                       java.io.Writer writer,
                                       boolean newLine)
                                throws java.io.IOException
        Throws:
        java.io.IOException