public XMLDecoder (InputSource is)

Creates a new decoder to parse XML archives created by the XMLEncoder class. If the input source is is null, no exception is thrown and no parsing is performed. This behavior is similar to behavior of other constructors that use InputStream as a parameter.

Parameters:
is    the input source to parse

Since:  1.7