HtmlNode.Mapper<T>, HtmlNode.Visitor| Constructor and Description |
|---|
HtmlTextNode(String value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(HtmlNode.Mapper<T> visitor) |
void |
accept(HtmlNode.Visitor visitor) |
String |
getValue() |
public HtmlTextNode(String value)
public String getValue()
public void accept(HtmlNode.Visitor visitor)
public <T> T accept(HtmlNode.Mapper<T> visitor)
Copyright © 2018. All rights reserved.