Package | Description |
---|---|
com.google.streamhtmlparser | |
com.google.streamhtmlparser.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
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. |
Modifier and Type | Method and Description |
---|---|
HtmlParser.ATTR_TYPE |
HtmlParserImpl.getAttributeType() |
Copyright © 2010–2019 Google. All rights reserved.