Searched refs:childToImport (Results 1 – 1 of 1) sorted by relevance
711 Node childToImport = source.importNode(child, true); in mergeLDMLDocuments() local712 parentNodeInSource.appendChild(childToImport); in mergeLDMLDocuments()719 Node childToImport = source.importNode(child, true); in mergeLDMLDocuments() local720 parentNodeInSource.replaceChild(childToImport, nodeInSource); in mergeLDMLDocuments()727 Node childToImport = source.importNode(child, true); in mergeLDMLDocuments() local728 parentNodeInSource.replaceChild(childToImport, nodeInSource); in mergeLDMLDocuments()745 Node childToImport = source.importNode(child, true); in mergeLDMLDocuments() local746 parentNodeInSource.replaceChild(childToImport, nodeInSource); in mergeLDMLDocuments()946 Node childToImport = fullyResolvedDoc.importNode(child, true); in resolveAliases() local950 parent.appendChild(childToImport); in resolveAliases()[all …]