Uses of Class
com.google.gwt.thirdparty.streamhtmlparser.HtmlParserFactory.ModeOptions

Packages that use HtmlParserFactory.ModeOptions
com.google.gwt.thirdparty.streamhtmlparser   
 

Uses of HtmlParserFactory.ModeOptions in com.google.gwt.thirdparty.streamhtmlparser
 

Methods in com.google.gwt.thirdparty.streamhtmlparser that return HtmlParserFactory.ModeOptions
static HtmlParserFactory.ModeOptions HtmlParserFactory.ModeOptions.valueOf(java.lang.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.
 

Method parameters in com.google.gwt.thirdparty.streamhtmlparser with type arguments of type HtmlParserFactory.ModeOptions
static HtmlParser HtmlParserFactory.createParserInMode(HtmlParser.Mode mode, java.util.Set<HtmlParserFactory.ModeOptions> options)
          Returns an HtmlParser object initialized with the requested Mode.