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

Packages that use HtmlParserFactory.ModeOptions
com.google.streamhtmlparser   
 

Uses of HtmlParserFactory.ModeOptions in com.google.streamhtmlparser
 

Methods in com.google.streamhtmlparser that return HtmlParserFactory.ModeOptions
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.
 

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



Copyright © 2010-2012 Google. All Rights Reserved.