final class CurrentParsingState
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
CurrentParsingState.State |
Modifier and Type | Field and Description |
---|---|
private CurrentParsingState.State |
encoding |
private int |
position |
Constructor and Description |
---|
CurrentParsingState() |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getPosition() |
(package private) void |
incrementPosition(int delta) |
(package private) boolean |
isAlpha() |
(package private) boolean |
isIsoIec646() |
(package private) boolean |
isNumeric() |
(package private) void |
setAlpha() |
(package private) void |
setIsoIec646() |
(package private) void |
setNumeric() |
(package private) void |
setPosition(int position) |
private int position
private CurrentParsingState.State encoding
int getPosition()
void setPosition(int position)
void incrementPosition(int delta)
boolean isAlpha()
boolean isNumeric()
boolean isIsoIec646()
void setNumeric()
void setAlpha()
void setIsoIec646()