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

Packages that use HtmlParserFactory.AttributeOptions
com.google.streamhtmlparser   
 

Uses of HtmlParserFactory.AttributeOptions in com.google.streamhtmlparser
 

Methods in com.google.streamhtmlparser that return HtmlParserFactory.AttributeOptions
static HtmlParserFactory.AttributeOptions HtmlParserFactory.AttributeOptions.valueOf(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.streamhtmlparser with type arguments of type HtmlParserFactory.AttributeOptions
static HtmlParser HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE attrtype, boolean quoted, 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.
 



Copyright © 2010-2012 Google. All Rights Reserved.