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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java215 private DatatypeValidator fAttributeDeclDatatypeValidator[][] = new DatatypeValidator[INITIAL_CHUNK_COUNT][]; field in class:DTDGrammar
1365 fAttributeDeclDatatypeValidator[chunk][index]);
1863 fAttributeDeclDatatypeValidator[chunk][index] = null;
1885 fAttributeDeclDatatypeValidator[attrChunk][attrIndex] = attributeDecl.simpleType.datatypeValidator;
2493 fAttributeDeclDatatypeValidator = resize(fAttributeDeclDatatypeValidator, fAttributeDeclDatatypeValidator.length * 2);
2507 fAttributeDeclDatatypeValidator[chunk] = new DatatypeValidator[CHUNK_SIZE];

Completed in 48 milliseconds