public abstract class HtmlFilterReaderBase extends Reader
| Modifier | Constructor and Description |
|---|---|
protected |
HtmlFilterReaderBase(Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected abstract String |
filterAttribute(QName elementName,
QName attributeName,
String attributeValue,
String ruleName) |
protected abstract String |
filterText(QName elementName,
String text,
String ruleName) |
int |
read(char[] destBuffer,
int destOffset,
int destCount) |
protected HtmlFilterReaderBase(Reader reader) throws IOException, ParserConfigurationException
protected abstract String filterAttribute(QName elementName, QName attributeName, String attributeValue, String ruleName)
public int read(char[] destBuffer,
int destOffset,
int destCount)
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2015 Apache Software Foundation. All rights reserved.