writer2latex.xmerge

Class NewDOMDocument

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 Summary
NewDOMDocument(String sFileName, String sExtension)
Constructor
Method Summary
voidwrite(OutputStream os)
Write out content to the supplied OutputStream. (with pretty printing)

Constructor Detail

NewDOMDocument

public NewDOMDocument(String sFileName, String sExtension)
Constructor

Method Detail

write

public void write(OutputStream os)
Write out content to the supplied OutputStream. (with pretty printing)

Parameters: os XML OutputStream.

Throws: IOException If any I/O error occurs.