|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HtmlParser.Mode | |
|---|---|
| com.google.gwt.thirdparty.streamhtmlparser | |
| com.google.gwt.thirdparty.streamhtmlparser.impl | |
| Uses of HtmlParser.Mode in com.google.gwt.thirdparty.streamhtmlparser |
|---|
| Methods in com.google.gwt.thirdparty.streamhtmlparser that return HtmlParser.Mode | |
|---|---|
static HtmlParser.Mode |
HtmlParser.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HtmlParser.Mode[] |
HtmlParser.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.google.gwt.thirdparty.streamhtmlparser with parameters of type HtmlParser.Mode | |
|---|---|
static HtmlParser |
HtmlParserFactory.createParserInMode(HtmlParser.Mode mode,
java.util.Set<HtmlParserFactory.ModeOptions> options)
Returns an HtmlParser object initialized with the
requested Mode. |
void |
HtmlParser.resetMode(HtmlParser.Mode mode)
Resets the state of the parser, allowing for reuse of the HtmlParser object. |
| Uses of HtmlParser.Mode in com.google.gwt.thirdparty.streamhtmlparser.impl |
|---|
| Methods in com.google.gwt.thirdparty.streamhtmlparser.impl with parameters of type HtmlParser.Mode | |
|---|---|
void |
HtmlParserImpl.resetMode(HtmlParser.Mode mode)
Resets the state of the parser, allowing for reuse of the HtmlParser object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||