Package writer2latex.xmerge
Class NewDOMDocument
java.lang.Object
writer2latex.xmerge.DOMDocument
writer2latex.xmerge.NewDOMDocument
- All Implemented Interfaces:
OutputFile
,Document
An extension of
DOMDocument
that overrides the write method.
(This method fails with the version of xerces shipped with jre 1.5)-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(OutputStream os) Write out content to the suppliedOutputStream
.Methods inherited from class writer2latex.xmerge.DOMDocument
getContentDOM, getFileExtension, getFileName, getName, initContentDOM, read, setContentDOM
-
Constructor Details
-
NewDOMDocument
Constructor
-
-
Method Details
-
write
Write out content to the suppliedOutputStream
. (with pretty printing)- Specified by:
write
in interfaceOutputFile
- Overrides:
write
in classDOMDocument
- Parameters:
os
- XMLOutputStream
.- Throws:
IOException
- If any I/O error occurs.
-