Searched refs:nodeInSource (Results 1 – 1 of 1) sorted by relevance
688 Node nodeInSource = null; in mergeLDMLDocuments() local691 nodeInSource = getNode(source, xpath.toString(), child); in mergeLDMLDocuments()693 nodeInSource = getNode(source, xpath.toString()); in mergeLDMLDocuments()697 if (nodeInSource == null) { in mergeLDMLDocuments()718 parentNodeInSource = nodeInSource.getParentNode(); in mergeLDMLDocuments()720 parentNodeInSource.replaceChild(childToImport, nodeInSource); in mergeLDMLDocuments()726 parentNodeInSource = nodeInSource.getParentNode(); in mergeLDMLDocuments()728 parentNodeInSource.replaceChild(childToImport, nodeInSource); in mergeLDMLDocuments()736 boolean sourceElementNodes = areChildrenElementNodes(nodeInSource); in mergeLDMLDocuments()744 parentNodeInSource = nodeInSource.getParentNode(); in mergeLDMLDocuments()[all …]