org.apache.xmlbeans
Interface SchemaCodePrinter


public interface SchemaCodePrinter

This class is used to provide alternate implementations of the schema Java code generation.


Method Summary
 void printLoader(Writer writer, SchemaTypeSystem system)
          Deprecated. Obsoleted by functionality in SchemaTypeSystem.save()
 void printType(Writer writer, SchemaType sType)
           
 void printTypeImpl(Writer writer, SchemaType sType)
           
 

Method Detail

printTypeImpl

public void printTypeImpl(Writer writer,
                          SchemaType sType)
                   throws IOException
Throws:
IOException

printType

public void printType(Writer writer,
                      SchemaType sType)
               throws IOException
Throws:
IOException

printLoader

public void printLoader(Writer writer,
                        SchemaTypeSystem system)
                 throws IOException
Deprecated. Obsoleted by functionality in SchemaTypeSystem.save()

Throws:
IOException