Class DocSysIdGenerator

  • All Implemented Interfaces:
    com.vladsch.flexmark.html.Disposable, com.vladsch.flexmark.html.renderer.HtmlIdGenerator

    public class DocSysIdGenerator
    extends com.vladsch.flexmark.html.renderer.HeaderIdGenerator
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DocSysIdGenerator.DocSysIdGeneratorFactory  
      • Nested classes/interfaces inherited from class com.vladsch.flexmark.html.renderer.HeaderIdGenerator

        com.vladsch.flexmark.html.renderer.HeaderIdGenerator.Factory
    • Field Summary

      • Fields inherited from interface com.vladsch.flexmark.html.renderer.HtmlIdGenerator

        NULL
    • Method Summary

      Modifier and Type Method Description
      java.lang.String generateId​(java.lang.CharSequence text)  
      void generateIds​(com.vladsch.flexmark.util.ast.Document document)  
      • Methods inherited from class com.vladsch.flexmark.html.renderer.HeaderIdGenerator

        dispose, generateId, generateId, generateId, getId, getId, isAlphabetic
      • Methods inherited from class java.lang.Object

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

      • DocSysIdGenerator

        public DocSysIdGenerator()
    • Method Detail

      • generateIds

        public void generateIds​(com.vladsch.flexmark.util.ast.Document document)
        Specified by:
        generateIds in interface com.vladsch.flexmark.html.renderer.HtmlIdGenerator
        Overrides:
        generateIds in class com.vladsch.flexmark.html.renderer.HeaderIdGenerator
      • generateId

        public java.lang.String generateId​(java.lang.CharSequence text)