Class NonXmlFilterReader

  • All Implemented Interfaces:
    Closeable, AutoCloseable, Readable

    public class NonXmlFilterReader
    extends FilterReader
    This FilterReader will filter out the non-XML characters, see NonXmlCharFilterer for details.
    • Constructor Detail

      • NonXmlFilterReader

        protected NonXmlFilterReader​(Reader in)
    • Method Detail

      • read

        public int read​(char[] cbuf,
                        int off,
                        int len)
                 throws IOException
        Reads characters into a portion of an array.
        Overrides:
        read in class FilterReader
        Throws:
        IOException - If an I/O error occurs