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

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

public class XMLSchemaOutputter
extends java.lang.Object

Author:
Andrew Smith Methods to materialise the XSDOM representation of an Automed xmlschema model

Constructor Summary
XMLSchemaOutputter(Document doc)
          Creates a new instance of XMLSchemaOutputter
 
Method Summary
 java.lang.String output()
           
 void output(java.lang.String fileName)
          Write the output string to a file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSchemaOutputter

public XMLSchemaOutputter(Document doc)
Creates a new instance of XMLSchemaOutputter

Method Detail

output

public void output(java.lang.String fileName)
            throws java.io.IOException
Write the output string to a file

Throws:
java.io.IOException

output

public java.lang.String output()