public class SchemaWriter extends Object
| Constructor and Description |
|---|
SchemaWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(SchemaDocument document,
OutputStream os) |
void |
writeSchema(WriterContext context,
Schema schema) |
protected void |
writeSchemaElement(WriterContext context,
SchemaElement schemaElement) |
protected void |
writeTopSchemaElement(WriterContext context,
Schema schema) |
public void write(SchemaDocument document, OutputStream os) throws IOException
IOExceptionpublic void writeSchema(WriterContext context, Schema schema) throws IOException
IOExceptionprotected void writeTopSchemaElement(WriterContext context, Schema schema) throws IOException
IOExceptionprotected void writeSchemaElement(WriterContext context, SchemaElement schemaElement) throws IOException
IOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.