| Package | Description |
|---|---|
| bayou.html |
For building html trees.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Html5.BLOCKQUOTE
Html5 element
<blockquote>. |
| Modifier and Type | Method and Description |
|---|---|
default Html4.BLOCKQUOTE |
Html4._blockquote()
Build element
<blockquote>. |
default Html4.BLOCKQUOTE |
Html4._blockquote(Object... children)
Build element
<blockquote> with children. |
default Html4.BLOCKQUOTE |
Html4._blockquote(Runnable code)
Build element
<blockquote>; with it as the context parent, run `code`. |
Html4.BLOCKQUOTE |
Html4.BLOCKQUOTE.cite(CharSequence value)
Set attribute
cite="{value}". |