| Package | Description |
|---|---|
| org.databene.formats.html | |
| org.databene.formats.html.model |
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlEntity
Entity enumeration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Anchor
Represents an HTML anchor.
|
class |
Body
Represents an HTML body.
|
class |
Bold
Represents an HTML bold element.
|
class |
CssStyle
Represents an inline CSS stylesheet.
|
class |
Div
Represents a <div> element.
|
class |
Font
Represents an HTML font element.
|
class |
H1
Represents an HTML <h1>.
|
class |
Head
Represents an HTML <head>.
|
class |
Html
Represents the <html> content of an HTML document.
|
class |
HtmlElement<E extends HtmlElement<?>>
Parent class for HTML element classes.
|
class |
Link
Represents an HTML <link>.
|
class |
List
Parent class for HTML lists.
|
class |
ListItem
Represents an HTML list item (<li>).
|
class |
OrderedList
Represents an ordered HTML list (<ol>).
|
class |
Span
Represents an HTML <span>.
|
class |
Table
Represents an HTML table.
|
class |
TableBody
Represents an HTML table body (<tbody>).
|
class |
TableCell
Represents an HTML table cell.
|
class |
TableFoot
Represents an HTML table head (<tfoot>).
|
class |
TableHead
Represents an HTML table head (<thead>).
|
class |
TableRow
Represents an HTML table row.
|
class |
TextComponent
Represents an HTML text component.
|
class |
UnorderedList
Represents an unordered HTML list (<ul>).
|
| Modifier and Type | Method and Description |
|---|---|
void |
List.addAsListItem(HtmlComponent component) |
E |
HtmlElement.addComponent(HtmlComponent componentToAdd) |
void |
HtmlElement.addComponents(HtmlComponent... components) |
static Bold |
HtmlFactory.bold(HtmlComponent content) |
static Font |
HtmlFactory.font(HtmlComponent content) |
TableCell |
TableRow.newCell(HtmlComponent... components) |
void |
HtmlElement.setComponents(HtmlComponent... newComponents) |
E |
HtmlElement.withComponents(HtmlComponent... newComponents) |
| Constructor and Description |
|---|
Anchor(HtmlComponent label) |
Body(HtmlComponent... components) |
Bold(HtmlComponent component) |
Font(HtmlComponent content) |
Html(HtmlComponent... components) |
ListItem(HtmlComponent content) |
TableCell(HtmlComponent... components) |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.