org.exolab.castor.xml.schema.writer
public class SchemaWriter extends Object
Version: $Revision: 1.3 $ $Date: 2003/03/03 17:28:03 $
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