- in
- the InputStream containing the XML document.
Type Reason Java.IO.IOException in case an error occurs during a read operation. Java.Util.InvalidPropertiesFormatException if the XML data is not a valid properties file.
Loads the properties from an InputStream containing the properties in XML form. The XML document must begin with (and conform to) following DOCTYPE:
xml Example
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">