public class XMLStreamNormalizingReader extends StreamNormalizingReader
StreamNormalizingReader.ASCIIDecoderFactory, StreamNormalizingReader.CharDecoderFactory, StreamNormalizingReader.ISO_8859_1DecoderFactory, StreamNormalizingReader.UTF16DecoderFactory, StreamNormalizingReader.UTF8DecoderFactorycharDecoder, charDecoderFactories, column, line, nextChar| Constructor | Description |
|---|---|
XMLStreamNormalizingReader(java.io.InputStream is,
java.lang.String encod) |
Creates a new XMLStreamNormalizingReader.
|
readclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, createCharDecoder, getColumn, getLine, readpublic XMLStreamNormalizingReader(java.io.InputStream is,
java.lang.String encod)
throws java.io.IOException
is - The input stream to read.encod - The character encoding to use if the auto-detection fail.java.io.IOExceptionCopyright ? 2018 Apache Software Foundation. All Rights Reserved.