OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTERNAL_ERROR_STATE
(Results
1 - 5
of
5
) sorted by null
/external/jsilver/src/com/google/streamhtmlparser/impl/
ParserStateTable.java
89
* Returns {@code InternalState.
INTERNAL_ERROR_STATE
} if there is no
99
* @return the state to move to or {@code InternalState.
INTERNAL_ERROR_STATE
}
104
return InternalState.
INTERNAL_ERROR_STATE
;
108
return InternalState.
INTERNAL_ERROR_STATE
;
118
return result != null ? result : InternalState.
INTERNAL_ERROR_STATE
;
InternalState.java
42
static final InternalState
INTERNAL_ERROR_STATE
= new InternalState();
GenericParser.java
111
if (nextState == InternalState.
INTERNAL_ERROR_STATE
) {
117
currentState = InternalState.
INTERNAL_ERROR_STATE
;
JavascriptParserImpl.java
274
registerMapping(InternalState.
INTERNAL_ERROR_STATE
,
HtmlParserImpl.java
679
registerMapping(InternalState.
INTERNAL_ERROR_STATE
, HtmlParser.STATE_ERROR);
Completed in 103 milliseconds