Interface HtmlIdGenerator
-
- All Known Implementing Classes:
HeaderIdGenerator
public interface HtmlIdGenerator
-
-
Field Summary
Fields Modifier and Type Field Description static HtmlIdGeneratorNULL
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidgenerateIds(Document document)default voidgenerateIds(Document document, @Nullable AnchorRefTargetBlockPreVisitor preVisitor)@Nullable java.lang.StringgetId(@NotNull Node node)@Nullable java.lang.StringgetId(@NotNull java.lang.CharSequence text)
-
-
-
Field Detail
-
NULL
static final HtmlIdGenerator NULL
-
-
Method Detail
-
generateIds
void generateIds(Document document)
-
generateIds
default void generateIds(Document document, @Nullable @Nullable AnchorRefTargetBlockPreVisitor preVisitor)
-
getId
@Nullable @Nullable java.lang.String getId(@NotNull @NotNull Node node)
-
getId
@Nullable @Nullable java.lang.String getId(@NotNull @NotNull java.lang.CharSequence text)
-
-