public final class SchemaTypeCodePrinter extends Object implements SchemaCodePrinter
| Modifier and Type | Field and Description |
|---|---|
static String |
INDEX_CLASSNAME |
| Constructor and Description |
|---|
SchemaTypeCodePrinter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
indexClassForSystem(SchemaTypeSystem system) |
static String |
javaStringEscape(String str) |
void |
printType(Writer writer,
SchemaType sType) |
static void |
printType(Writer writer,
SchemaType sType,
XmlOptions opt) |
void |
printTypeImpl(Writer writer,
SchemaType sType) |
static void |
printTypeImpl(Writer writer,
SchemaType sType,
XmlOptions opt) |
public static final String INDEX_CLASSNAME
public static void printTypeImpl(Writer writer, SchemaType sType, XmlOptions opt) throws IOException
IOExceptionpublic static void printType(Writer writer, SchemaType sType, XmlOptions opt) throws IOException
IOExceptionpublic void printType(Writer writer, SchemaType sType) throws IOException
printType in interface SchemaCodePrinterIOExceptionpublic void printTypeImpl(Writer writer, SchemaType sType) throws IOException
printTypeImpl in interface SchemaCodePrinterIOExceptionpublic static String indexClassForSystem(SchemaTypeSystem system)