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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDProcessor.java301 private HashMap fTableOfNOTATIONAttributeNames; field in class:XMLDTDProcessor
400 fTableOfNOTATIONAttributeNames = new HashMap();
952 if (fTableOfNOTATIONAttributeNames.containsKey( elementName ) == false) {
953 fTableOfNOTATIONAttributeNames.put( elementName, attributeName);
965 String previousNOTATIONAttributeName = (String) fTableOfNOTATIONAttributeNames.get( elementName );
1349 Iterator elementsWithNotations = fTableOfNOTATIONAttributeNames.entrySet().iterator();
1365 fTableOfNOTATIONAttributeNames = null;

Completed in 34 milliseconds