Interface SchemaCodePrinter

  • All Known Implementing Classes:
    SchemaTypeCodePrinter

    public interface SchemaCodePrinter
    This class is used to provide alternate implementations of the schema Java code generation.
    • Method Detail

      • printTypeImpl

        @Deprecated
        default void printTypeImpl​(java.io.Writer writer,
                                   SchemaType sType)
                            throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • printTypeImpl

        default void printTypeImpl​(java.io.Writer writer,
                                   SchemaType sType,
                                   XmlOptions opt)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • printType

        @Deprecated
        default void printType​(java.io.Writer writer,
                               SchemaType sType)
                        throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • printType

        default void printType​(java.io.Writer writer,
                               SchemaType sType,
                               XmlOptions opt)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • printHolder

        void printHolder​(java.io.Writer writer,
                         SchemaTypeSystem system,
                         XmlOptions opt,
                         Repackager repackager)
                  throws java.io.IOException
        Throws:
        java.io.IOException