Home | History | Annotate | Download | only in src

Lines Matching defs:xmlStringText

110 /* #undef xmlStringText */
111 const xmlChar xmlStringText[] = { 't', 'e', 'x', 't', 0 };
2397 cur->name = xmlStringText;
2628 cur->name = xmlStringText;
4130 if (node->name == xmlStringText)
4131 ret->name = xmlStringText;
9296 if (cur->name == xmlStringText)
9297 clone->name = xmlStringText;