Class XMLXSDUnmarshaller


  • public class XMLXSDUnmarshaller
    extends java.lang.Object
    Marshaller that converts an Document to an XML document written to an outputstreatm.
    Author:
    B.F.A. Hompes
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void exportToStream​(org.dom4j.Document document, java.io.OutputStream output)  
      static void exportToStream​(org.processmining.framework.plugin.PluginContext context, org.dom4j.Document document, java.io.OutputStream output)  
      • Methods inherited from class java.lang.Object

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

      • XMLXSDUnmarshaller

        public XMLXSDUnmarshaller()
    • Method Detail

      • exportToStream

        public static void exportToStream​(org.dom4j.Document document,
                                          java.io.OutputStream output)
      • exportToStream

        public static void exportToStream​(org.processmining.framework.plugin.PluginContext context,
                                          org.dom4j.Document document,
                                          java.io.OutputStream output)