public static class DefinitionListBlockPreProcessor.Factory extends Object implements com.vladsch.flexmark.parser.block.BlockPreProcessorFactory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
affectsGlobalScope() |
@NotNull com.vladsch.flexmark.parser.block.BlockPreProcessor |
apply(@NotNull com.vladsch.flexmark.parser.block.ParserState state) |
@Nullable Set<Class<?>> |
getAfterDependents() |
@Nullable Set<Class<?>> |
getBeforeDependents() |
@NotNull Set<Class<? extends com.vladsch.flexmark.util.ast.Block>> |
getBlockTypes() |
@NotNull public @NotNull Set<Class<? extends com.vladsch.flexmark.util.ast.Block>> getBlockTypes()
getBlockTypes in interface com.vladsch.flexmark.parser.block.BlockPreProcessorFactory@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.BlockPreProcessor apply(@NotNull
@NotNull com.vladsch.flexmark.parser.block.ParserState state)
Copyright © 2020. All rights reserved.