- XmlStreamReader - Class in org.apache.camel.xml.io.util
-
Character stream that handles (or at least attempts to) all the necessary
Voodoo to figure out the charset encoding of the XML document within the
stream.
- XmlStreamReader(File) - Constructor for class org.apache.camel.xml.io.util.XmlStreamReader
-
Creates a Reader for a File.
- XmlStreamReader(InputStream) - Constructor for class org.apache.camel.xml.io.util.XmlStreamReader
-
Creates a Reader for a raw InputStream.
- XmlStreamReader(InputStream, boolean, String) - Constructor for class org.apache.camel.xml.io.util.XmlStreamReader
-
Creates a Reader for a raw InputStream and uses the provided default
encoding if none is determined.
- XmlStreamReader(InputStream, boolean) - Constructor for class org.apache.camel.xml.io.util.XmlStreamReader
-
Creates a Reader for a raw InputStream.
- XmlStreamReader(URL) - Constructor for class org.apache.camel.xml.io.util.XmlStreamReader
-
Creates a Reader using the InputStream of a URL.
- XmlStreamReader(URL, Map<String, String>) - Constructor for class org.apache.camel.xml.io.util.XmlStreamReader
-
Creates a Reader using the InputStream of a URL.
- XmlStreamReader(URLConnection) - Constructor for class org.apache.camel.xml.io.util.XmlStreamReader
-
Creates a Reader using the InputStream of a URLConnection.
- XmlStreamReader(URLConnection, Map<String, String>) - Constructor for class org.apache.camel.xml.io.util.XmlStreamReader
-
Creates a Reader using the InputStream of a URLConnection.
- XmlStreamReader(InputStream, String) - Constructor for class org.apache.camel.xml.io.util.XmlStreamReader
-
Creates a Reader using an InputStream and the associated content-type
header.
- XmlStreamReader(InputStream, String, boolean, String) - Constructor for class org.apache.camel.xml.io.util.XmlStreamReader
-
Creates a Reader using an InputStream and the associated content-type
header.
- XmlStreamReader(InputStream, String, boolean) - Constructor for class org.apache.camel.xml.io.util.XmlStreamReader
-
Creates a Reader using an InputStream and the associated content-type
header.
- XmlStreamReaderException - Exception in org.apache.camel.xml.io.util
-
The XmlReaderException is thrown by the XmlReader constructors if the charset
encoding can not be determined according to the XML 1.0 specification and RFC
3023.
- XmlStreamReaderException(String, String, String, String, InputStream) - Constructor for exception org.apache.camel.xml.io.util.XmlStreamReaderException
-
Creates an exception instance if the charset encoding could not be
determined.
- XmlStreamReaderException(String, String, String, String, String, String, InputStream) - Constructor for exception org.apache.camel.xml.io.util.XmlStreamReaderException
-
Creates an exception instance if the charset encoding could not be
determined.