kaos.cougaar.clik.util
Class XMLFileReader

java.lang.Object
  extended by kaos.cougaar.clik.util.XMLFileReader

public class XMLFileReader
extends java.lang.Object

This class is used by KPAT to read an XML file into a serializable object.


Constructor Summary
XMLFileReader()
           
 
Method Summary
static org.w3c.dom.Document getDocumentForFile(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLFileReader

public XMLFileReader()
Method Detail

getDocumentForFile

public static org.w3c.dom.Document getDocumentForFile(java.lang.String filename)