| Package | Description |
|---|---|
| com.vladsch.flexmark.html |
HTML rendering (see
HtmlRenderer) |
| com.vladsch.flexmark.html.renderer |
| Modifier and Type | Method and Description |
|---|---|
HtmlWriter |
HtmlWriter.withAttr(LinkStatus status) |
| Modifier and Type | Field and Description |
|---|---|
static LinkStatus |
LinkStatus.INVALID |
static LinkStatus |
LinkStatus.NOT_FOUND |
static LinkStatus |
LinkStatus.UNCHECKED |
static LinkStatus |
LinkStatus.UNKNOWN |
static LinkStatus |
LinkStatus.VALID |
| Modifier and Type | Method and Description |
|---|---|
LinkStatus |
ResolvedLink.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
ResolvedLink |
ResolvedLink.withStatus(LinkStatus status) |
| Constructor and Description |
|---|
ResolvedLink(LinkType linkType,
CharSequence url,
com.vladsch.flexmark.util.html.Attributes attributes,
LinkStatus status) |
Copyright © 2018. All rights reserved.