Class XmlReader

  • All Implemented Interfaces:
    Closeable, AutoCloseable, Readable

    public final class XmlReader
    extends Reader
    This is a simple XmlReader. Its only purpose is to read the xml decl string from the input and apply proper character encoding to all subsequent characters. The xml decl string itself is removed from the output.
    Author:
    Juergen Donnerstag