public static class DefinitionItemBlockParser.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() |
@Nullable com.vladsch.flexmark.util.sequence.mappers.SpecialLeadInHandler |
getLeadInHandler(@NotNull com.vladsch.flexmark.util.data.DataHolder options) |
@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.Dependent@Nullable
public @Nullable com.vladsch.flexmark.util.sequence.mappers.SpecialLeadInHandler getLeadInHandler(@NotNull
@NotNull com.vladsch.flexmark.util.data.DataHolder options)
getLeadInHandler in interface com.vladsch.flexmark.parser.block.CustomBlockParserFactorypublic 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.