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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java239 private String[][] fEntityNotation = new String[INITIAL_CHUNK_COUNT][]; field in class:DTDGrammar
1423 fEntityNotation[chunk][index],
1956 fEntityNotation[chunk][index] = entityDecl.notation;
2521 fEntityNotation = resize(fEntityNotation, fEntityNotation.length * 2);
2534 fEntityNotation[chunk] = new String[CHUNK_SIZE];
2787 return (fEntityNotation[chunk][index]!=null)?true:false;

Completed in 46 milliseconds