Package org.attoparser
Class MarkupEventProcessorHandler.StructureNamesRepository
- java.lang.Object
-
- org.attoparser.MarkupEventProcessorHandler.StructureNamesRepository
-
- Enclosing class:
- MarkupEventProcessorHandler
static final class MarkupEventProcessorHandler.StructureNamesRepository extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private char[][]
repository
private static int
REPOSITORY_INITIAL_INC
private static int
REPOSITORY_INITIAL_LEN
private int
repositorySize
-
Constructor Summary
Constructors Constructor Description StructureNamesRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) char[]
getStructureName(char[] text, int offset, int len)
private char[]
storeStructureName(int index, char[] text, int offset, int len)
-
-
-
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
-
-