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

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

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

Methods in com.google.gwt.thirdparty.streamhtmlparser that return HtmlParserFactory.AttributeOptions
static HtmlParserFactory.AttributeOptions HtmlParserFactory.AttributeOptions.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HtmlParserFactory.AttributeOptions[] HtmlParserFactory.AttributeOptions.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.AttributeOptions
static HtmlParser HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE attrtype, boolean quoted, java.util.Set<HtmlParserFactory.AttributeOptions> options)
          A very specialized HtmlParser accessor that returns a parser in a state where it expects to read the value of an attribute of an HTML tag.