public interface ParsingContext
Modifier and Type | Method and Description |
---|---|
void |
enterState(ParsingState state) |
ParsingStateCallbackHandler |
getCallbackHandler() |
char |
getCharacter() |
String |
getInput() |
int |
getLocation() |
ParsingState |
getState() |
boolean |
isEndOfContent() |
ParsingState |
leaveState() |
void |
reenterState() |
String getInput()
ParsingState getState()
void enterState(ParsingState state) throws CommandFormatException
CommandFormatException
ParsingState leaveState() throws CommandFormatException
CommandFormatException
void reenterState() throws CommandFormatException
CommandFormatException
ParsingStateCallbackHandler getCallbackHandler()
char getCharacter()
int getLocation()
boolean isEndOfContent()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.