Package | Description |
---|---|
com.google.streamhtmlparser.util |
Modifier and Type | Method and Description |
---|---|
static HtmlUtils.META_REDIRECT_TYPE |
HtmlUtils.parseContentAttributeForUrl(String value)
Parses the given
String to determine if it contains a URL in the
format followed by the content attribute of the meta
HTML tag. |
static HtmlUtils.META_REDIRECT_TYPE |
HtmlUtils.META_REDIRECT_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlUtils.META_REDIRECT_TYPE[] |
HtmlUtils.META_REDIRECT_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2019 Google. All rights reserved.