| Constructor and Description | 
|---|
| HtmlTag(java.lang.String tagIn)Public constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | isVoidElement() | 
| java.lang.String | render()render the tag into a string | 
addBody, addBody, getTag, hasBody, removeAttribute, renderBody, renderCloseTag, renderOpenTag, renderOpenTag, setAttribute, setBodypublic HtmlTag(java.lang.String tagIn)
tagIn - the name of the tagprotected boolean isVoidElement()