public class HTMLBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
UTF8
Define the standard UTF-8 character encoding.
|
| Constructor and Description |
|---|
HTMLBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static org.jsoup.nodes.Document |
getDOM(String textBasedHtml)
It retrieves the HTML DOM from a String what is originally was a HTML source code.
|
static org.jsoup.nodes.Document |
getDOM(String textBasedHtml,
String characterCoding)
It retrieves the HTML DOM from a String what is originally was a HTML source code.
|
public static final String UTF8
public static org.jsoup.nodes.Document getDOM(String textBasedHtml)
textBasedHtml - Text based HTML as String.public static org.jsoup.nodes.Document getDOM(String textBasedHtml, String characterCoding)
textBasedHtml - Text based HTML as String.characterCoding - Defined in the property as constant.Copyright © 2015. All rights reserved.