Class DocSysIdGenerator.DocSysIdGeneratorFactory

  • All Implemented Interfaces:
    com.vladsch.flexmark.html.renderer.HeaderIdGeneratorFactory, com.vladsch.flexmark.html.renderer.HtmlIdGeneratorFactory
    Enclosing class:
    DocSysIdGenerator

    public static final class DocSysIdGenerator.DocSysIdGeneratorFactory
    extends java.lang.Object
    implements com.vladsch.flexmark.html.renderer.HeaderIdGeneratorFactory, com.vladsch.flexmark.html.renderer.HtmlIdGeneratorFactory
    • Method Summary

      Modifier and Type Method Description
      com.vladsch.flexmark.html.renderer.HtmlIdGenerator create()  
      com.vladsch.flexmark.html.renderer.HtmlIdGenerator create​(com.vladsch.flexmark.html.renderer.LinkResolverContext context)  
      • Methods inherited from class java.lang.Object

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

      • DocSysIdGeneratorFactory

        public DocSysIdGeneratorFactory()
    • Method Detail

      • create

        public com.vladsch.flexmark.html.renderer.HtmlIdGenerator create​(com.vladsch.flexmark.html.renderer.LinkResolverContext context)
        Specified by:
        create in interface com.vladsch.flexmark.html.renderer.HeaderIdGeneratorFactory
      • create

        public com.vladsch.flexmark.html.renderer.HtmlIdGenerator create()
        Specified by:
        create in interface com.vladsch.flexmark.html.renderer.HtmlIdGeneratorFactory