writer2latex.xmerge
Class NewDOMDocument
- Document, OutputFile
public class NewDOMDocument
An extension of DOMDocument
that overrides the write method.
(This method fails with the version of xerces shipped with jre 1.5)
void | write(OutputStream os) - Write out content to the supplied
OutputStream .
|
NewDOMDocument
public NewDOMDocument(String sFileName,
String sExtension)
Constructor
write
public void write(OutputStream os)
throws IOException
Write out content to the supplied OutputStream
.
(with pretty printing)
- write in interface OutputFile
- write in interface DOMDocument