org.apache.xmlbeans
Interface SchemaCodePrinter
- public interface SchemaCodePrinter
This class is used to provide alternate implementations of the
 schema Java code generation.
 
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