public interface HtmlIdGenerator
| Modifier and Type | Field and Description |
|---|---|
static HtmlIdGenerator |
NULL |
| Modifier and Type | Method and Description |
|---|---|
void |
generateIds(com.vladsch.flexmark.ast.Document document) |
String |
getId(CharSequence text) |
String |
getId(com.vladsch.flexmark.ast.Node node) |
static final HtmlIdGenerator NULL
void generateIds(com.vladsch.flexmark.ast.Document document)
String getId(com.vladsch.flexmark.ast.Node node)
String getId(CharSequence text)
Copyright © 2018. All rights reserved.