Searched defs:fTableOfIDAttributeNames (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDProcessor.java298 private HashMap fTableOfIDAttributeNames; field in class:XMLDTDProcessor
399 fTableOfIDAttributeNames = new HashMap();
915 if (!fTableOfIDAttributeNames.containsKey(elementName)) {
916 fTableOfIDAttributeNames.put(elementName, attributeName);
932 String previousIDAttributeName = (String)fTableOfIDAttributeNames.get( elementName );//rule a)
1364 fTableOfIDAttributeNames = null;

Completed in 34 milliseconds