Searched refs:handleEnterState (Results 1 – 3 of 3) sorted by relevance
125 nextState = handleEnterState(nextState, nextState, input); in parse()209 handleEnterState(nextState, nextState, nullChar); in setNextState()225 protected InternalState handleEnterState(InternalState currentState, in handleEnterState() method in GenericParser
106 protected InternalState handleEnterState(InternalState currentState, in handleEnterState() method in JavascriptParserImpl
420 protected InternalState handleEnterState(InternalState currentState, in handleEnterState() method in HtmlParserImpl