uk.ac.ic.doc.automed.reps
Class AutoMedToXSDOM

java.lang.Object
  extended by uk.ac.ic.doc.automed.reps.AutoMedToXSDOM

public class AutoMedToXSDOM
extends java.lang.Object

Author:
Andrew Smith - acs203 This class takes an AutoMed schema directly from AutoMed and converts it to XSDOM for use in the XML Schema editor

Constructor Summary
AutoMedToXSDOM(Schema sourceSchema)
          Creates a new instance of AutoMedToXSDOM
 
Method Summary
 Document getDoc()
           
static boolean isBaseType(java.lang.String typeString)
          Checks whether the type is one of the two base types defined for the XML Schema model
 Document XMLSchemaToXSDOM()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoMedToXSDOM

public AutoMedToXSDOM(Schema sourceSchema)
Creates a new instance of AutoMedToXSDOM

Method Detail

getDoc

public Document getDoc()

isBaseType

public static boolean isBaseType(java.lang.String typeString)
Checks whether the type is one of the two base types defined for the XML Schema model


XMLSchemaToXSDOM

public Document XMLSchemaToXSDOM()
                          throws AutoMedException
Throws:
AutoMedException