|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xmlmind.domutil.SaveDocument
public final class SaveDocument
Utility allowing to save a W3C DOM document to an XML file.
| Method Summary | |
|---|---|
static void |
save(org.w3c.dom.Document doc,
java.io.File file)
Save specified document to specified UTF-8, unindented, XML file. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void save(org.w3c.dom.Document doc,
java.io.File file)
throws java.io.IOException
Does not save the DOCTYPE of the document if any.
doc - document to be savedfile - save file
java.io.IOException - if for any reason, this method fails
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||