public final class HTMLStripCharFilter extends BaseCharFilter
in| Constructor and Description |
|---|
HTMLStripCharFilter(Reader source) |
HTMLStripCharFilter(Reader source,
Set<String> escapedTags) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
addOffCorrectMap, correct, getLastCumulativeDiffcorrectOffsetmark, markSupported, ready, reset, skippublic HTMLStripCharFilter(Reader source)
source - public int read()
throws IOException
read in class FilterReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class FilterReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in class FilterReaderIOExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.