Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DLDMLUtilities.java723 Node nodeInSource = null; in mergeLDMLDocuments() local
726 nodeInSource = getNode(source, xpath.toString(), child); in mergeLDMLDocuments()
728 nodeInSource = getNode(source, xpath.toString()); in mergeLDMLDocuments()
732 if (nodeInSource == null) { in mergeLDMLDocuments()
753 parentNodeInSource = nodeInSource.getParentNode(); in mergeLDMLDocuments()
755 parentNodeInSource.replaceChild(childToImport, nodeInSource); in mergeLDMLDocuments()
761 parentNodeInSource = nodeInSource.getParentNode(); in mergeLDMLDocuments()
763 parentNodeInSource.replaceChild(childToImport, nodeInSource); in mergeLDMLDocuments()
773 boolean sourceElementNodes = areChildrenElementNodes(nodeInSource); in mergeLDMLDocuments()
783 parentNodeInSource = nodeInSource.getParentNode(); in mergeLDMLDocuments()
[all …]