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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java248 private String[][] fNotationSystemId = new String[INITIAL_CHUNK_COUNT][]; field in class:DTDGrammar
1464 fNotationSystemId[chunk][index],
1975 fNotationSystemId[chunk][index] = notationDecl.systemId;
2544 fNotationSystemId = resize(fNotationSystemId, fNotationSystemId.length * 2);
2553 fNotationSystemId[chunk] = new String[CHUNK_SIZE];

Completed in 35 milliseconds