Class HtmlElementWriter
java.lang.Object
org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
Simple writer for html elements. Used by the HtmlDocumentBuilder
.
- Author:
- Daniel Meyer
-
Field Summary
-
Constructor Summary
ConstructorDescriptionHtmlElementWriter
(String tagName) HtmlElementWriter
(String tagName, boolean isSelfClosing) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
escapeQuotes
(String attributeValue) textContent
(String text) protected void
void
protected void
void
protected void
protected void
void
protected void
protected void
protected void
-
Field Details
-
tagName
-
isSelfClosing
protected boolean isSelfClosingselfClosing means that the element should not be rendered as a start + end tag pair but as a single tag using "/" to close the tag inline -
textContent
-
attributes
-
-
Constructor Details
-
HtmlElementWriter
-
HtmlElementWriter
-
-
Method Details
-
writeStartTag
-
writeContent
-
writeEndTag
-
writeEndTagElement
-
writeTextContent
-
writeStartTagOpen
-
writeAttributes
-
escapeQuotes
-
writeEndLine
-
writeStartTagClose
-
writeLeadingWhitespace
-
attribute
-
textContent
-