public static class HeadingParser.Factory extends Object implements CustomBlockParserFactory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
affectsGlobalScope() |
BlockParserFactory |
create(com.vladsch.flexmark.util.options.DataHolder options) |
Set<Class<? extends CustomBlockParserFactory>> |
getAfterDependents() |
Set<Class<? extends CustomBlockParserFactory>> |
getBeforeDependents() |
public Set<Class<? extends CustomBlockParserFactory>> getAfterDependents()
getAfterDependents in interface com.vladsch.flexmark.util.dependency.Dependent<CustomBlockParserFactory>public Set<Class<? extends CustomBlockParserFactory>> getBeforeDependents()
getBeforeDependents in interface com.vladsch.flexmark.util.dependency.Dependent<CustomBlockParserFactory>public boolean affectsGlobalScope()
affectsGlobalScope in interface com.vladsch.flexmark.util.dependency.Dependent<CustomBlockParserFactory>public BlockParserFactory create(com.vladsch.flexmark.util.options.DataHolder options)
create in interface CustomBlockParserFactorycreate in interface com.vladsch.flexmark.util.ComputableFactory<BlockParserFactory,com.vladsch.flexmark.util.options.DataHolder>Copyright © 2018. All rights reserved.