Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c1265 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()
[all …]
Dxmlreader.c387 if ((cur->type != XML_TEXT_NODE) && in xmlTextReaderFreeNodeList()
391 (cur->type == XML_TEXT_NODE)) && in xmlTextReaderFreeNodeList()
462 if ((cur->type != XML_TEXT_NODE) && in xmlTextReaderFreeNode()
467 (cur->type == XML_TEXT_NODE)) && in xmlTextReaderFreeNode()
1091 } else if ((node->type == XML_TEXT_NODE) || in xmlTextReaderValidateEntity()
1221 case XML_TEXT_NODE: in xmlTextReaderCollectSiblings()
1334 (reader->node->children->type == XML_TEXT_NODE) && in xmlTextReaderRead()
1475 ((reader->node->type == XML_TEXT_NODE) || in xmlTextReaderRead()
1555 } else if ((node->type == XML_TEXT_NODE) || in xmlTextReaderRead()
1766 case XML_TEXT_NODE: in xmlTextReaderReadString()
[all …]
Dxpointer.c1455 if (cur->type == XML_TEXT_NODE) { in xmlXPtrBuildRangeNodeList()
1511 if ((cur->type == XML_TEXT_NODE) || in xmlXPtrBuildRangeNodeList()
1617 case XML_TEXT_NODE: in xmlXPtrBuildNodeList()
1716 case XML_TEXT_NODE: in xmlXPtrNbLocChildren()
1987 case XML_TEXT_NODE: in xmlXPtrCoveringRange()
2089 case XML_TEXT_NODE: in xmlXPtrInsideRange()
2121 case XML_TEXT_NODE: in xmlXPtrInsideRange()
2330 (cur->type != XML_TEXT_NODE) && in xmlXPtrAdvanceNode()
DdebugXML.c103 (node->type != XML_TEXT_NODE) && in xmlNsCheckScope()
111 (node->type == XML_TEXT_NODE) || in xmlNsCheckScope()
366 case XML_TEXT_NODE: in xmlCtxtGenericNodeCheck()
906 case XML_TEXT_NODE: in xmlCtxtDumpOneNode()
1113 case XML_TEXT_NODE: in xmlCtxtDumpDocHead()
1622 case XML_TEXT_NODE: in xmlLsCountNode()
1671 case XML_TEXT_NODE: in xmlLsOneNode()
1732 case XML_TEXT_NODE: in xmlLsOneNode()
2214 } else if (node->type == XML_TEXT_NODE) { in xmlShellGrep()
Dxmlsave.c436 case XML_TEXT_NODE: in xmlAttrSerializeContent()
792 if (cur->type == XML_TEXT_NODE) { in xmlNodeDumpOutputInternal()
873 if ((tmp->type == XML_TEXT_NODE) || in xmlNodeDumpOutputInternal()
1321 if (cur->type == XML_TEXT_NODE) { in xhtmlNodeDumpOutput()
1398 if ((tmp->type == XML_TEXT_NODE) || in xhtmlNodeDumpOutput()
1533 if (child->type == XML_TEXT_NODE) { in xhtmlNodeDumpOutput()
Dxinclude.c959 if (cur->type == XML_TEXT_NODE) { in xmlXIncludeCopyRange()
1020 if ((cur->type == XML_TEXT_NODE) || in xmlXIncludeCopyRange()
1133 case XML_TEXT_NODE: in xmlXIncludeCopyXPointer()
1153 case XML_TEXT_NODE: in xmlXIncludeCopyXPointer()
1619 case XML_TEXT_NODE: in xmlXIncludeLoadDoc()
Dvalid.c493 case XML_TEXT_NODE: in xmlValidPrintNode()
4797 case XML_TEXT_NODE: in xmlValidateSkipIgnorable()
4882 if (NODE->type == XML_TEXT_NODE) { in xmlValidateElementType()
4896 (NODE->type != XML_TEXT_NODE) && in xmlValidateElementType()
4937 (NODE->type != XML_TEXT_NODE) && in xmlValidateElementType()
5226 case XML_TEXT_NODE: in xmlSnprintfElements()
5326 case XML_TEXT_NODE: in xmlValidateElementContent()
5423 case XML_TEXT_NODE: in xmlValidateElementContent()
5592 case XML_TEXT_NODE: in xmlValidateOneCdataElement()
6008 case XML_TEXT_NODE: in xmlValidateOneElement()
[all …]
DHTMLtree.c107 (attr->children->type == XML_TEXT_NODE) && in htmlGetMetaEncoding()
250 (attr->children->type == XML_TEXT_NODE) && in htmlSetMetaEncoding()
Dxpath.c551 NODE_TYPE_TEXT = XML_TEXT_NODE,
3031 case XML_TEXT_NODE: in xmlXPathCmpNodesExt()
3088 case XML_TEXT_NODE: in xmlXPathCmpNodesExt()
6225 case XML_TEXT_NODE: in xmlXPathNodeValHash()
6255 case XML_TEXT_NODE: in xmlXPathNodeValHash()
7548 case XML_TEXT_NODE: in xmlXPathNextChild()
7633 case XML_TEXT_NODE: in xmlXPathNextChildElement()
7844 case XML_TEXT_NODE: in xmlXPathNextParent()
7917 case XML_TEXT_NODE: in xmlXPathNextAncestor()
7969 case XML_TEXT_NODE: in xmlXPathNextAncestor()
[all …]
Drelaxng.c3541 } else if (((node->children->type != XML_TEXT_NODE) && in xmlRelaxNGParseValue()
7245 else if ((cur->type == XML_TEXT_NODE) || in xmlRelaxNGCleanupTree()
7864 case XML_TEXT_NODE: in xmlRelaxNGValidateCompiledContent()
8387 (((node->type == XML_TEXT_NODE) || in xmlRelaxNGSkipIgnored()
9084 } else if (((node->type == XML_TEXT_NODE) || in xmlRelaxNGNodeMatchesList()
9186 if ((cur->type == XML_TEXT_NODE) || in xmlRelaxNGValidateInterleave()
9687 ((node->type == XML_TEXT_NODE) || in xmlRelaxNGValidateState()
10156 if ((node->type == XML_TEXT_NODE) || in xmlRelaxNGValidateState()
10262 } else if ((child->type == XML_TEXT_NODE) || in xmlRelaxNGValidateState()
10305 } else if ((child->type == XML_TEXT_NODE) || in xmlRelaxNGValidateState()
[all …]
Dc14n.c1241 case XML_TEXT_NODE: in xmlC14NProcessNode()
DSAX2.c1840 ret->type = XML_TEXT_NODE; in xmlSAX2TextNode()
2447 (lastChild->type == XML_TEXT_NODE) && in xmlSAX2Characters()
Dschematron.c1301 if ((child->type == XML_TEXT_NODE) || in xmlSchematronFormatReport()
Dparser.c6751 if (((list->type == XML_TEXT_NODE) && in xmlParseReference()
6978 if (ent->children->type == XML_TEXT_NODE) in xmlParseReference()
6981 (ent->last->type == XML_TEXT_NODE)) in xmlParseReference()
12703 case XML_TEXT_NODE: in xmlParseInNodeContext()
Dxmlschemas.c4975 (((n)->type == XML_TEXT_NODE) && (xmlSchemaIsBlank((n)->content, -1)))
9532 if (cur->type == XML_TEXT_NODE) { in xmlSchemaCleanupDoc()
26627 if ((nodeType != XML_TEXT_NODE) || in xmlSchemaVPushText()
27047 } else if ((nodeType == XML_TEXT_NODE) || in xmlSchemaVReaderWalk()
27057 nodeType = XML_TEXT_NODE; in xmlSchemaVReaderWalk()
27111 if (xmlSchemaVPushText(vctxt, XML_TEXT_NODE, ch, len, in xmlSchemaSAXHandleText()
27792 } else if ((node->type == XML_TEXT_NODE) || in xmlSchemaVDocWalk()
/external/libxml2/include/libxml/
DHTMLtree.h32 #define HTML_TEXT_NODE XML_TEXT_NODE
Dtree.h123 XML_TEXT_NODE= 3, enumerator