Class IncludeNodePostProcessor

    • Field Detail

      • includedDocuments

        final java.util.HashMap<JekyllTag,​java.lang.String> includedDocuments
      • resolvedLinks

        final java.util.HashMap<java.lang.String,​ResolvedLink> resolvedLinks
      • linkResolvers

        final java.util.List<LinkResolver> linkResolvers
      • embedIncludedContent

        private final boolean embedIncludedContent
      • includedHtml

        private final java.util.Map<java.lang.String,​java.lang.String> includedHtml
    • Constructor Detail

      • IncludeNodePostProcessor

        public IncludeNodePostProcessor​(@NotNull
                                        @NotNull Document document)
    • Method Detail

      • process

        public void process​(@NotNull
                            @NotNull NodeTracker state,
                            @NotNull
                            @NotNull Node node)
        Parameters:
        state - node tracker used for optimizing node processing
        node - the node to post-process