Uses of Class
com.google.streamhtmlparser.util.HtmlUtils.META_REDIRECT_TYPE

Packages that use HtmlUtils.META_REDIRECT_TYPE
com.google.streamhtmlparser.util   
 

Uses of HtmlUtils.META_REDIRECT_TYPE in com.google.streamhtmlparser.util
 

Methods in com.google.streamhtmlparser.util that return HtmlUtils.META_REDIRECT_TYPE
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-2012 Google. All Rights Reserved.