liquibase.util.xml
Class DefaultXmlWriter

java.lang.Object
  extended by liquibase.util.xml.DefaultXmlWriter
All Implemented Interfaces:
XmlWriter

public class DefaultXmlWriter
extends Object
implements XmlWriter


Constructor Summary
DefaultXmlWriter()
           
 
Method Summary
 void write(Document doc, OutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultXmlWriter

public DefaultXmlWriter()
Method Detail

write

public void write(Document doc,
                  OutputStream outputStream)
           throws IOException
Specified by:
write in interface XmlWriter
Throws:
IOException


Copyright © 2012 Liquibase.org. All Rights Reserved.