org.camunda.bpm.engine.impl.form.engine
Class HtmlDocumentBuilder
java.lang.Object
org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder
public class HtmlDocumentBuilder
- extends 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected HtmlDocumentBuilder.HtmlWriteContext context
elements
protected Stack<HtmlElementWriter> elements
writer
protected StringWriter writer
HtmlDocumentBuilder
public HtmlDocumentBuilder(HtmlElementWriter documentElement)
startElement
public HtmlDocumentBuilder startElement(HtmlElementWriter renderer)
endElement
public HtmlDocumentBuilder endElement()
getHtmlString
public String getHtmlString()
Copyright © 2017 camunda services GmbH. All rights reserved.