| Package | Description |
|---|---|
| com.google.streamhtmlparser |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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–2013 Google. All rights reserved.