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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java315 private int fElementDeclIsExternal[][] = new int[INITIAL_CHUNK_COUNT][]; field in class:DTDGrammar
363 return (fElementDeclIsExternal[chunk][index] != 0);
575 fElementDeclIsExternal[chunk][index] = (fReadingExternalDTD || fPEDepth > 0) ? 1 : 0;
2460 fElementDeclIsExternal = resize(fElementDeclIsExternal,
2461 fElementDeclIsExternal.length * 2);
2474 fElementDeclIsExternal[chunk] = new int[CHUNK_SIZE];

Completed in 36 milliseconds