Class MarkupEventProcessorHandler.StructureNamesRepository

  • Enclosing class:
    MarkupEventProcessorHandler

    static final class MarkupEventProcessorHandler.StructureNamesRepository
    extends java.lang.Object
    • Field Detail

      • REPOSITORY_INITIAL_LEN

        private static final int REPOSITORY_INITIAL_LEN
        See Also:
        Constant Field Values
      • REPOSITORY_INITIAL_INC

        private static final int REPOSITORY_INITIAL_INC
        See Also:
        Constant Field Values
      • repository

        private char[][] repository
      • repositorySize

        private int repositorySize
    • Constructor Detail

      • StructureNamesRepository

        StructureNamesRepository()
    • Method Detail

      • getStructureName

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

        private char[] storeStructureName​(int index,
                                          char[] text,
                                          int offset,
                                          int len)