Lines Matching full:quoted
47 * Indicates that the attribute value is Javascript-quoted. Only takes
50 * HTML quoted.
71 * Indicates that the parser is inside a quoted {@code String}. Only
186 * @param quoted whether the attribute value is enclosed in double quotes
194 boolean quoted, Set<AttributeOptions> options) { in createParserInAttribute() argument
201 quoted ? parserInDefaultAttrQ : parserInDefaultAttr); in createParserInAttribute()
206 quoted ? parserInUriAttrQPartial : parserInUriAttrPartial); in createParserInAttribute()
209 quoted ? parserInUriAttrQComplete : parserInUriAttrComplete); in createParserInAttribute()
213 // inside a Javascript quoted string that is in an unquoted HTML in createParserInAttribute()
216 // quoted attribute values are always HTML quoted. in createParserInAttribute()
217 if (quoted) { in createParserInAttribute()
228 quoted ? parserInStyleAttrQ : parserInStyleAttr); in createParserInAttribute()
281 // Single quote added as the Javascript is itself quoted. in initializeParsers()
284 // A parser in the Javascript context within a (single) quoted string. in initializeParsers()