public interface PostProcessorFactory extends com.vladsch.flexmark.util.ComputableFactory<PostProcessor,com.vladsch.flexmark.ast.Document>, com.vladsch.flexmark.util.dependency.Dependent<PostProcessorFactory>
| Modifier and Type | Method and Description |
|---|---|
PostProcessor |
create(com.vladsch.flexmark.ast.Document document) |
Map<Class<?>,Set<Class<?>>> |
getNodeTypes()
A map of nodes of interest as keys and values a set of classes, if implemented by an ancestors then the node should be excluded from processing by this processor
i.e.
|
Map<Class<?>,Set<Class<?>>> getNodeTypes()
PostProcessor create(com.vladsch.flexmark.ast.Document document)
create in interface com.vladsch.flexmark.util.ComputableFactory<PostProcessor,com.vladsch.flexmark.ast.Document>document - for which to create the post processorCopyright © 2018. All rights reserved.