Home | History | Annotate | Download | only in libxml2

Lines Matching refs:XML_TEXT_NODE

4975     (((n)->type == XML_TEXT_NODE) && (xmlSchemaIsBlank((n)->content, -1)))
9532 if (cur->type == XML_TEXT_NODE) {
26627 if ((nodeType != XML_TEXT_NODE) ||
27047 } else if ((nodeType == XML_TEXT_NODE) ||
27057 nodeType = XML_TEXT_NODE;
27111 if (xmlSchemaVPushText(vctxt, XML_TEXT_NODE, ch, len,
27792 } else if ((node->type == XML_TEXT_NODE) ||