| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.html |
| Modifier and Type | Method and Description |
|---|---|
(package private) HtmlElement |
HtmlElement.close()
Closes this element after all attributes and content has been written
|
HtmlElement |
HtmlElement.newAttribute(String name,
String value)
Writes a new attribute key and value for the current element
|
HtmlElement |
HtmlElement.newElement(String name,
Consumer<HtmlElement> consumer)
Writes a new child element content in this element
|
HtmlElement |
HtmlElement.text(String text)
Writes text content to the body of this element
|
| Modifier and Type | Method and Description |
|---|---|
HtmlElement |
HtmlElement.newElement(String name,
Consumer<HtmlElement> consumer)
Writes a new child element content in this element
|
HtmlCode |
HtmlCode.newElement(String name,
Consumer<HtmlElement> consumer)
Creates a new element with the name specified
|
Copyright 2014-2017, Xavier Witdouck