|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.schema.impl.osl.OSLSchemaWriter
public class OSLSchemaWriter
PUBLIC: Writes out an OSL schema using the OSL schema syntax.
| Constructor Summary | |
|---|---|
OSLSchemaWriter(java.io.File file,
java.lang.String encoding)
PUBLIC: Creates a schema writer bound to the given file. |
|
OSLSchemaWriter(java.io.Writer out,
java.lang.String encoding)
PUBLIC: Creates a schema writer bound to the given Writer object. |
|
| Method Summary | |
|---|---|
void |
write(SchemaIF schema)
PUBLIC: Writes the schema. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OSLSchemaWriter(java.io.Writer out,
java.lang.String encoding)
encoding - The encoding in which the schema will be written.
public OSLSchemaWriter(java.io.File file,
java.lang.String encoding)
throws java.io.IOException
encoding - The encoding in which to write the file.
java.io.IOException| Method Detail |
|---|
public void write(SchemaIF schema)
throws java.io.IOException
write in interface SchemaWriterIFjava.io.IOException - Thrown if there are problems writing
to the specified location.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||