|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.xml.schema.writer.SchemaWriter
A class for serializing Schema models
Field Summary | |
---|---|
static boolean |
enable
Deprecated. |
Constructor Summary | |
---|---|
SchemaWriter(org.xml.sax.DocumentHandler handler)
Creates a new SchemaWriter for the given DocumentHandler |
|
SchemaWriter(java.io.Writer writer)
Creates a new SchemaWriter for the given Writer |
Method Summary | |
---|---|
void |
write(Schema schema)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static boolean enable
Constructor Detail |
public SchemaWriter(java.io.Writer writer) throws java.io.IOException
writer
- the Writer to serialize topublic SchemaWriter(org.xml.sax.DocumentHandler handler)
handler
- the DocumentHandler to send events toMethod Detail |
public void write(Schema schema) throws org.xml.sax.SAXException
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |