public interface HtmlNode
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HtmlNode.Mapper<T> |
static interface |
HtmlNode.Visitor |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(HtmlNode.Mapper<T> visitor) |
void |
accept(HtmlNode.Visitor visitor) |
void accept(HtmlNode.Visitor visitor)
<T> T accept(HtmlNode.Mapper<T> visitor)
Copyright © 2018. All rights reserved.