Package | Description |
---|---|
com.google.streamhtmlparser | |
com.google.streamhtmlparser.impl |
Modifier and Type | Field and Description |
---|---|
static ExternalState |
HtmlParser.STATE_ATTR |
static ExternalState |
JavascriptParser.STATE_COMMENT |
static ExternalState |
HtmlParser.STATE_COMMENT |
static ExternalState |
HtmlParser.STATE_CSS_FILE |
static ExternalState |
JavascriptParser.STATE_DQ |
static ExternalState |
Parser.STATE_ERROR |
static ExternalState |
HtmlParser.STATE_JS_FILE |
static ExternalState |
JavascriptParser.STATE_Q |
static ExternalState |
JavascriptParser.STATE_REGEXP |
static ExternalState |
HtmlParser.STATE_TAG |
static ExternalState |
JavascriptParser.STATE_TEXT |
static ExternalState |
HtmlParser.STATE_TEXT
All the states in which the parser can be.
|
static ExternalState |
HtmlParser.STATE_VALUE |
Modifier and Type | Method and Description |
---|---|
ExternalState |
HtmlParser.getJavascriptState()
Returns the state the Javascript parser is in.
|
ExternalState |
Parser.getState()
Returns the current state of the parser.
|
Modifier and Type | Field and Description |
---|---|
protected Map<com.google.streamhtmlparser.impl.InternalState,ExternalState> |
GenericParser.intToExtStateTable |
Modifier and Type | Method and Description |
---|---|
ExternalState |
HtmlParserImpl.getJavascriptState() |
ExternalState |
GenericParser.getState()
Return the current state of the parser.
|
Constructor and Description |
---|
GenericParser(com.google.streamhtmlparser.impl.ParserStateTable parserStateTable,
Map<com.google.streamhtmlparser.impl.InternalState,ExternalState> intToExtStateTable,
com.google.streamhtmlparser.impl.InternalState initialState) |
Copyright © 2010–2017 Google. All rights reserved.