Public Member Functions | Static Public Attributes

org.exolab.castor.xml.schema.writer.SchemaWriter Class Reference

List of all members.

Public Member Functions

 SchemaWriter (Writer writer) throws IOException
 SchemaWriter (DocumentHandler handler)
void write (Schema schema) throws SAXException

Static Public Attributes

static boolean enable = false

Detailed Description

A class for serializing Schema models

Author:
Keith Visco
Version:
Revision:
1.10
Date:
2004/10/01 13:25:30

Constructor & Destructor Documentation

org.exolab.castor.xml.schema.writer.SchemaWriter.SchemaWriter ( Writer  writer  )  throws IOException

Creates a new SchemaWriter for the given Writer

Parameters:
writer the Writer to serialize to
org.exolab.castor.xml.schema.writer.SchemaWriter.SchemaWriter ( DocumentHandler  handler  ) 

Creates a new SchemaWriter for the given DocumentHandler

Parameters:
handler the DocumentHandler to send events to

Member Function Documentation

void org.exolab.castor.xml.schema.writer.SchemaWriter.write ( Schema  schema  )  throws SAXException

Member Data Documentation

This field is no longer used and only here for backward compatibility.

Deprecated:

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties