All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static List<HtmlNode> |
collapse(List<HtmlNode> nodes) |
static HtmlNode |
collapsibleElement(List<String> tagNames) |
static HtmlNode |
collapsibleElement(List<String> tagNames,
Map<String,String> attributes,
List<HtmlNode> children) |
static HtmlNode |
collapsibleElement(String tagName) |
static HtmlNode |
collapsibleElement(String tagName,
List<HtmlNode> children) |
static HtmlNode |
collapsibleElement(String tagName,
Map<String,String> attributes,
List<HtmlNode> children) |
static HtmlNode |
element(String tagName) |
static HtmlNode |
element(String tagName,
List<HtmlNode> children) |
static HtmlNode |
element(String tagName,
Map<String,String> attributes) |
static HtmlNode |
element(String tagName,
Map<String,String> attributes,
List<HtmlNode> children) |
static List<HtmlNode> |
stripEmpty(List<HtmlNode> nodes) |
static HtmlNode |
text(String value) |
static String |
write(List<HtmlNode> nodes) |