cz.cmc.tcgui.dataif
Interface SchemaExporter

All Known Implementing Classes:
SchemaExporterTC, SchemaExporterXML

public interface SchemaExporter

Title: interface SchemaExporter

Description: Interface to be implemented by schema exporting classes

Copyright: Copyright (c) 2003

Company: CMC Computers


Method Summary
 void exportSchema(OutputStream os, TCExport tce)
          Export the schema into the given output stream.
 

Method Detail

exportSchema

public void exportSchema(OutputStream os,
                         TCExport tce)
                  throws ExportException
Export the schema into the given output stream.

Parameters:
os - OutputStream to export the schema to
tce - TCExport to get the schema structure from
Throws:
Exporter.ExportException
ExportException