1920212223242526
* content of the result tree will be appended. * @param root the root node for the new tree. */ public DOMDestination(org.w3c.dom.Document root) { domWriter = new DOMWriter(); domWriter.setNode(root); }
* content of the result treee will be appended. * @param root the root node for the new tree. */ public DOMDestination(org.w3c.dom.Document root) { domWriter = new DOMWriter(); domWriter.setNode(root); }