Home | History | Annotate | Download | only in libxml2

Lines Matching refs:txt_encoding

2234  * @txt_encoding:  Character encoding to use when generating XML text
2246 int * doc_txt_len, const char * txt_encoding,
2275 if (txt_encoding == NULL)
2276 txt_encoding = (const char *) out_doc->encoding;
2277 if (txt_encoding != NULL) {
2278 conv_hdlr = xmlFindCharEncodingHandler(txt_encoding);
2281 txt_encoding);
2296 ctxt.encoding = (const xmlChar *) txt_encoding;
2357 * @txt_encoding: Character encoding to use when generating XML text
2366 int * doc_txt_len, const char * txt_encoding) {
2368 txt_encoding, 0);