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()
320 Map<Attribute, Integer> attributesOld, in getAttributeNames() argument342 Attribute attributeOld = attribute.getMatchingName(attributesOld); in getAttributeNames()
570 Collection<String> attributesOld = pathCurrent.getAttributeKeys(elementIndex); in addPathDiff() local571 if (attributesCurrent.isEmpty() && attributesOld.isEmpty()) { in addPathDiff()580 fullAttributes.addAll(attributesOld); in addPathDiff()
343 Map<String, String> attributesOld = partsOld.getAttributes(-1); in changeNewToOld() local347 attributesOld.put(attribute, attributesFull.get(attribute)); in changeNewToOld()