Class HtmlDocumentBuilder


  • public class HtmlDocumentBuilder
    extends java.lang.Object

    The HtmlDocumentBuilder is part of the HtmlFormEngine and maintains a stack of element which are written out to a StringWriter.

    Actual writing of the html elements is delegated to the HtmlElementWriter.

    Author:
    Daniel Meyer