public class XMLStreamNormalizingReader extends StreamNormalizingReader
StreamNormalizingReader.ASCIIDecoderFactory, StreamNormalizingReader.CharDecoderFactory, StreamNormalizingReader.ISO_8859_1DecoderFactory, StreamNormalizingReader.UTF16DecoderFactory, StreamNormalizingReader.UTF8DecoderFactorycharDecoder, charDecoderFactories, column, line, nextChar| Constructor and Description |
|---|
XMLStreamNormalizingReader(java.io.InputStream is,
java.lang.String encod)
Creates a new XMLStreamNormalizingReader.
|
close, createCharDecoder, getColumn, getLine, readreadpublic 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 ? 2009 Apache Software Foundation. All Rights Reserved.