com.zeevbelkin.commons
Class Xml

java.lang.Object
  extended by com.zeevbelkin.commons.Xml

public class Xml
extends java.lang.Object

A class that provides utilizes to deal with XML-files

Author:
Zeev Belkin

Constructor Summary
Xml()
           
 
Method Summary
static org.w3c.dom.Document loadXmlFile(java.io.File src)
          loads an XML-document from a file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xml

public Xml()
Method Detail

loadXmlFile

public static org.w3c.dom.Document loadXmlFile(java.io.File src)
loads an XML-document from a file

Returns:
the loaded document, or null if any error