Home
last modified time | relevance | path

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

12

/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()
/external/libxml2/include/libxml/
DHTMLtree.h32 #define HTML_TEXT_NODE XML_TEXT_NODE
Dtree.h123 XML_TEXT_NODE= 3, enumerator
/external/libxslt/libxslt/
Dtransform.c78 (((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 …]
Dxslt.c114 (((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 …]
Dxsltutils.h74 ((n)->type == XML_TEXT_NODE) || \
Dtemplates.c488 if ((attr->children->type != XML_TEXT_NODE) || in xsltAttrTemplateProcess()
661 if ((attr->children->type != XML_TEXT_NODE) || in xsltAttrListTemplateProcess()
Dpattern.c1152 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()
Dattributes.c76 (((n)->type == XML_TEXT_NODE) && (xsltIsBlank((n)->content)))
929 ((inst->children->type == XML_TEXT_NODE) || in xsltAttributeInternal()
Dattrvt.c181 if ((attr->children->type != XML_TEXT_NODE) || in xsltCompileAttr()
Dkeys.c812 case XML_TEXT_NODE: in xsltInitCtxtKey()
DxsltInternals.h39 (((n)->type == XML_TEXT_NODE) || \
Dnumbers.c562 case XML_TEXT_NODE: in xsltNumberFormatGetAnyLevel()

12