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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DDTDGrammar.java249 private String[][] fNotationBaseSystemId = new String[INITIAL_CHUNK_COUNT][]; field in class:DTDGrammar
1465 fNotationBaseSystemId[chunk][index]);
1976 fNotationBaseSystemId[chunk][index] = notationDecl.baseSystemId;
2545 fNotationBaseSystemId = resize(fNotationBaseSystemId, fNotationBaseSystemId.length * 2);
2554 fNotationBaseSystemId[chunk] = new String[CHUNK_SIZE];

Completed in 35 milliseconds