Home
last modified time | relevance | path

Searched refs:XML_TEXT_NODE (Results 1 – 19 of 19) sorted by relevance

/external/libxml2/
Dtree.c1691 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()
[all …]
Dxpointer.c1435 if (cur->type == XML_TEXT_NODE) { in xmlXPtrBuildRangeNodeList()
1491 if ((cur->type == XML_TEXT_NODE) || in xmlXPtrBuildRangeNodeList()
1597 case XML_TEXT_NODE: in xmlXPtrBuildNodeList()
1696 case XML_TEXT_NODE: in xmlXPtrNbLocChildren()
1975 case XML_TEXT_NODE: in xmlXPtrCoveringRange()
2085 case XML_TEXT_NODE: in xmlXPtrInsideRange()
2117 case XML_TEXT_NODE: in xmlXPtrInsideRange()
2270 (cur->type != XML_TEXT_NODE) && in xmlXPtrAdvanceNode()
Dxmlreader.c400 if ((cur->type != XML_TEXT_NODE) && in xmlTextReaderFreeNodeList()
404 (cur->type == XML_TEXT_NODE)) && in xmlTextReaderFreeNodeList()
478 if ((cur->type != XML_TEXT_NODE) && in xmlTextReaderFreeNode()
483 (cur->type == XML_TEXT_NODE)) && in xmlTextReaderFreeNode()
1125 } else if ((node->type == XML_TEXT_NODE) || in xmlTextReaderValidateEntity()
1258 case XML_TEXT_NODE: in xmlTextReaderCollectSiblings()
1369 (reader->node->children->type == XML_TEXT_NODE) && in xmlTextReaderRead()
1508 ((reader->node->type == XML_TEXT_NODE) || in xmlTextReaderRead()
1588 } else if ((node->type == XML_TEXT_NODE) || in xmlTextReaderRead()
1803 case XML_TEXT_NODE: in xmlTextReaderReadString()
[all …]
DdebugXML.c103 (node->type != XML_TEXT_NODE) && in xmlNsCheckScope()
111 (node->type == XML_TEXT_NODE) || in xmlNsCheckScope()
369 case XML_TEXT_NODE: in xmlCtxtGenericNodeCheck()
909 case XML_TEXT_NODE: in xmlCtxtDumpOneNode()
1116 case XML_TEXT_NODE: in xmlCtxtDumpDocHead()
1626 case XML_TEXT_NODE: in xmlLsCountNode()
1675 case XML_TEXT_NODE: in xmlLsOneNode()
1739 case XML_TEXT_NODE: in xmlLsOneNode()
2221 } else if (node->type == XML_TEXT_NODE) { in xmlShellGrep()
Dxmlsave.c442 case XML_TEXT_NODE: in xmlAttrSerializeContent()
950 if (cur->type == XML_TEXT_NODE) { in xmlNodeDumpOutputInternal()
1036 if ((tmp->type == XML_TEXT_NODE) || in xmlNodeDumpOutputInternal()
1493 if (cur->type == XML_TEXT_NODE) { in xhtmlNodeDumpOutput()
1570 if ((tmp->type == XML_TEXT_NODE) || in xhtmlNodeDumpOutput()
1705 if (child->type == XML_TEXT_NODE) { in xhtmlNodeDumpOutput()
Dxinclude.c970 if (cur->type == XML_TEXT_NODE) { in xmlXIncludeCopyRange()
1030 if ((cur->type == XML_TEXT_NODE) || in xmlXIncludeCopyRange()
1143 case XML_TEXT_NODE: in xmlXIncludeCopyXPointer()
1163 case XML_TEXT_NODE: in xmlXIncludeCopyXPointer()
1631 case XML_TEXT_NODE: in xmlXIncludeLoadDoc()
Dvalid.c493 case XML_TEXT_NODE: in xmlValidPrintNode()
4786 case XML_TEXT_NODE: in xmlValidateSkipIgnorable()
4871 if (NODE->type == XML_TEXT_NODE) { in xmlValidateElementType()
4885 (NODE->type != XML_TEXT_NODE) && in xmlValidateElementType()
4926 (NODE->type != XML_TEXT_NODE) && in xmlValidateElementType()
5215 case XML_TEXT_NODE: in xmlSnprintfElements()
5316 case XML_TEXT_NODE: in xmlValidateElementContent()
5413 case XML_TEXT_NODE: in xmlValidateElementContent()
5583 case XML_TEXT_NODE: in xmlValidateOneCdataElement()
5999 case XML_TEXT_NODE: in xmlValidateOneElement()
[all …]
Dxpath.c197 case XML_TEXT_NODE: in xmlXPathCmpNodesExt()
254 case XML_TEXT_NODE: in xmlXPathCmpNodesExt()
912 NODE_TYPE_TEXT = XML_TEXT_NODE,
6372 case XML_TEXT_NODE: in xmlXPathNodeValHash()
6400 case XML_TEXT_NODE: in xmlXPathNodeValHash()
7666 case XML_TEXT_NODE: in xmlXPathNextChild()
7751 case XML_TEXT_NODE: in xmlXPathNextChildElement()
7966 case XML_TEXT_NODE: in xmlXPathNextParent()
8039 case XML_TEXT_NODE: in xmlXPathNextAncestor()
8091 case XML_TEXT_NODE: in xmlXPathNextAncestor()
[all …]
Drelaxng.c3576 } else if (((node->children->type != XML_TEXT_NODE) && in xmlRelaxNGParseValue()
7379 else if ((cur->type == XML_TEXT_NODE) || in xmlRelaxNGCleanupTree()
7998 case XML_TEXT_NODE: in xmlRelaxNGValidateCompiledContent()
8521 (((node->type == XML_TEXT_NODE) || in xmlRelaxNGSkipIgnored()
9263 } else if (((node->type == XML_TEXT_NODE) || in xmlRelaxNGNodeMatchesList()
9365 if ((cur->type == XML_TEXT_NODE) || in xmlRelaxNGValidateInterleave()
9876 ((node->type == XML_TEXT_NODE) || in xmlRelaxNGValidateState()
10336 if ((node->type == XML_TEXT_NODE) || in xmlRelaxNGValidateState()
10442 } else if ((child->type == XML_TEXT_NODE) || in xmlRelaxNGValidateState()
10485 } else if ((child->type == XML_TEXT_NODE) || in xmlRelaxNGValidateState()
[all …]
DSAX2.c1898 ret->type = XML_TEXT_NODE; in xmlSAX2TextNode()
2571 (lastChild->type == XML_TEXT_NODE) && in xmlSAX2Characters()
Dschematron.c1303 if ((child->type == XML_TEXT_NODE) || in xmlSchematronFormatReport()
Dc14n.c1545 case XML_TEXT_NODE: in xmlC14NProcessNode()
Dxmlschemas.c5030 (((n)->type == XML_TEXT_NODE) && (xmlSchemaIsBlank((n)->content, -1)))
9593 if (cur->type == XML_TEXT_NODE) { in xmlSchemaCleanupDoc()
26788 if ((nodeType != XML_TEXT_NODE) || in xmlSchemaVPushText()
27214 } else if ((nodeType == XML_TEXT_NODE) || in xmlSchemaVReaderWalk()
27224 nodeType = XML_TEXT_NODE; in xmlSchemaVReaderWalk()
27278 if (xmlSchemaVPushText(vctxt, XML_TEXT_NODE, ch, len, in xmlSchemaSAXHandleText()
28016 } else if ((node->type == XML_TEXT_NODE) || in xmlSchemaVDocWalk()
Dparser.c7153 if (((list->type == XML_TEXT_NODE) && in xmlParseReference()
7400 if (ent->children->type == XML_TEXT_NODE) in xmlParseReference()
7403 (ent->last->type == XML_TEXT_NODE)) in xmlParseReference()
13546 case XML_TEXT_NODE: in xmlParseInNodeContext()
Dtestapi.c24057 if ((first != NULL) && (first->type != XML_TEXT_NODE)) { in test_xmlTextMerge()
/external/libxml2/include/libxml/
DHTMLtree.h32 #define HTML_TEXT_NODE XML_TEXT_NODE
Dtree.h162 XML_TEXT_NODE= 3, enumerator
/external/libxml2/python/
Dlibxml.c2765 case XML_TEXT_NODE: in libxml_type()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle160 d XML_TEXT_NODE c 3