Home | History | Annotate | Download | only in impl

Lines Matching refs:HtmlUtils

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