Class JekyllIncludeFileSample2


  • public class JekyllIncludeFileSample2
    extends java.lang.Object
    This sample computes the html content map without examining the main document AST. This means that the main document is parsed once. For a sample which needs to examine the document AST include tags to compute the embedded content map, which results in the main document being parsed twice, see: JekyllIncludeFileSample
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JekyllIncludeFileSample2

        public JekyllIncludeFileSample2()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)