Searched refs:currentFullXPath (Results 1 – 1 of 1) sorted by relevance
728 public CLDRFile add(String currentFullXPath, String value) { in add() argument731 …Log.logln(LOG_PROGRESS, "ADDING: \t" + currentFullXPath + " \t" + value + "\t" + currentFullXPath); in add()734 dataSource.putValueAtPath(currentFullXPath, value); in add()736 …(IllegalArgumentException) new IllegalArgumentException("failed adding " + currentFullXPath + ",\t" in add()1025 String currentFullXPath = dataSource.getFullPath(xpath); in removeDuplicates() local1027 if (!equalsIgnoringDraft(currentFullXPath, otherFullXPath)) { in removeDuplicates()1544 private String currentFullXPath = "/";1590 currentFullXPath += "/" + qName;1593 currentFullXPath += orderingAttribute();1617 currentFullXPath += both;[all …]