|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwriter2latex.xmerge.DOMDocument
writer2latex.xmerge.NewDOMDocument
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)
Constructor Summary | |
---|---|
NewDOMDocument(java.lang.String sFileName,
java.lang.String sExtension)
Constructor |
Method Summary | |
---|---|
void |
write(java.io.OutputStream os)
Write out content to the supplied OutputStream . |
Methods inherited from class writer2latex.xmerge.DOMDocument |
---|
getContentDOM, getFileExtension, getFileName, getName, initContentDOM, read, setContentDOM |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NewDOMDocument(java.lang.String sFileName, java.lang.String sExtension)
Method Detail |
---|
public void write(java.io.OutputStream os) throws java.io.IOException
OutputStream
.
(with pretty printing)
write
in interface OutputFile
write
in class DOMDocument
os
- XML OutputStream
.
java.io.IOException
- If any I/O error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |