public abstract class TokenFilter extends TokenStream
This is an abstract class.
| Modifier and Type | Field and Description |
|---|---|
protected TokenStream |
input
The source of tokens for this filter.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TokenFilter()
Deprecated.
|
protected |
TokenFilter(TokenStream input)
Construct a token stream filtering the given input.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the input TokenStream.
|
nextprotected TokenStream input
protected TokenFilter()
protected TokenFilter(TokenStream input)
public void close()
throws IOException
close in class TokenStreamIOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.