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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDProcessor.java304 private HashMap fNotationEnumVals; field in class:XMLDTDProcessor
394 if (fNotationEnumVals == null) {
395 fNotationEnumVals = new HashMap();
397 fNotationEnumVals.clear();
949 fNotationEnumVals.put(enumeration[i], attributeName);
1334 Iterator notationVals = fNotationEnumVals.entrySet().iterator();

Completed in 32 milliseconds