Index

C G I O R S X 
All Classes and Interfaces|All Packages|Serialized Form

C

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

G

getAttributes() - Method in class org.apache.camel.xml.io.util.XmlStreamInfo
 
getBomEncoding() - Method in exception class org.apache.camel.xml.io.util.XmlStreamReaderException
Returns the BOM encoding found in the InputStream.
getContentTypeEncoding() - Method in exception class org.apache.camel.xml.io.util.XmlStreamReaderException
Returns the encoding in the content-type used to attempt determining the encoding.
getContentTypeMime() - Method in exception class 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 class org.apache.camel.xml.io.util.XmlStreamReaderException
Returns the unconsumed InputStream to allow the application to do an alternate encoding detection on the InputStream.
getModelines() - Method in class org.apache.camel.xml.io.util.XmlStreamInfo
 
getNamespaces() - Method in class org.apache.camel.xml.io.util.XmlStreamInfo
 
getProblem() - Method in class org.apache.camel.xml.io.util.XmlStreamInfo
 
getRootElementName() - Method in class org.apache.camel.xml.io.util.XmlStreamInfo
 
getRootElementNamespace() - Method in class org.apache.camel.xml.io.util.XmlStreamInfo
 
getXmlEncoding() - Method in exception class org.apache.camel.xml.io.util.XmlStreamReaderException
Returns the encoding found in the XML prolog of the InputStream.
getXmlGuessEncoding() - Method in exception class org.apache.camel.xml.io.util.XmlStreamReaderException
Returns the encoding guess based on the first bytes of the InputStream.

I

information() - Method in class org.apache.camel.xml.io.util.XmlStreamDetector
Performs the analysis of the XML Stream and returns relevant XML stream information.
isValid() - Method in class org.apache.camel.xml.io.util.XmlStreamInfo
 

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.
setProblem(Throwable) - Method in class org.apache.camel.xml.io.util.XmlStreamInfo
 

X

XmlStreamDetector - Class in org.apache.camel.xml.io.util
A utility class to determine as quickly as possible (without reading entire stream) important information about an XML document.
XmlStreamDetector(InputStream) - Constructor for class org.apache.camel.xml.io.util.XmlStreamDetector
Creates a detector for XML stream.
XmlStreamInfo - Class in org.apache.camel.xml.io.util
Generic information about XML Stream to make later, full parsing easier (or unnecessary if the stream is not recognized for example).
XmlStreamInfo() - Constructor for class org.apache.camel.xml.io.util.XmlStreamInfo
 
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 Class 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 class 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 class org.apache.camel.xml.io.util.XmlStreamReaderException
Creates an exception instance if the charset encoding could not be determined.
C G I O R S X 
All Classes and Interfaces|All Packages|Serialized Form