org.apache.xmlbeans
Interface SchemaCodePrinter
public interface SchemaCodePrinter
This class is used to provide alternate implementations of the
schema Java code generation.
printTypeImpl
void printTypeImpl(java.io.Writer writer,
SchemaType sType)
throws java.io.IOException
- Throws:
java.io.IOException
printType
void printType(java.io.Writer writer,
SchemaType sType)
throws java.io.IOException
- Throws:
java.io.IOException
printLoader
void printLoader(java.io.Writer writer,
SchemaTypeSystem system)
throws java.io.IOException
- Deprecated. Obsoleted by functionality in
SchemaTypeSystem.save()
- Throws:
java.io.IOException