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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DXmlPolicyModelUnmarshaller.java203 final Map<QName, String> attributeMap = new HashMap<QName, String>();
211 if (attributeMap.containsKey(name)) {
219 attributeMap.put(name, nextAttribute.getValue());
223 final AssertionData nodeData = new AssertionData(childElement.getName(), value, attributeMap, childNode.getType(), optional, ignorable);
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509CertInfo.java373 int attr = attributeMap(attrName.getPrefix());
478 int attr = attributeMap(attrName.getPrefix());
574 int attr = attributeMap(attrName.getPrefix());
841 private int attributeMap(String name) { method in class:X509CertInfo
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java3652 private HashMap attributeMap = new HashMap(); field in class:XMLCipher.Factory.EncryptionPropertyImpl
3697 return (String) attributeMap.get(attribute);
3701 attributeMap.put(attribute, value);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java864 private static final Hashtable<String, Attribute> attributeMap = new Hashtable<String, Attribute>(); field in class:CSS
893 attributeMap.put(Attribute.allAttributes[i].toString(),
1057 return attributeMap.get(name);

Completed in 82 milliseconds