Encapsulates input information for a XMLReader.
Sets the input stream as a stream of bytes.
get/setByteStream( InputStream byteStream)
Sets the input stream as a stream of characters.
get/setCharacterStream( Reader characterStream)
Explicitly sets the encoding information.
get/setEncoding( String encoding)
Sets the system-id URI used to open a byte-stream if no byte-stream or character streams have been provided.
get/setSystemId( String systemId)
Sets the public-id information.
get/setPublicId( String publicId)