Searched refs:butComment (Results 1 – 1 of 1) sorted by relevance
904 public CLDRFile remove(String xpath, boolean butComment) { in remove() argument906 if (butComment) { in remove()917 public CLDRFile removeAll(Set<String> xpaths, boolean butComment) { in removeAll() argument918 if (butComment) appendFinalComment("Illegal attributes removed:"); in removeAll()920 remove(it.next(), butComment); in removeAll() local969 … public CLDRFile removeDuplicates(CLDRFile other, boolean butComment, RetentionTest keepIfMatches, in removeDuplicates() argument1045 if (butComment) appendFinalComment("Duplicates removed:"); in removeDuplicates()1058 remove(xpath, butComment); in removeDuplicates()