public class XmlReaderFilter extends AbstractReaderFilter
in| Constructor and Description |
|---|
XmlReaderFilter(Reader in)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValidChar(char c)
Tells the filter reader whether the given character is valid or not.
|
read, readclose, mark, markSupported, ready, reset, skippublic XmlReaderFilter(Reader in)
in - public boolean isValidChar(char c)
isValidChar in class AbstractReaderFilterc - the character to be validatedtrue when the character can be deliveredCopyright © 2014. All rights reserved.