Home | History | Annotate | Download | only in autoescape

Lines Matching refs:ATTR_TYPE

205         return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.REGULAR, true, null);
209 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.REGULAR, false, null);
213 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, true,
218 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, false,
223 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, true, null);
227 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.URI, false, null);
231 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true,
236 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, true, null);
245 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.JS, false, null);
249 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.STYLE, true, null);
253 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.STYLE, false, null);
383 HtmlParser.ATTR_TYPE type = htmlParser.getAttributeType();