public class ReaderCharacterSource
| Constructor and description | 
|---|
| ReaderCharacterSource
                                (Reader reader, int readAheadSize) | 
| ReaderCharacterSource
                                (Reader reader) | 
| ReaderCharacterSource
                                (String string) | 
| Type | Name and description | 
|---|---|
| boolean | consumeIfMatch(char[] match) | 
| int | currentChar() | 
| String | errorDetails(String message) | 
| char[] | findNextChar(int match, int esc) | 
| boolean | hadEscape() | 
| boolean | hasChar() | 
| int | location() | 
| int | nextChar() | 
| char[] | readNumber() | 
| int | safeNextChar() | 
| void | skipWhiteSpace() | 
Copyright © 2003-2016 The Apache Software Foundation. All rights reserved.