Class SchemaGenerator


  • public class SchemaGenerator
    extends javax.xml.bind.SchemaOutputResolver
    • Constructor Summary

      Constructors 
      Constructor Description
      SchemaGenerator​(java.lang.String filename)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.xml.transform.Result createOutput​(java.lang.String namespaceUri, java.lang.String suggestedFileName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SchemaGenerator

        public SchemaGenerator​(java.lang.String filename)
    • Method Detail

      • createOutput

        public javax.xml.transform.Result createOutput​(java.lang.String namespaceUri,
                                                       java.lang.String suggestedFileName)
                                                throws java.io.IOException
        Specified by:
        createOutput in class javax.xml.bind.SchemaOutputResolver
        Throws:
        java.io.IOException