public class XMLStreamNormalizingReader extends StreamNormalizingReader
StreamNormalizingReader.ASCIIDecoderFactory, StreamNormalizingReader.CharDecoderFactory, StreamNormalizingReader.ISO_8859_1DecoderFactory, StreamNormalizingReader.UTF16DecoderFactory, StreamNormalizingReader.UTF8DecoderFactory
charDecoder, charDecoderFactories, column, line, nextChar
Constructor and Description |
---|
XMLStreamNormalizingReader(InputStream is,
String encod)
Creates a new XMLStreamNormalizingReader.
|
close, createCharDecoder, getColumn, getLine, read
read
public XMLStreamNormalizingReader(InputStream is, String encod) throws IOException
is
- The input stream to read.encod
- The character encoding to use if the auto-detection fail.IOException
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.