Class BlockQuoteParser.Factory

    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • getAfterDependents

        @Nullable
        public @Nullable Set<Class<?>> getAfterDependents()
        Specified by:
        getAfterDependents in interface com.vladsch.flexmark.util.dependency.Dependent
      • getBeforeDependents

        @Nullable
        public @Nullable Set<Class<?>> getBeforeDependents()
        Specified by:
        getBeforeDependents in interface com.vladsch.flexmark.util.dependency.Dependent
      • getLeadInHandler

        @Nullable
        public @Nullable com.vladsch.flexmark.util.sequence.mappers.SpecialLeadInHandler getLeadInHandler​(@NotNull
                                                                                                          @NotNull com.vladsch.flexmark.util.data.DataHolder options)
        Specified by:
        getLeadInHandler in interface CustomBlockParserFactory
        Parameters:
        options - options for this parser session
        Returns:
        special lead in character handler for the block parser elements
      • affectsGlobalScope

        public boolean affectsGlobalScope()
        Specified by:
        affectsGlobalScope in interface com.vladsch.flexmark.util.dependency.Dependent