Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlStringText

113 /* #undef xmlStringText */
114 const xmlChar xmlStringText[] = { 't', 'e', 'x', 't', 0 };
2442 cur->name = xmlStringText;
2673 cur->name = xmlStringText;
4210 if (node->name == xmlStringText)
4211 ret->name = xmlStringText;
9510 if (cur->name == xmlStringText)
9511 clone->name = xmlStringText;