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() if we are dealing with an escape then see if the escaped char is a match if so, skip it. |
boolean |
hasChar() |
int |
location() |
int |
nextChar() |
char[] |
readNumber() |
int |
safeNextChar() |
void |
skipWhiteSpace() |
if we are dealing with an escape then see if the escaped char is a match if so, skip it.
Copyright © 2003-2014 The Codehaus. All rights reserved.