Searched refs:INTERNAL_ERROR_STATE (Results 1 – 5 of 5) sorted by relevance
104 return InternalState.INTERNAL_ERROR_STATE; in getNextState()108 return InternalState.INTERNAL_ERROR_STATE; in getNextState()118 return result != null ? result : InternalState.INTERNAL_ERROR_STATE; in getNextState()
111 if (nextState == InternalState.INTERNAL_ERROR_STATE) { in parse()117 currentState = InternalState.INTERNAL_ERROR_STATE; in parse()
42 static final InternalState INTERNAL_ERROR_STATE = new InternalState(); field in InternalState
274 registerMapping(InternalState.INTERNAL_ERROR_STATE, in initializeStateMapping()
679 registerMapping(InternalState.INTERNAL_ERROR_STATE, HtmlParser.STATE_ERROR); in initializeStateMapping()