Class RebelXmlWriter


  • public class RebelXmlWriter
    extends java.lang.Object
    Generate XML based on the in-memory model (RebelMainModel instance). XXX - jesus christ, there must be tens of better ways to generate xml! why....????? [sander]
    • Constructor Summary

      Constructors 
      Constructor Description
      RebelXmlWriter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toXmlString​(RebelMainModel model)
      The main method generating the XML output.
      • Methods inherited from class java.lang.Object

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

      • RebelXmlWriter

        public RebelXmlWriter()
    • Method Detail

      • toXmlString

        public java.lang.String toXmlString​(RebelMainModel model)
        The main method generating the XML output.