Lines Matching refs:XML_TEXT_NODE
1691 if ((node->type == XML_TEXT_NODE) || in xmlNodeListGetString()
1776 if ((node->type == XML_TEXT_NODE) || in xmlNodeListGetRawString()
2451 cur->type = XML_TEXT_NODE; in xmlNewText()
2682 cur->type = XML_TEXT_NODE; in xmlNewTextLen()
3036 if (elem->type == XML_TEXT_NODE) { in xmlAddNextSibling()
3037 if (cur->type == XML_TEXT_NODE) { in xmlAddNextSibling()
3042 if ((cur->next != NULL) && (cur->next->type == XML_TEXT_NODE) && in xmlAddNextSibling()
3114 if (elem->type == XML_TEXT_NODE) { in xmlAddPrevSibling()
3115 if (cur->type == XML_TEXT_NODE) { in xmlAddPrevSibling()
3125 if ((cur->prev != NULL) && (cur->prev->type == XML_TEXT_NODE) && in xmlAddPrevSibling()
3206 if ((cur->type == XML_TEXT_NODE) && (elem->type == XML_TEXT_NODE) && in xmlAddSibling()
3277 if ((cur->type == XML_TEXT_NODE) && in xmlAddChildList()
3278 (parent->last->type == XML_TEXT_NODE) && in xmlAddChildList()
3356 if (cur->type == XML_TEXT_NODE) { in xmlAddChild()
3357 if ((parent->type == XML_TEXT_NODE) && in xmlAddChild()
3364 if ((parent->last != NULL) && (parent->last->type == XML_TEXT_NODE) && in xmlAddChild()
3390 if ((parent->type == XML_TEXT_NODE) && in xmlAddChild()
3594 case XML_TEXT_NODE: in xmlPreviousElementSibling()
3633 case XML_TEXT_NODE: in xmlNextElementSibling()
3718 (cur->type != XML_TEXT_NODE) && in xmlFreeNodeList()
3787 (cur->type != XML_TEXT_NODE) && in xmlFreeNode()
4175 case XML_TEXT_NODE: in xmlStaticCopyNode()
4604 (node->type == XML_TEXT_NODE) || in xmlGetLineNoInternal()
4608 if ((node->type == XML_TEXT_NODE) && (node->psvi != NULL)) in xmlGetLineNoInternal()
4622 (node->prev->type == XML_TEXT_NODE) || in xmlGetLineNoInternal()
4776 } else if ((cur->type == XML_TEXT_NODE) || in xmlGetNodePath()
4787 if ((tmp->type == XML_TEXT_NODE) || in xmlGetNodePath()
4799 if ((tmp->type == XML_TEXT_NODE) || in xmlGetNodePath()
4976 case XML_TEXT_NODE: in xmlNodeSetLang()
5050 case XML_TEXT_NODE: in xmlNodeSetSpacePreserve()
5141 case XML_TEXT_NODE: in xmlNodeSetName()
5203 case XML_TEXT_NODE: in xmlNodeSetBase()
5389 case XML_TEXT_NODE: in xmlBufGetNodeContent()
5399 case XML_TEXT_NODE: in xmlBufGetNodeContent()
5447 if (tmp->type == XML_TEXT_NODE) in xmlBufGetNodeContent()
5495 (cur->type == XML_TEXT_NODE) || in xmlBufGetNodeContent()
5611 case XML_TEXT_NODE: in xmlNodeGetContent()
5646 case XML_TEXT_NODE: in xmlNodeSetContent()
5723 case XML_TEXT_NODE: in xmlNodeSetContentLen()
5809 case XML_TEXT_NODE: in xmlNodeAddContentLen()
5883 if (first->type != XML_TEXT_NODE) return(first); in xmlTextMerge()
5884 if (second->type != XML_TEXT_NODE) return(first); in xmlTextMerge()
6606 ((prop->children->type == XML_TEXT_NODE) || in xmlGetPropNodeValueInternal()
6936 if (node->type == XML_TEXT_NODE) return(1); in xmlNodeIsText()
6954 if ((node->type != XML_TEXT_NODE) && in xmlIsBlankNode()
6982 if ((node->type != XML_TEXT_NODE) && in xmlTextConcat()
8233 case XML_TEXT_NODE: in xmlDOMWrapRemoveNode()
9227 case XML_TEXT_NODE: in xmlDOMWrapAdoptBranch()
9454 case XML_TEXT_NODE: in xmlDOMWrapCloneNode()
9627 case XML_TEXT_NODE: in xmlDOMWrapCloneNode()
9956 case XML_TEXT_NODE: in xmlDOMWrapAdoptAttr()
10058 case XML_TEXT_NODE: in xmlDOMWrapAdoptNode()
10094 case XML_TEXT_NODE: in xmlDOMWrapAdoptNode()