Searched refs:nodeInSource (Results 1 – 1 of 1) sorted by relevance
693 Node nodeInSource = null; in mergeLDMLDocuments() local696 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 …]