Class NewDOMDocument

java.lang.Object
writer2latex.xmerge.DOMDocument
writer2latex.xmerge.NewDOMDocument
All Implemented Interfaces:
OutputFile, Document

public class NewDOMDocument extends DOMDocument
An extension of DOMDocument that overrides the write method. (This method fails with the version of xerces shipped with jre 1.5)
  • Constructor Details

    • NewDOMDocument

      public NewDOMDocument(String sFileName, String sExtension)
      Constructor
  • Method Details