Searched refs:attributeName (Results 1 – 8 of 8) sorted by relevance
71 String attributeName; in runTest() local85 attributeName = attributeNode.getNodeName(); in runTest()86 result.add(attributeName); in runTest()
66 String attributeName; in runTest() local82 attributeName = attribute.getNodeName(); in runTest()83 actual.add(attributeName); in runTest()
68 String attributeName; in runTest() local87 attributeName = attributeNode.getNodeName(); in runTest()88 result.add(attributeName); in runTest()
96 final String attributeName = "theAttributeName"; in testGetAttributes() local100 return attributeName; in testGetAttributes()
93 final String attributeName = "theAttributeName"; in testGetAttributes() local97 return attributeName; in testGetAttributes()
188 final String attributeName = "theAttributeName"; in testGetAttributes() local192 return attributeName; in testGetAttributes()
1027 String attributeName = attributeString.substring(i + 1); in parseLegacyPut() local1029 while (attributeName.startsWith(" ")) { in parseLegacyPut()1030 attributeName = attributeName.substring(1); in parseLegacyPut()1032 attributeName = attributeName.intern(); in parseLegacyPut()1041 s.addAttribute(attributeName, attributeValue); in parseLegacyPut()
816 String attributeName = readName(); in readAttributeListDeclaration() local873 defineAttributeDefault(elementName, attributeName, value); in readAttributeListDeclaration()878 private void defineAttributeDefault(String elementName, String attributeName, String value) { in defineAttributeDefault() argument887 elementAttributes.put(attributeName, value); in defineAttributeDefault()