Home | History | Annotate | Download | only in impl

Lines Matching defs:destParent

592 	 * @param destParent the parent of the destination node
598 private static void appendSubtree(XMPMetaImpl destXMP, XMPNode sourceNode, XMPNode destParent,
601 XMPNode destNode = XMPNodeUtils.findChildNode(destParent, sourceNode.getName(), false);
615 destParent.removeChild(destNode);
621 destParent.addChild((XMPNode) sourceNode.clone());
627 destParent.removeChild(destNode);
629 destParent.addChild(destNode);
654 destParent.removeChild(destNode);
683 destParent.removeChild(destNode);
729 destParent.addChild(destNode);