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(Writer writer,
SchemaType sType)
throws IOException
- Throws:
IOException
printType
void printType(Writer writer,
SchemaType sType)
throws IOException
- Throws:
IOException
printLoader
void printLoader(Writer writer,
SchemaTypeSystem system)
throws IOException
- Deprecated. Obsoleted by functionality in
SchemaTypeSystem.save()
- Throws:
IOException