public static class TocBlockParser.Factory extends Object implements com.vladsch.flexmark.parser.block.CustomBlockParserFactory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
affectsGlobalScope() |
@NotNull com.vladsch.flexmark.parser.block.BlockParserFactory |
apply(@NotNull com.vladsch.flexmark.util.data.DataHolder options) |
@Nullable Set<Class<?>> |
getAfterDependents() |
@Nullable Set<Class<?>> |
getBeforeDependents() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait@Nullable public @Nullable Set<Class<?>> getAfterDependents()
getAfterDependents in interface com.vladsch.flexmark.util.dependency.Dependent@Nullable public @Nullable Set<Class<?>> getBeforeDependents()
getBeforeDependents in interface com.vladsch.flexmark.util.dependency.Dependentpublic boolean affectsGlobalScope()
affectsGlobalScope in interface com.vladsch.flexmark.util.dependency.Dependent@NotNull
public @NotNull com.vladsch.flexmark.parser.block.BlockParserFactory apply(@NotNull
@NotNull com.vladsch.flexmark.util.data.DataHolder options)
Copyright © 2020. All rights reserved.