Searched refs:match1 (Results 1 – 1 of 1) sorted by relevance
354 String match1 = rootId; in replaceIds() local356 if (match1.startsWith(ID_PREFIX)) { in replaceIds()357 match2 = '"' + NEW_ID_PREFIX + match1.substring(ID_PREFIX.length()) + '"'; in replaceIds()358 match1 = '"' + match1 + '"'; in replaceIds()359 } else if (match1.startsWith(NEW_ID_PREFIX)) { in replaceIds()360 match2 = '"' + ID_PREFIX + match1.substring(NEW_ID_PREFIX.length()) + '"'; in replaceIds()361 match1 = '"' + match1 + '"'; in replaceIds()393 if (attributeValue.equals(match1) || attributeValue.equals(match2)) { in replaceIds()