All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.util.xml.XmlWriter Maven / Gradle / Ivy

There is a newer version: 4.29.1
Show newest version
package liquibase.util.xml;

import org.w3c.dom.Document;

import java.io.IOException;
import java.io.OutputStream;

public interface XmlWriter {
    void write(Document doc, OutputStream outputStream) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy