writer2latex.xmerge
public class NewDOMDocument extends DOMDocument
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 | |
---|---|
void | write(OutputStream os)
Write out content to the supplied OutputStream .
(with pretty printing) |
OutputStream
.
(with pretty printing)Parameters: os XML OutputStream
.
Throws: IOException If any I/O error occurs.