public interface HtmlPath
| Modifier and Type | Field and Description |
|---|---|
static HtmlPath |
EMPTY |
static HtmlPath |
IGNORE |
| Modifier and Type | Method and Description |
|---|---|
static HtmlPath |
collapsibleElement(List<String> tagNames) |
static HtmlPath |
collapsibleElement(List<String> tagNames,
Map<String,String> attributes) |
static HtmlPath |
collapsibleElement(String tagName) |
static HtmlPath |
collapsibleElement(String tagName,
Map<String,String> attributes) |
static HtmlPath |
element(String tagName) |
static HtmlPath |
element(String tagName,
Map<String,String> attributes) |
static HtmlPath |
elements(HtmlPathElement... elements) |
Supplier<List<HtmlNode>> |
wrap(Supplier<List<HtmlNode>> generateNodes) |
Copyright © 2018. All rights reserved.