org.exolab.castor.xml.schema.writer
public class SchemaWriter extends Object
Version: $Revision: 6381 $ $Date: 2006-04-05 13:16:42 -0600 (Wed, 05 Apr 2006) $
Field Summary | |
---|---|
static boolean | enable
This field is no longer used and only here for
backward compatibility. |
Constructor Summary | |
---|---|
SchemaWriter(Writer writer)
Creates a new SchemaWriter for the given Writer
| |
SchemaWriter(DocumentHandler handler)
Creates a new SchemaWriter for the given DocumentHandler
|
Method Summary | |
---|---|
void | write(Schema schema) |
Deprecated:
This field is no longer used and only here for backward compatibility.Parameters: writer the Writer to serialize to
Parameters: handler the DocumentHandler to send events to