Searched refs:attributesOld (Results 1 – 4 of 4) sorted by relevance
139 …Names(DtdData dtdCurrent, String elementName, Map<Attribute, Integer> attributesOld, Map<Attribute… in getAttributeNames() argument149 for (Attribute attributeOld : attributesOld.keySet()) { in getAttributeNames()
290 Map<Attribute, Integer> attributesOld, in getAttributeNames() argument308 for (Attribute attributeOld : attributesOld.keySet()) { in getAttributeNames()
500 Collection<String> attributesOld = pathCurrent.getAttributeKeys(elementIndex); in addPathDiff() local501 if (attributesCurrent.isEmpty() && attributesOld.isEmpty()) { in addPathDiff()510 fullAttributes.addAll(attributesOld); in addPathDiff()
369 Map<String, String> attributesOld = partsOld.getAttributes(-1); in changeNewToOld() local373 attributesOld.put(attribute, attributesFull.get(attribute)); in changeNewToOld()