Package org.apache.camel.xml.io.util


package org.apache.camel.xml.io.util
  • Class
    Description
    A utility class to determine as quickly as possible (without reading entire stream) important information about an XML document.
    Generic information about XML Stream to make later, full parsing easier (or unnecessary if the stream is not recognized for example).
    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.
    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.