/external/libxml2/ |
D | tree.c | 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() [all …]
|
D | xmlreader.c | 387 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 …]
|
D | xpointer.c | 1455 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()
|
D | debugXML.c | 103 (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()
|
D | xmlsave.c | 436 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()
|
D | xinclude.c | 959 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()
|
D | valid.c | 493 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 …]
|
D | HTMLtree.c | 107 (attr->children->type == XML_TEXT_NODE) && in htmlGetMetaEncoding() 250 (attr->children->type == XML_TEXT_NODE) && in htmlSetMetaEncoding()
|
D | xpath.c | 551 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 …]
|
D | relaxng.c | 3541 } 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 …]
|
D | c14n.c | 1241 case XML_TEXT_NODE: in xmlC14NProcessNode()
|
D | SAX2.c | 1840 ret->type = XML_TEXT_NODE; in xmlSAX2TextNode() 2447 (lastChild->type == XML_TEXT_NODE) && in xmlSAX2Characters()
|
D | schematron.c | 1301 if ((child->type == XML_TEXT_NODE) || in xmlSchematronFormatReport()
|
/external/libxml2/include/libxml/ |
D | HTMLtree.h | 32 #define HTML_TEXT_NODE XML_TEXT_NODE
|
D | tree.h | 123 XML_TEXT_NODE= 3, enumerator
|
/external/libxslt/libxslt/ |
D | transform.c | 78 (((n)->type == XML_TEXT_NODE) && (xsltIsBlank((n)->content))) 763 (target->last->type == XML_TEXT_NODE) && in xsltCopyTextString() 776 (target->last->type == XML_TEXT_NODE) && in xsltCopyTextString() 814 if ((cur->type != XML_TEXT_NODE) && in xsltCopyText() 889 (((target->last->type == XML_TEXT_NODE) && in xsltCopyText() 1113 if ((attr->children) && (attr->children->type == XML_TEXT_NODE) && in xsltCopyAttrListNoOverwrite() 1165 if ((node->type == XML_TEXT_NODE) || in xsltShallowCopyElem() 1470 case XML_TEXT_NODE: { in xsltCopyTreeInternal() 1764 case XML_TEXT_NODE: in xsltDefaultProcessOneNode() 1784 while ((cur != NULL) && (cur->type != XML_TEXT_NODE)) in xsltDefaultProcessOneNode() [all …]
|
D | xslt.c | 114 (((n)->type == XML_TEXT_NODE) && (xsltIsBlank((n)->content))) 3146 (cur->prev->type == XML_TEXT_NODE)) in xsltParsePreprocessStylesheetTree() 3261 } else if ((cur->type == XML_TEXT_NODE) || in xsltParsePreprocessStylesheetTree() 3284 cur->type = XML_TEXT_NODE; in xsltParsePreprocessStylesheetTree() 3360 if (textNode->type != XML_TEXT_NODE) { in xsltParsePreprocessStylesheetTree() 3361 textNode->type = XML_TEXT_NODE; in xsltParsePreprocessStylesheetTree() 3465 if ((txt != NULL) && (txt->type == XML_TEXT_NODE) && in xsltPrecomputeStylesheet() 3544 } else if (cur->type == XML_TEXT_NODE) { in xsltPrecomputeStylesheet() 4063 if ((child->type != XML_TEXT_NODE) && in xsltParseAnyXSLTElem() 4082 if (((child->type != XML_TEXT_NODE) && in xsltParseAnyXSLTElem() [all …]
|
D | xsltutils.h | 74 ((n)->type == XML_TEXT_NODE) || \
|
D | templates.c | 488 if ((attr->children->type != XML_TEXT_NODE) || in xsltAttrTemplateProcess() 661 if ((attr->children->type != XML_TEXT_NODE) || in xsltAttrListTemplateProcess()
|
D | pattern.c | 1152 if ((node->type != XML_TEXT_NODE) && in xsltTestCompMatch() 1162 case XML_TEXT_NODE: in xsltTestCompMatch() 2269 case XML_TEXT_NODE: in xsltGetTemplate() 2341 case XML_TEXT_NODE: in xsltGetTemplate() 2381 (node->type == XML_TEXT_NODE)) { in xsltGetTemplate() 2441 case XML_TEXT_NODE: in xsltGetTemplate()
|
D | attributes.c | 76 (((n)->type == XML_TEXT_NODE) && (xsltIsBlank((n)->content))) 929 ((inst->children->type == XML_TEXT_NODE) || in xsltAttributeInternal()
|
D | attrvt.c | 181 if ((attr->children->type != XML_TEXT_NODE) || in xsltCompileAttr()
|
D | keys.c | 812 case XML_TEXT_NODE: in xsltInitCtxtKey()
|
D | xsltInternals.h | 39 (((n)->type == XML_TEXT_NODE) || \
|
D | numbers.c | 562 case XML_TEXT_NODE: in xsltNumberFormatGetAnyLevel()
|