Home | History | Annotate | Download | only in libxml2

Lines Matching refs:charref

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