Interface Dependent
- All Known Subinterfaces:
AttributeProviderFactory
,BlockPreProcessorFactory
,CustomBlockParserFactory
,HtmlLinkResolverFactory
,InlineParserExtensionFactory
,LinkResolverFactory
,NodeFormatterFactory
,ParagraphPreProcessorFactory
,PostProcessorFactory
,UriContentResolverFactory
- All Known Implementing Classes:
AbbreviationBlockParser.Factory
,AbbreviationNodeFormatter.Factory
,AbbreviationNodePostProcessor.Factory
,AdmonitionBlockParser.Factory
,AdmonitionNodeFormatter.Factory
,AnchorLinkNodePostProcessor.Factory
,AsideBlockParser.Factory
,AsideNodeFormatter.Factory
,AttributesAttributeProvider.Factory
,AttributesInlineParserExtension.Factory
,AttributesNodeFormatter.Factory
,AttributesNodePostProcessor.Factory
,AutolinkNodePostProcessor.Factory
,BlockQuoteParser.Factory
,CoreNodeFormatter.Factory
,DefinitionItemBlockParser.Factory
,DefinitionListBlockPreProcessor.Factory
,DefinitionListItemBlockPreProcessor.Factory
,DefinitionNodeFormatter.Factory
,DelegatingNodeRendererFactoryWrapper
,DelegatingNodeRendererFactoryWrapper
,DocumentPostProcessorFactory
,EmojiNodeFormatter.Factory
,EnumeratedReferenceBlockParser.Factory
,EnumeratedReferenceNodeFormatter.Factory
,EnumeratedReferenceNodePostProcessor.Factory
,EscapedCharacterNodePostProcessor.Factory
,FencedCodeBlockParser.Factory
,FileUriContentResolver.Factory
,FootnoteBlockParser.Factory
,FootnoteNodeFormatter.Factory
,GfmIssuesInlineParserExtension.Factory
,GfmUsersInlineParserExtension.Factory
,GitLabBlockQuoteParser.Factory
,GitLabInlineMathParser.Factory
,GitLabInlineParser.Factory
,GitLabNodeFormatter.Factory
,HeadingParser.Factory
,HtmlBlockParser.Factory
,IncludeNodePostProcessor.Factory
,IndentedCodeBlockParser.Factory
,IndependentAttributeProviderFactory
,IndependentLinkResolverFactory
,JekyllFrontMatterBlockParser.Factory
,JekyllFrontMatterNodeFormatter.Factory
,JekyllTagBlockParser.Factory
,JekyllTagInlineParserExtension.Factory
,JekyllTagNodeFormatter.Factory
,ListBlockParser.Factory
,MacroBlockParser.Factory
,MacroDefinitionBlockParser.Factory
,MacroInlineParser.Factory
,MacrosInlineParserExtension.Factory
,MacrosNodeFormatter.Factory
,MediaTagsNodePostProcessor.Factory
,MergeLinkResolver.Factory
,NodePostProcessorFactory
,ReferencePreProcessorFactory
,ResizableImageInlineParserExtension.Factory
,SimTocBlockParser.Factory
,SimTocNodeFormatter.Factory
,SmartsInlineParser.Factory
,SpecExampleBlockParser.Factory
,SpecExampleNodeFormatter.Factory
,TableNodeFormatter.Factory
,TaskListItemBlockPreProcessor.Factory
,ThematicBreakParser.Factory
,TocBlockParser.Factory
,WikiLinkLinkResolver.Factory
,WikiLinkNodeFormatter.Factory
,YamlFrontMatterBlockParser.Factory
,YamlFrontMatterNodeFormatter.Factory
,YouTubeLinkNodePostProcessor.Factory
,ZzzzzzAttributeProvider.Factory
,ZzzzzzBlockParser.Factory
,ZzzzzzBlockPreProcessor.Factory
,ZzzzzzDocumentPostProcessor.Factory
,ZzzzzzInlineParserExtension.Factory
,ZzzzzzLinkResolver.Factory
,ZzzzzzNodePostProcessor.Factory
public interface Dependent
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getAfterDependents
- Returns:
- null or a list of dependents that must be executed before calling this one if any of the blocks in the list affect global state then these will be run on ALL blocks of the document before this preprocessor is called.
-
getBeforeDependents
- Returns:
- null or a list of dependents that must be executed after calling this one if any of the blocks in the list affect global state then these will be run on ALL blocks of the document before this preprocessor is called.
-
affectsGlobalScope
boolean affectsGlobalScope()- Returns:
- true if this dependent affects the global scope, which means that any that depend on it have to be run after this dependent has run against all elements. Otherwise, the dependent can run on an element after its dependents have processed an element. parsed.
-