Class MarkupEventProcessorHandler.StandardNamesRepository

  • Enclosing class:
    MarkupEventProcessorHandler

    static final class MarkupEventProcessorHandler.StandardNamesRepository
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static char[][] REPOSITORY  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static char[] getStructureName​(char[] text, int offset, int len)  
      • Methods inherited from class java.lang.Object

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

      • REPOSITORY

        private static final char[][] REPOSITORY
    • Constructor Detail

      • StandardNamesRepository

        private StandardNamesRepository()
    • Method Detail

      • getStructureName

        static char[] getStructureName​(char[] text,
                                       int offset,
                                       int len)