Home | History | Annotate | Download | only in libxml2

Lines Matching refs:quote

3658      * value, ... a single or double quote character in the replacement
3662 * the initial entity and the quote is found
11451 xmlChar quote = 0;
11460 if (quote != 0) {
11461 if (buf[base] == quote)
11462 quote = 0;
11465 if ((quote == 0) && (buf[base] == '<')) {
11493 quote = '"';
11497 quote = '\'';