Searched refs:prefixedName (Results 1 – 4 of 4) sorted by relevance
428 QualifiedName prefixedName = attribute.name(); in appendAttribute() local435 prefixedName.setPrefix(xmlnsAtom); in appendAttribute()442 prefixedName.setPrefix(xmlAtom); in appendAttribute()446 prefixedName.setPrefix(xlinkAtom); in appendAttribute()450 if (!prefixedName.prefix()) { in appendAttribute()458 prefixedName.setPrefix(newPrefix); in appendAttribute()463 ASSERT(prefixedName.prefix()); in appendAttribute()464 … appendNamespace(result, prefixedName.prefix(), attribute.namespaceURI(), *namespaces); in appendAttribute()468 result.append(prefixedName.toString()); in appendAttribute()
140 final String prefixedName = m_prefix.concat (name); in processGenericSettings() local144 if (! m_settings.isOverridden (prefixedName)) in processGenericSettings()145 m_settings.setProperty (prefixedName, value); in processGenericSettings()
374 for (var prefixedName in prefixedOwnClassNamesArray.keySet())375 result += "." + escapeIdentifierIfNeeded(prefixedName.substr(1));
2169 String prefixedName = String(*prefixSet) + extensionName(); in matchesNameWithPrefixes() local2170 if (equalIgnoringCase(prefixedName, name)) { in matchesNameWithPrefixes()2656 String prefixedName = String(*prefixes) + tracker->extensionName(); in getSupportedExtensions() local2657 result.append(prefixedName); in getSupportedExtensions()