uk.ac.bbk.dcs.automed.xml.wrappers
Class XMLDSSDOM

java.lang.Object
  extended by uk.ac.bbk.dcs.automed.xml.wrappers.XMLDSSDOM

public class XMLDSSDOM
extends java.lang.Object

The XMLDataSourceSchema class represents the DataSource Schema of an XML file using DOM. This class creates the DOM XMLDSS by first parsing the XML data source in memory, then editing this parsed copy to produce the XMLDSS schema.

Author:
Lucas Zamboulis

Field Summary
protected static java.util.logging.Logger logger
           
 
Method Summary
static org.w3c.dom.Document extractXMLDSSDOM(XMLWrapperFactory xwf, org.w3c.dom.Document doc)
          Creates the XMLDSS of the instanceDoc.
protected static org.w3c.dom.Document getXMLDSSDOM(java.lang.String uri, XMLWrapperFactory xwf, boolean validate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static java.util.logging.Logger logger
Method Detail

getXMLDSSDOM

protected static org.w3c.dom.Document getXMLDSSDOM(java.lang.String uri,
                                                   XMLWrapperFactory xwf,
                                                   boolean validate)

extractXMLDSSDOM

public static org.w3c.dom.Document extractXMLDSSDOM(XMLWrapperFactory xwf,
                                                    org.w3c.dom.Document doc)
Creates the XMLDSS of the instanceDoc.