Class SchemaToXML


  • public class SchemaToXML
    extends java.lang.Object
    Converts an in-memory Schema to an XML output stream.
    Author:
    Matt Ward
    • Constructor Summary

      Constructors 
      Constructor Description
      SchemaToXML​(Schema schema, javax.xml.transform.stream.StreamResult streamResult)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      • Methods inherited from class java.lang.Object

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

      • SchemaToXML

        public SchemaToXML​(Schema schema,
                           javax.xml.transform.stream.StreamResult streamResult)
    • Method Detail

      • execute

        public void execute()