Package com.musicxmltasks.xml
Class CompressedXmlUtil
java.lang.Object
com.musicxmltasks.xml.CompressedXmlUtil
public class CompressedXmlUtil
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static org.w3c.dom.DocumentgetCompressedDocument(java.io.File zippedFile)static voidsaveCompressedFile(java.lang.String outputFile, java.lang.String zippedFilename, java.lang.String results)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getCompressedDocument
public static org.w3c.dom.Document getCompressedDocument(java.io.File zippedFile) throws XmlException- Throws:
XmlException
-
saveCompressedFile
public static void saveCompressedFile(java.lang.String outputFile, java.lang.String zippedFilename, java.lang.String results) throws FileException- Throws:
FileException
-