C G O R S X 
All Classes All Packages

C

close() - Method in class org.apache.camel.xml.io.util.XmlStreamReader
Closes the XmlReader stream.

G

getBomEncoding() - Method in exception org.apache.camel.xml.io.util.XmlStreamReaderException
Returns the BOM encoding found in the InputStream.
getContentTypeEncoding() - Method in exception org.apache.camel.xml.io.util.XmlStreamReaderException
Returns the encoding in the content-type used to attempt determining the encoding.
getContentTypeMime() - Method in exception org.apache.camel.xml.io.util.XmlStreamReaderException
Returns the MIME type in the content-type used to attempt determining the encoding.
getDefaultEncoding() - Static method in class org.apache.camel.xml.io.util.XmlStreamReader
Returns the default encoding to use if none is set in HTTP content-type, XML prolog and the rules based on content-type are not adequate.
getEncoding() - Method in class org.apache.camel.xml.io.util.XmlStreamReader
Returns the charset encoding of the XmlReader.
getInputStream() - Method in exception org.apache.camel.xml.io.util.XmlStreamReaderException
Returns the unconsumed InputStream to allow the application to do an alternate encoding detection on the InputStream.
getXmlEncoding() - Method in exception org.apache.camel.xml.io.util.XmlStreamReaderException
Returns the encoding found in the XML prolog of the InputStream.
getXmlGuessEncoding() - Method in exception org.apache.camel.xml.io.util.XmlStreamReaderException
Returns the encoding guess based on the first bytes of the InputStream.

O

org.apache.camel.xml.io.util - package org.apache.camel.xml.io.util
 

R

read(char[], int, int) - Method in class org.apache.camel.xml.io.util.XmlStreamReader
 

S

setDefaultEncoding(String) - Static method in class org.apache.camel.xml.io.util.XmlStreamReader
Sets the default encoding to use if none is set in HTTP content-type, XML prolog and the rules based on content-type are not adequate.

X

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) - 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, 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.
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(URL) - 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(URL, Map<String, String>) - Constructor for class org.apache.camel.xml.io.util.XmlStreamReader
Creates a Reader using the InputStream of a URL.
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.
C G O R S X 
All Classes All Packages