Uses of Class
com.google.streamhtmlparser.HtmlParser.ATTR_TYPE

Packages that use HtmlParser.ATTR_TYPE
com.google.streamhtmlparser   
com.google.streamhtmlparser.impl   
 

Uses of HtmlParser.ATTR_TYPE in com.google.streamhtmlparser
 

Methods in com.google.streamhtmlparser that return HtmlParser.ATTR_TYPE
 HtmlParser.ATTR_TYPE HtmlParser.getAttributeType()
          Returns the type of the attribute that the parser is in or ATTR_TYPE.NONE if we are not parsing an attribute.
static HtmlParser.ATTR_TYPE HtmlParser.ATTR_TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HtmlParser.ATTR_TYPE[] HtmlParser.ATTR_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.streamhtmlparser with parameters of type HtmlParser.ATTR_TYPE
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.
 

Uses of HtmlParser.ATTR_TYPE in com.google.streamhtmlparser.impl
 

Methods in com.google.streamhtmlparser.impl that return HtmlParser.ATTR_TYPE
 HtmlParser.ATTR_TYPE HtmlParserImpl.getAttributeType()
           
 



Copyright © 2010-2012 Google. All Rights Reserved.