Package | Description |
---|---|
com.google.streamhtmlparser |
Modifier and Type | Method and Description |
---|---|
static HtmlParserFactory.ModeOptions |
HtmlParserFactory.ModeOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlParserFactory.ModeOptions[] |
HtmlParserFactory.ModeOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static HtmlParser |
HtmlParserFactory.createParserInMode(HtmlParser.Mode mode,
Set<HtmlParserFactory.ModeOptions> options)
Returns an
HtmlParser object initialized with the
requested Mode. |
Copyright © 2010–2015 Google. All rights reserved.