Home | History | Annotate | Download | only in streamhtmlparser

Lines Matching refs: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) {
201 quoted ? parserInDefaultAttrQ : parserInDefaultAttr);
206 quoted ? parserInUriAttrQPartial : parserInUriAttrPartial);
209 quoted ? parserInUriAttrQComplete : parserInUriAttrComplete);
213 // inside a Javascript quoted string that is in an unquoted HTML
216 // quoted attribute values are always HTML quoted.
217 if (quoted) {
228 quoted ? parserInStyleAttrQ : parserInStyleAttr);
281 // Single quote added as the Javascript is itself quoted.
284 // A parser in the Javascript context within a (single) quoted string.