| Package | Description |
|---|---|
| org.structr.rest.serialization.html |
| Modifier and Type | Class and Description |
|---|---|
class |
Block |
class |
Document |
class |
Empty |
class |
Inline |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.add(Tag tag) |
Tag |
Tag.attr(Attr... attr) |
Tag |
Tag.block(String tagName) |
Tag |
Tag.css(String css) |
Tag |
Tag.empty(String tagName) |
Tag |
Tag.id(String id) |
Tag |
Tag.inline(String tagName) |
Tag |
Tag.parent() |
Tag |
Tag.text(Object... content) |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
Tag.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.add(Tag tag) |
| Constructor and Description |
|---|
Block(Tag parent,
String tagName) |
Empty(Tag parent,
String tagName) |
Inline(Tag parent,
String tagName) |
Copyright © 2014. All rights reserved.