ICU-3186 added (key) markers in comparison
X-SVN-Rev: 16431
This commit is contained in:
parent
2ddb970446
commit
20a2aa0fbd
@ -1066,6 +1066,14 @@ public class LDMLComparator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
if(m_Vetting) { // TODO: all?
|
||||||
|
Node keyNode = attr.getNamedItem("key");
|
||||||
|
String keyIndex="";
|
||||||
|
if(keyNode!=null){
|
||||||
|
String temp =keyNode.getNodeValue();
|
||||||
|
index = index + " (" + temp + ")";
|
||||||
|
}
|
||||||
|
}
|
||||||
String nodeValue = "";
|
String nodeValue = "";
|
||||||
Node valueNode = childOfSource.getFirstChild();
|
Node valueNode = childOfSource.getFirstChild();
|
||||||
if(valueNode != null){
|
if(valueNode != null){
|
||||||
|
Loading…
Reference in New Issue
Block a user