This method is an exception to the general rule that the results of concurrently executing multiple methods in this class yields results equivalent to some serial execution. The method behaves as if implemented on top of the other public methods in this class, notably {@link #node(String)} and {@link #put(String,String)}. @param is the input stream from which to read the XML document. @throws IOException if reading from the specified input streamresults in an IOException. @throws InvalidPreferencesFormatException Data on input stream does notconstitute a valid XML document with the mandated document type. @throws SecurityException If a security manager is present andit denies RuntimePermission("preferences"). @see RuntimePermission
|
|