Added a method to set properties on the spring component.
[utils] / support / src / main / java / org / wamblee / xml / DomUtils.java
index 5651e34137f8caeec1c419a630a6840a947b1a82..3825bacda36adbb32ab3c00d5ff3f2185b5f9afe 100644 (file)
@@ -49,11 +49,10 @@ import org.w3c.dom.Node;
 import org.w3c.dom.NodeList;
 import org.xml.sax.SAXException;
 
-import com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl;
-import com.sun.org.apache.xerces.internal.jaxp.validation.xs.SchemaFactoryImpl;
-
 /**
  * Some basic XML utilities for common reoccuring tasks for DOM documents.
+ *
+ * @author Erik Brakkee
  */
 public final class DomUtils {