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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DAttributeList.java132 static Hashtable<Object, Object> attributeTypes = new Hashtable<Object, Object>(); field in class:AttributeList
136 attributeTypes.put(nm, num);
137 attributeTypes.put(num, nm);
157 attributeTypes.put("fixed", Integer.valueOf(FIXED));
158 attributeTypes.put("required", Integer.valueOf(REQUIRED));
159 attributeTypes.put("current", Integer.valueOf(CURRENT));
160 attributeTypes.put("conref", Integer.valueOf(CONREF));
161 attributeTypes.put("implied", Integer.valueOf(IMPLIED));
165 Integer i = (Integer)attributeTypes.get(nm);
170 return (String)attributeTypes
[all...]

Completed in 29 milliseconds