nl.liacs.subdisc
Class XMLDocument

java.lang.Object
  extended by nl.liacs.subdisc.XMLDocument

public class XMLDocument
extends java.lang.Object


Nested Class Summary
static class XMLDocument.XMLType
           
 
Method Summary
static org.w3c.dom.Document buildDocument(XMLDocument.XMLType theXMLType)
           
static org.w3c.dom.Document parseXMLFile(java.io.File theXMLFile)
           
static void saveDocument(org.w3c.dom.Document theXMLDoc, java.io.File theOutputFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildDocument

public static org.w3c.dom.Document buildDocument(XMLDocument.XMLType theXMLType)

parseXMLFile

public static org.w3c.dom.Document parseXMLFile(java.io.File theXMLFile)

saveDocument

public static void saveDocument(org.w3c.dom.Document theXMLDoc,
                                java.io.File theOutputFile)