Class Word2003XmlConverter

java.lang.Object
org.docx4j.convert.in.word2003xml.Word2003XmlConverter

public class Word2003XmlConverter
extends java.lang.Object
This is a simple proof of concept of converting Word 2003 XML to ECMA 376 docx.
Since:
3.0.0
Author:
jharrop
  • Constructor Summary

    Constructors 
    Constructor Description
    Word2003XmlConverter​(javax.xml.transform.Source source)  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    Example of usage

    Methods inherited from class java.lang.Object

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

  • Method Details

    • main

      public static void main​(java.lang.String[] args) throws java.io.IOException, javax.xml.bind.JAXBException, Docx4JException
      Example of usage
      Parameters:
      args -
      Throws:
      java.io.IOException
      Docx4JException
      javax.xml.bind.JAXBException