Searched refs:fElementDeclContentModelValidator (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java187 private ContentModelValidator fElementDeclContentModelValidator[][] = new ContentModelValidator[INITIAL_CHUNK_COUNT][]; field in class:DTDGrammar
1738 ContentModelValidator contentModel = fElementDeclContentModelValidator[chunk][index];
1787 fElementDeclContentModelValidator[chunk][index] = contentModel;
1799 fElementDeclContentModelValidator[chunk][index] = null;
1815 fElementDeclContentModelValidator[chunk][index] = elementDecl.contentModelValidator;
2465 fElementDeclContentModelValidator = resize(fElementDeclContentModelValidator, fElementDeclContentModelValidator.length * 2);
2477 fElementDeclContentModelValidator[chunk] = new ContentModelValidator[CHUNK_SIZE];

Completed in 35 milliseconds