public interface SchemaCodePrinter
Modifier and Type | Method and Description |
---|---|
void |
printHolder(Writer writer,
SchemaTypeSystem system,
XmlOptions opt,
Repackager repackager) |
default void |
printType(Writer writer,
SchemaType sType)
Deprecated.
|
default void |
printType(Writer writer,
SchemaType sType,
XmlOptions opt) |
default void |
printTypeImpl(Writer writer,
SchemaType sType)
Deprecated.
|
default void |
printTypeImpl(Writer writer,
SchemaType sType,
XmlOptions opt) |
@Deprecated default void printTypeImpl(Writer writer, SchemaType sType) throws IOException
IOException
default void printTypeImpl(Writer writer, SchemaType sType, XmlOptions opt) throws IOException
IOException
@Deprecated default void printType(Writer writer, SchemaType sType) throws IOException
IOException
default void printType(Writer writer, SchemaType sType, XmlOptions opt) throws IOException
IOException
void printHolder(Writer writer, SchemaTypeSystem system, XmlOptions opt, Repackager repackager) throws IOException
IOException