net.xoetrope.xml
Class XmlHelper

java.lang.Object
  extended by net.xoetrope.xml.XmlHelper

public class XmlHelper
extends java.lang.Object


Constructor Summary
XmlHelper()
           
 
Method Summary
static void copyAttributes(XmlElement source, XmlElement target)
          Copies the attributes of the source xml element to the target xml element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlHelper

public XmlHelper()
Method Detail

copyAttributes

public static void copyAttributes(XmlElement source,
                                  XmlElement target)
Copies the attributes of the source xml element to the target xml element.

Parameters:
source - the source xml element whose attributes are to be copied.
target - the target xml element where the attributes of the given source will be copied to.