org.apache.poi.dev
Class OOXMLPrettyPrint

java.lang.Object
  extended by org.apache.poi.dev.OOXMLPrettyPrint

public class OOXMLPrettyPrint
extends java.lang.Object

Reads a zipped OOXML file and produces a copy with the included pretty-printed XML files. This is useful for comparing OOXML files produced by different tools as the often use different formatting of the XML.


Constructor Summary
OOXMLPrettyPrint()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OOXMLPrettyPrint

public OOXMLPrettyPrint()
                 throws javax.xml.parsers.ParserConfigurationException
Throws:
javax.xml.parsers.ParserConfigurationException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception