com.evolveum.midpoint.common
Class XmlUtil

java.lang.Object
  extended by com.evolveum.midpoint.common.XmlUtil

public class XmlUtil
extends java.lang.Object

This is s remnant of DOMUtil that has to be moved to the utils. It contains methods that have to remain in common. This still needs a cleanup.

Author:
Radovan Semancik

Constructor Summary
XmlUtil()
           
 
Method Summary
static void addChildNodes(org.w3c.dom.Node parentNode, java.util.List<org.w3c.dom.Element> newNodes)
           
static void addChildNodes(org.w3c.dom.Node parentNode, org.w3c.dom.Node newNode)
           
static void deleteChildNodes(org.w3c.dom.Node parentNode, org.w3c.dom.Node newNode)
           
static void replaceChildNodes(org.w3c.dom.Node parentNode, org.w3c.dom.Element newNode)
           
static void replaceChildNodes(org.w3c.dom.Node parentNode, java.util.List<org.w3c.dom.Element> newNodes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtil

public XmlUtil()
Method Detail

addChildNodes

public static void addChildNodes(org.w3c.dom.Node parentNode,
                                 org.w3c.dom.Node newNode)

addChildNodes

public static void addChildNodes(org.w3c.dom.Node parentNode,
                                 java.util.List<org.w3c.dom.Element> newNodes)

deleteChildNodes

public static void deleteChildNodes(org.w3c.dom.Node parentNode,
                                    org.w3c.dom.Node newNode)

replaceChildNodes

public static void replaceChildNodes(org.w3c.dom.Node parentNode,
                                     org.w3c.dom.Element newNode)

replaceChildNodes

public static void replaceChildNodes(org.w3c.dom.Node parentNode,
                                     java.util.List<org.w3c.dom.Element> newNodes)


Copyright © 2012 evolveum. All Rights Reserved.