Package org.attoparser
Class MarkupEventProcessorHandler.StructureNamesRepository
java.lang.Object
org.attoparser.MarkupEventProcessorHandler.StructureNamesRepository
- Enclosing class:
MarkupEventProcessorHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate char[][]
private static final int
private static final int
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) char[]
getStructureName
(char[] text, int offset, int len) private char[]
storeStructureName
(int index, char[] text, int offset, int len)
-
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)
-