net.ontopia.topicmaps.schema.core
Interface SchemaWriterIF

All Known Implementing Classes:
OSLSchemaWriter

public interface SchemaWriterIF

PUBLIC: Schema writers can write object structures representing schemas out to an implicitly specified location in some schema language syntax.


Method Summary
 void write(SchemaIF schema)
          PUBLIC: Writes the schema.
 

Method Detail

write

void write(SchemaIF schema)
           throws java.io.IOException
PUBLIC: Writes the schema.

Throws:
java.io.IOException - Thrown if there are problems writing to the specified location.


Copyright © 2000-2012 Ontopia.