Searched refs:attrName (Results 1 – 5 of 5) sorted by relevance
112 String attrName = attribute.getKey().toString(); in getAttributesSortedByName() local114 namedAttributes.put(attrName, attrValue); in getAttributesSortedByName()122 String attrName = attribute.getKey(); in writeAttributes() local124 writeAttribute(out, attrName, attrValue); in writeAttributes()
110 private String getMandatoryAttribute(String tagName, String attrName, Attributes attributes) in getMandatoryAttribute() argument112 String value = attributes.getValue(attrName); in getMandatoryAttribute()117 attrName, tagName)); in getMandatoryAttribute()
159 String getMandatoryAttribute(String tagName, String attrName, Attributes attributes) in getMandatoryAttribute() argument161 String value = attributes.getValue(attrName); in getMandatoryAttribute()164 "Malformed XML, could not find '%s' attribute in '%s'", attrName, tagName)); in getMandatoryAttribute()
1131 String attrName = alg + digestAttrSuffix; in getDigestsToVerify() local1132 String digestBase64 = section.getAttributeValue(attrName); in getDigestsToVerify()1158 String attrName = getJarDigestAttributeName(alg, digestAttrSuffix); in getDigestsToVerify() local1159 String digestBase64 = section.getAttributeValue(attrName); in getDigestsToVerify()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...