Home | History | Annotate | Download | only in libxml2

Lines Matching refs:quotechar

4616  * @quotechar:  the quote character
4623 xmlTextWriterSetQuoteChar(xmlTextWriterPtr writer, xmlChar quotechar)
4625 if ((writer == NULL) || ((quotechar != '\'') && (quotechar != '"')))
4628 writer->qchar = quotechar;