Home
last modified time | relevance | path

Searched refs:nodeInSource (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java693 Node nodeInSource = null; in mergeLDMLDocuments() local
696 nodeInSource = getNode(source, xpath.toString(), child); in mergeLDMLDocuments()
698 nodeInSource = getNode(source, xpath.toString()); in mergeLDMLDocuments()
702 if (nodeInSource == null) { in mergeLDMLDocuments()
723 parentNodeInSource = nodeInSource.getParentNode(); in mergeLDMLDocuments()
725 parentNodeInSource.replaceChild(childToImport, nodeInSource); in mergeLDMLDocuments()
731 parentNodeInSource = nodeInSource.getParentNode(); in mergeLDMLDocuments()
733 parentNodeInSource.replaceChild(childToImport, nodeInSource); in mergeLDMLDocuments()
741 boolean sourceElementNodes = areChildrenElementNodes(nodeInSource); in mergeLDMLDocuments()
749 parentNodeInSource = nodeInSource.getParentNode(); in mergeLDMLDocuments()
[all …]