public final class SchemaTypeCodePrinter extends Object implements SchemaCodePrinter
Constructor and Description |
---|
SchemaTypeCodePrinter() |
Modifier and Type | Method and Description |
---|---|
static String |
indexClassForSystem(SchemaTypeSystem system) |
static String |
javaStringEscape(String str) |
void |
printHolder(Writer writer,
SchemaTypeSystem system,
XmlOptions opt,
org.apache.xmlbeans.impl.repackage.Repackager repackager) |
void |
printType(Writer writer,
SchemaType sType,
XmlOptions opt) |
void |
printTypeImpl(Writer writer,
SchemaType sType,
XmlOptions opt) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
printType, printTypeImpl
public void printType(Writer writer, SchemaType sType, XmlOptions opt) throws IOException
printType
in interface SchemaCodePrinter
IOException
public void printTypeImpl(Writer writer, SchemaType sType, XmlOptions opt) throws IOException
printTypeImpl
in interface SchemaCodePrinter
IOException
public static String indexClassForSystem(SchemaTypeSystem system)
public void printHolder(Writer writer, SchemaTypeSystem system, XmlOptions opt, org.apache.xmlbeans.impl.repackage.Repackager repackager) throws IOException
printHolder
in interface SchemaCodePrinter
IOException