• Home
  • Raw
  • Download

Lines Matching refs:XML_TEXT_NODE

1265 		if ((last != NULL) && (last->type == XML_TEXT_NODE)) {  in xmlStringLenGetNodeList()
1355 } else if (last->type != XML_TEXT_NODE) { in xmlStringLenGetNodeList()
1417 if ((last != NULL) && (last->type == XML_TEXT_NODE)) { in xmlStringLenGetNodeList()
1462 if ((last != NULL) && (last->type == XML_TEXT_NODE)) { in xmlStringGetNodeList()
1540 } else if (last->type != XML_TEXT_NODE) { in xmlStringGetNodeList()
1602 if ((last != NULL) && (last->type == XML_TEXT_NODE)) { in xmlStringGetNodeList()
1639 if ((node->type == XML_TEXT_NODE) || in xmlNodeListGetString()
1721 if ((node->type == XML_TEXT_NODE) || in xmlNodeListGetRawString()
2395 cur->type = XML_TEXT_NODE; in xmlNewText()
2626 cur->type = XML_TEXT_NODE; in xmlNewTextLen()
2959 if (elem->type == XML_TEXT_NODE) { in xmlAddNextSibling()
2960 if (cur->type == XML_TEXT_NODE) { in xmlAddNextSibling()
2965 if ((cur->next != NULL) && (cur->next->type == XML_TEXT_NODE) && in xmlAddNextSibling()
3037 if (elem->type == XML_TEXT_NODE) { in xmlAddPrevSibling()
3038 if (cur->type == XML_TEXT_NODE) { in xmlAddPrevSibling()
3048 if ((cur->prev != NULL) && (cur->prev->type == XML_TEXT_NODE) && in xmlAddPrevSibling()
3121 if ((cur->type == XML_TEXT_NODE) && (elem->type == XML_TEXT_NODE) && in xmlAddSibling()
3192 if ((cur->type == XML_TEXT_NODE) && in xmlAddChildList()
3193 (parent->last->type == XML_TEXT_NODE) && in xmlAddChildList()
3271 if (cur->type == XML_TEXT_NODE) { in xmlAddChild()
3272 if ((parent->type == XML_TEXT_NODE) && in xmlAddChild()
3279 if ((parent->last != NULL) && (parent->last->type == XML_TEXT_NODE) && in xmlAddChild()
3305 if ((parent->type == XML_TEXT_NODE) && in xmlAddChild()
3506 case XML_TEXT_NODE: in xmlPreviousElementSibling()
3545 case XML_TEXT_NODE: in xmlNextElementSibling()
3630 (cur->type != XML_TEXT_NODE) && in xmlFreeNodeList()
3699 (cur->type != XML_TEXT_NODE) && in xmlFreeNode()
4076 case XML_TEXT_NODE: in xmlStaticCopyNode()
4491 (node->type == XML_TEXT_NODE) || in xmlGetLineNo()
4497 (node->prev->type == XML_TEXT_NODE) || in xmlGetLineNo()
4635 } else if ((cur->type == XML_TEXT_NODE) || in xmlGetNodePath()
4646 if ((tmp->type == XML_TEXT_NODE) || in xmlGetNodePath()
4658 if ((tmp->type == XML_TEXT_NODE) || in xmlGetNodePath()
4835 case XML_TEXT_NODE: in xmlNodeSetLang()
4907 case XML_TEXT_NODE: in xmlNodeSetSpacePreserve()
4995 case XML_TEXT_NODE: in xmlNodeSetName()
5053 case XML_TEXT_NODE: in xmlNodeSetBase()
5209 case XML_TEXT_NODE: in xmlNodeBufGetContent()
5219 case XML_TEXT_NODE: in xmlNodeBufGetContent()
5267 if (tmp->type == XML_TEXT_NODE) in xmlNodeBufGetContent()
5315 (cur->type == XML_TEXT_NODE) || in xmlNodeBufGetContent()
5433 case XML_TEXT_NODE: in xmlNodeGetContent()
5468 case XML_TEXT_NODE: in xmlNodeSetContent()
5545 case XML_TEXT_NODE: in xmlNodeSetContentLen()
5631 case XML_TEXT_NODE: in xmlNodeAddContentLen()
5705 if (first->type != XML_TEXT_NODE) return(first); in xmlTextMerge()
5706 if (second->type != XML_TEXT_NODE) return(first); in xmlTextMerge()
6425 ((prop->children->type == XML_TEXT_NODE) || in xmlGetPropNodeValueInternal()
6755 if (node->type == XML_TEXT_NODE) return(1); in xmlNodeIsText()
6773 if ((node->type != XML_TEXT_NODE) && in xmlIsBlankNode()
6801 if ((node->type != XML_TEXT_NODE) && in xmlTextConcat()
8002 case XML_TEXT_NODE: in xmlDOMWrapRemoveNode()
8988 case XML_TEXT_NODE: in xmlDOMWrapAdoptBranch()
9212 case XML_TEXT_NODE: in xmlDOMWrapCloneNode()
9385 case XML_TEXT_NODE: in xmlDOMWrapCloneNode()
9711 case XML_TEXT_NODE: in xmlDOMWrapAdoptAttr()
9812 case XML_TEXT_NODE: in xmlDOMWrapAdoptNode()
9848 case XML_TEXT_NODE: in xmlDOMWrapAdoptNode()