| Package | Description |
|---|---|
| org.zwobble.mammoth.internal.conversion | |
| org.zwobble.mammoth.internal.html | |
| org.zwobble.mammoth.internal.styles |
| Modifier and Type | Method and Description |
|---|---|
static InternalResult<List<HtmlNode>> |
DocumentToHtml.convertToHtml(Document document,
DocumentToHtmlOptions options) |
static InternalResult<List<HtmlNode>> |
DocumentToHtml.convertToHtml(DocumentElement element,
DocumentToHtmlOptions options) |
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlElement |
class |
HtmlForceWrite |
class |
HtmlTextNode |
| Modifier and Type | Field and Description |
|---|---|
static HtmlNode |
Html.FORCE_WRITE |
| Modifier and Type | Method and Description |
|---|---|
static HtmlNode |
Html.collapsibleElement(List<String> tagNames) |
static HtmlNode |
Html.collapsibleElement(List<String> tagNames,
Map<String,String> attributes,
List<HtmlNode> children) |
static HtmlNode |
Html.collapsibleElement(String tagName) |
static HtmlNode |
Html.collapsibleElement(String tagName,
List<HtmlNode> children) |
static HtmlNode |
Html.collapsibleElement(String tagName,
Map<String,String> attributes,
List<HtmlNode> children) |
static HtmlNode |
Html.element(String tagName) |
static HtmlNode |
Html.element(String tagName,
List<HtmlNode> children) |
static HtmlNode |
Html.element(String tagName,
Map<String,String> attributes) |
static HtmlNode |
Html.element(String tagName,
Map<String,String> attributes,
List<HtmlNode> children) |
static HtmlNode |
Html.text(String value) |
| Modifier and Type | Method and Description |
|---|---|
static List<HtmlNode> |
Html.collapse(List<HtmlNode> nodes) |
List<HtmlNode> |
HtmlElement.getChildren() |
static List<HtmlNode> |
Html.stripEmpty(List<HtmlNode> nodes) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HtmlWriter.write(HtmlNode node,
StringBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
static List<HtmlNode> |
Html.collapse(List<HtmlNode> nodes) |
static HtmlNode |
Html.collapsibleElement(List<String> tagNames,
Map<String,String> attributes,
List<HtmlNode> children) |
static HtmlNode |
Html.collapsibleElement(String tagName,
List<HtmlNode> children) |
static HtmlNode |
Html.collapsibleElement(String tagName,
Map<String,String> attributes,
List<HtmlNode> children) |
static HtmlNode |
Html.element(String tagName,
List<HtmlNode> children) |
static HtmlNode |
Html.element(String tagName,
Map<String,String> attributes,
List<HtmlNode> children) |
static List<HtmlNode> |
Html.stripEmpty(List<HtmlNode> nodes) |
static String |
Html.write(List<HtmlNode> nodes) |
| Constructor and Description |
|---|
HtmlElement(HtmlTag tag,
List<HtmlNode> children) |
| Modifier and Type | Method and Description |
|---|---|
Supplier<List<HtmlNode>> |
HtmlPathElement.wrap(Supplier<List<HtmlNode>> generateNodes) |
Supplier<List<HtmlNode>> |
HtmlPathElements.wrap(Supplier<List<HtmlNode>> generateNodes) |
Supplier<List<HtmlNode>> |
HtmlPath.wrap(Supplier<List<HtmlNode>> generateNodes) |
| Modifier and Type | Method and Description |
|---|---|
Supplier<List<HtmlNode>> |
HtmlPathElement.wrap(Supplier<List<HtmlNode>> generateNodes) |
Supplier<List<HtmlNode>> |
HtmlPathElements.wrap(Supplier<List<HtmlNode>> generateNodes) |
Supplier<List<HtmlNode>> |
HtmlPath.wrap(Supplier<List<HtmlNode>> generateNodes) |
Copyright © 2018. All rights reserved.