public class DocumentToHtml extends Object
| Modifier and Type | Method and Description |
|---|---|
static InternalResult<List<HtmlNode>> |
convertToHtml(Document document,
DocumentToHtmlOptions options) |
static InternalResult<List<HtmlNode>> |
convertToHtml(DocumentElement element,
DocumentToHtmlOptions options) |
public static InternalResult<List<HtmlNode>> convertToHtml(Document document, DocumentToHtmlOptions options)
public static InternalResult<List<HtmlNode>> convertToHtml(DocumentElement element, DocumentToHtmlOptions options)
Copyright © 2018. All rights reserved.