Class SimpleHtmlSerializer


  • public class SimpleHtmlSerializer
    extends HtmlSerializer

    Simple HTML serializer - creates resulting HTML without indenting and/or compacting.

    • Constructor Detail

    • Method Detail

      • serialize

        protected void serialize​(TagNode tagNode,
                                 java.io.Writer writer)
                          throws java.io.IOException
        Specified by:
        serialize in class Serializer
        Throws:
        java.io.IOException