Lines Matching refs:HtmlUtils
26 import com.google.streamhtmlparser.util.HtmlUtils;
242 if (HtmlUtils.isAttributeJavascript(attribute)) { in getAttributeType()
245 if (HtmlUtils.isAttributeUri(attribute)) { in getAttributeType()
248 if (HtmlUtils.isAttributeStyle(attribute)) { in getAttributeType()
254 HtmlUtils.META_REDIRECT_TYPE redirectType = in getAttributeType()
255 HtmlUtils.parseContentAttributeForUrl(getValue()); in getAttributeType()
256 if (redirectType == HtmlUtils.META_REDIRECT_TYPE.URL_START || in getAttributeType()
257 redirectType == HtmlUtils.META_REDIRECT_TYPE.URL) in getAttributeType()
320 return (HtmlUtils.parseContentAttributeForUrl(getValue()) == in isUrlStart()
321 HtmlUtils.META_REDIRECT_TYPE.URL_START); in isUrlStart()
533 if (HtmlUtils.isAttributeJavascript(getAttribute())) { in enterValue()
658 && (input == '>' || HtmlUtils.isHtmlSpace(input))) { in exitStateCdataMayClose()