Lines Matching refs:attributes

72 …public void startElement(String uri, String localName, String qName, Attributes attributes) throws…  in startElement()  argument
85 pushStringEntry(qName, attributes, in startElement()
89 pushStringEntry(qName, attributes, in startElement()
99 pushStringEntry(qName, attributes, in startElement()
102 attributes.getValue("type")); in startElement()
109 String key = convertOldKeyName(attributes.getValue("type")); in startElement()
111 pushStringEntry(qName, attributes, in startElement()
123 String key = convertOldKeyName(attributes.getValue("key")); in startElement()
125 pushStringEntry(qName, attributes, in startElement()
127 attributes.getValue("type")); in startElement()
140 pushKeyContainer(qName, attributes, attributes.getValue("type")); in startElement()
145 pushStringEntry(qName, attributes, CLDRConverter.CURRENCY_SYMBOL_PREFIX in startElement()
153 pushStringEntry(qName, attributes, in startElement()
161 if (containerKey != null && attributes.getValue("count") == null) { in startElement()
162 pushStringEntry(qName, attributes, in startElement()
165 attributes.getValue("type")); in startElement()
180 String calendarName = attributes.getValue("type"); in startElement()
183 pushContainer(qName, attributes); in startElement()
191 pushContainer(qName, attributes); in startElement()
196 String type = attributes.getValue("type"); in startElement()
208 pushKeyContainer(qName, attributes, type); in startElement()
220 String type = attributes.getValue("type"); in startElement()
223 pushKeyContainer(qName, attributes, type); in startElement()
239 currentWidth = attributes.getValue("type"); in startElement()
242 … pushStringArrayEntry(qName, attributes, prefix + "MonthNames/" + getContainerKey(), 13); in startElement()
245 … pushStringArrayEntry(qName, attributes, prefix + "MonthAbbreviations/" + getContainerKey(), 13); in startElement()
248 … pushStringArrayEntry(qName, attributes, prefix + "MonthNarrows/" + getContainerKey(), 13); in startElement()
259 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
265 String type = attributes.getValue("type"); in startElement()
268 pushKeyContainer(qName, attributes, type); in startElement()
280 currentWidth = attributes.getValue("type"); in startElement()
283 … pushStringArrayEntry(qName, attributes, prefix + "DayNames/" + getContainerKey(), 7); in startElement()
286 … pushStringArrayEntry(qName, attributes, prefix + "DayAbbreviations/" + getContainerKey(), 7); in startElement()
289 … pushStringArrayEntry(qName, attributes, prefix + "DayNarrows/" + getContainerKey(), 7); in startElement()
300 …pushStringArrayElement(qName, attributes, Integer.parseInt(DAY_OF_WEEK_MAP.get(attributes.getValue… in startElement()
308 String type = attributes.getValue("type"); in startElement()
311 pushKeyContainer(qName, attributes, type); in startElement()
320 currentWidth = attributes.getValue("type"); in startElement()
323 pushStringArrayEntry(qName, attributes, "AmPmMarkers/" + getContainerKey(), 2); in startElement()
326 … pushStringArrayEntry(qName, attributes, "narrow.AmPmMarkers/" + getContainerKey(), 2); in startElement()
329 … pushStringArrayEntry(qName, attributes, "abbreviated.AmPmMarkers/" + getContainerKey(), 2); in startElement()
339 if (attributes.getValue("alt") == null) { in startElement()
340 switch (attributes.getValue("type")) { in startElement()
342 pushStringArrayElement(qName, attributes, 0); in startElement()
345 pushStringArrayElement(qName, attributes, 1); in startElement()
365 … pushStringArrayEntry(qName, attributes, key, currentCalendarType.getEraLength(qName)); in startElement()
376 … pushStringArrayEntry(qName, attributes, key, currentCalendarType.getEraLength(qName)); in startElement()
386 … pushStringArrayEntry(qName, attributes, key, currentCalendarType.getEraLength(qName)); in startElement()
396 int index = Integer.parseInt(attributes.getValue("type")); in startElement()
399 pushStringArrayElement(qName, attributes, index); in startElement()
412 String type = attributes.getValue("type"); in startElement()
415 pushKeyContainer(qName, attributes, type); in startElement()
426 currentWidth = attributes.getValue("type"); in startElement()
429 … pushStringArrayEntry(qName, attributes, prefix + "QuarterNames/" + getContainerKey(), 4); in startElement()
432 … pushStringArrayEntry(qName, attributes, prefix + "QuarterAbbreviations/" + getContainerKey(), 4); in startElement()
435 … pushStringArrayEntry(qName, attributes, prefix + "QuarterNarrows/" + getContainerKey(), 4); in startElement()
446 … pushStringArrayElement(qName, attributes, Integer.parseInt(attributes.getValue("type")) - 1); in startElement()
453 pushContainer(qName, attributes); in startElement()
456 pushStringEntry(qName, attributes, "timezone.hourFormat"); in startElement()
459 pushStringEntry(qName, attributes, "timezone.gmtFormat"); in startElement()
462 pushStringEntry(qName, attributes, "timezone.gmtZeroFormat"); in startElement()
466 String type = attributes.getValue("type"); in startElement()
467 pushStringEntry(qName, attributes, "timezone.regionFormat" + in startElement()
473 String tzid = attributes.getValue("type"); // Olson tz id in startElement()
476 pushKeyContainer(qName, attributes, tzid); in startElement()
481 String zone = attributes.getValue("type"); // LDML meta zone id in startElement()
484 pushKeyContainer(qName, attributes, zone); in startElement()
489 pushContainer(qName, attributes); in startElement()
493 pushContainer(qName, attributes); in startElement()
498 … pushStringEntry(qName, attributes, CLDRConverter.ZONE_NAME_PREFIX + qName + "." + zoneNameStyle); in startElement()
501 pushStringEntry(qName, attributes, CLDRConverter.EXEMPLAR_CITY_PREFIX); in startElement()
508 String type = attributes.getValue("type"); in startElement()
511 pushStringEntry(qName, attributes, in startElement()
520 pushKeyContainer(qName, attributes, type); in startElement()
531 pushContainer(qName, attributes); in startElement()
536 pushStringListEntry(qName, attributes, in startElement()
547 pushKeyContainer(qName, attributes, attributes.getValue("type")); in startElement()
561 pushStringEntry(qName, attributes, in startElement()
564 pushStringEntry(qName, attributes, in startElement()
577 pushContainer(qName, attributes); in startElement()
582 pushStringListElement(qName, attributes, in startElement()
583 … (int) Math.log10(Double.parseDouble(attributes.getValue("type"))), in startElement()
584 attributes.getValue("count")); in startElement()
593 pushContainer(qName, attributes); in startElement()
601 String script = attributes.getValue("numberSystem"); in startElement()
606 pushContainer(qName, attributes); in startElement()
610 if (attributes.getValue("type") == null) { in startElement()
613 pushContainer(qName, attributes); in startElement()
620 pushStringEntry(qName, attributes, "DefaultNumberingSystem"); in startElement()
626 String script = attributes.getValue("numberSystem"); in startElement()
643 pushContainer(qName, attributes); in startElement()
650 … pushStringEntry(qName, attributes, currentNumberingSystem + "NumberElements/decimal"); in startElement()
659 pushStringEntry(qName, attributes, currentNumberingSystem + "NumberElements/group"); in startElement()
667 pushStringEntry(qName, attributes, currentNumberingSystem + "NumberElements/list"); in startElement()
672 pushStringEntry(qName, attributes, currentNumberingSystem + "NumberElements/percent"); in startElement()
677 pushStringEntry(qName, attributes, currentNumberingSystem + "NumberElements/zero"); in startElement()
682 pushStringEntry(qName, attributes, currentNumberingSystem + "NumberElements/pattern"); in startElement()
691 pushStringEntry(qName, attributes, currentNumberingSystem + "NumberElements/minus"); in startElement()
696 … pushStringEntry(qName, attributes, currentNumberingSystem + "NumberElements/exponential"); in startElement()
701 pushStringEntry(qName, attributes, currentNumberingSystem + "NumberElements/permille"); in startElement()
706 pushStringEntry(qName, attributes, currentNumberingSystem + "NumberElements/infinity"); in startElement()
711 pushStringEntry(qName, attributes, currentNumberingSystem + "NumberElements/nan"); in startElement()
718 …pushStringEntry(qName, attributes, prefix + "DateTimePatterns/" + attributes.getValue("type") + "-… in startElement()
726 …pushStringEntry(qName, attributes, prefix + "DateTimePatterns/" + attributes.getValue("type") + "-… in startElement()
734 …pushStringEntry(qName, attributes, prefix + "DateTimePatterns/" + attributes.getValue("type") + "-… in startElement()
742 pushStringEntry(qName, attributes, prefix + "DateTimePatternChars"); in startElement()
749 if (id.equals("root") && !isIgnored(attributes) in startElement()
754 pushAliasEntry(qName, attributes, attributes.getValue("path")); in startElement()
763 pushContainer(qName, attributes); in startElement()