Home | History | Annotate | Download | only in libxml2

Lines Matching full:charref

2149  * the content will be automatically remapped to a CharRef sequence.
2309 xmlChar charref[20];
2320 * Removes the UTF8 sequence, and replace it by a charref
2324 snprintf((char *) &charref[0], sizeof(charref), "&#%d;", cur);
2326 xmlBufferAddHead(in, charref, -1);