Class MarkupEventProcessorHandler.StructureNamesRepository

java.lang.Object
org.attoparser.MarkupEventProcessorHandler.StructureNamesRepository
Enclosing class:
MarkupEventProcessorHandler

static final class MarkupEventProcessorHandler.StructureNamesRepository extends Object
  • Field Details

    • REPOSITORY_INITIAL_LEN

      private static final int REPOSITORY_INITIAL_LEN
      See Also:
    • REPOSITORY_INITIAL_INC

      private static final int REPOSITORY_INITIAL_INC
      See Also:
    • repository

      private char[][] repository
    • repositorySize

      private int repositorySize
  • Constructor Details

    • StructureNamesRepository

      StructureNamesRepository()
  • Method Details

    • getStructureName

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

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