| Package | Description |
|---|---|
| com.github.beothorn.html | |
| com.github.beothorn.html.common | |
| com.github.beothorn.html.elements | |
| com.github.beothorn.html.elements.img |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Unit |
| Modifier and Type | Class and Description |
|---|---|
class |
Attribute |
class |
UntaggedContent |
| Modifier and Type | Method and Description |
|---|---|
static String |
Render.renderTag(String tag,
List<Renderable> children) |
static String |
Render.renderTag(String tag,
List<Renderable> attributes,
List<Renderable> children) |
static String |
Render.renderTag(String tag,
List<Renderable> attributes,
List<Renderable> children) |
| Constructor and Description |
|---|
UntaggedContent(List<Renderable> children) |
| Modifier and Type | Class and Description |
|---|---|
class |
Br |
class |
DomElement |
class |
Px |
class |
Text |
| Modifier and Type | Field and Description |
|---|---|
protected List<Renderable> |
DomElement.children |
protected List<Renderable> |
DomElement.props |
| Modifier and Type | Method and Description |
|---|---|
static Renderable |
Page.html(DomElement... childrenElements)
The HTML <html> element (or HTML root element)
represents the root of an HTML document.
|
static Renderable |
Page.wrap(Renderable... childrenElements)
Used to wrap renderables at the same hierarchy level as a single renderable.
|
| Modifier and Type | Method and Description |
|---|---|
static DomElement |
Page.b(Renderable... childrenElements)
The HTML <b> Element represents a span of text stylistically
different from normal text, without conveying any special importance or relevance.
|
static Renderable |
Page.wrap(Renderable... childrenElements)
Used to wrap renderables at the same hierarchy level as a single renderable.
|
| Constructor and Description |
|---|
DomElement(String tag,
Renderable[] childrenElements) |
| Constructor and Description |
|---|
DomElement(String tag,
List<? extends Attribute> props,
List<? extends Renderable> childrenElements) |
DomElement(String tag,
List<? extends Renderable> childrenElements) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImgAttributes
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img
|
Copyright © 2016. All rights reserved.