public class InvalidXmlCharacterFilter extends Reader
Modifier and Type | Field and Description |
---|---|
static boolean |
firstWarning |
static boolean[] |
INVALID_CHARS |
private Reader |
reader |
Constructor and Description |
---|
InvalidXmlCharacterFilter(Reader reader) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
private char |
filter(char in) |
int |
read(char[] b,
int off,
int len) |
public static boolean firstWarning
public static final boolean[] INVALID_CHARS
public InvalidXmlCharacterFilter(Reader reader)
public int read(char[] b, int off, int len) throws IOException
read
in class Reader
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
private char filter(char in)