Class DbObjectXMLTransformer


  • public class DbObjectXMLTransformer
    extends java.lang.Object
    Converts DbObject instances into an XML output stream.
    Author:
    Matt Ward
    • Constructor Summary

      Constructors 
      Constructor Description
      DbObjectXMLTransformer​(org.xml.sax.ContentHandler contentHandler)  
    • Method Summary

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

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

      • DbObjectXMLTransformer

        public DbObjectXMLTransformer​(org.xml.sax.ContentHandler contentHandler)
    • Method Detail

      • output

        public void output​(DbObject dbObject)