- ostream
- the output stream to write the XML-formatted data to.
Type Reason Java.IO.IOException Java.Util.Prefs.BackingStoreException
Exports all of the preferences of this node and all its descendants to a XML document using the given output stream.
This XML document uses the UTF-8 encoding and is written according to the DTD in its DOCTYPE declaration, which is the following:
xml Example
<!DOCTYPE preferences SYSTEM "http://java.sun.com/dtd/preferences.dtd">