Searched refs:getAttributeComparator (Results 1 – 4 of 4) sorted by relevance
710 this.attributes = new TreeMap<String, String>(getAttributeComparator(element)); in Element()734 attributes = new TreeMap<String, String>(getAttributeComparator(element)); in putAttribute()942 public MapComparator<String> getAttributeComparator(String currentElement) { in getAttributeComparator() method in XPathParts945 : dtdData.getAttributeComparator(); in getAttributeComparator()
816 public MapComparator<String> getAttributeComparator() { in getAttributeComparator() method in DtdData
1852 ? CLDRFile.getAttributeOrdering() : dtdData.getAttributeComparator());3696 return DtdData.getInstance(DtdType.ldmlICU).getAttributeComparator();
141 XPathParts newParts = new XPathParts(dtdData.getAttributeComparator(), in TestXPathPartsWithComparators()