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