Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Field and Description |
---|---|
protected Html5.HTML |
Html5Doc.html
The <html> element.
|
Modifier and Type | Method and Description |
---|---|
Html5.HTML |
Html5Doc._html()
Return the <html> element.
|
default Html5.HTML |
Html5._html()
Build element
<html> . |
Html5.HTML |
Html5Doc._html(Object... children)
Deprecated.
Do not add more children to <html>
|
default Html5.HTML |
Html5._html(Object... children)
Build element
<html> with children. |
Html5.HTML |
Html5Doc._html(Runnable code)
Deprecated.
Do not add more children to <html>
|
default Html5.HTML |
Html5._html(Runnable code)
Build element
<html> ; with it as the context parent, run `code`. |
Html5.HTML |
Html5.HTML.manifest(CharSequence value)
Set attribute
manifest="{value}" . |