/external/libxml2/ |
D | tree.c | 721 if ((node != NULL) && (node->type != XML_ELEMENT_NODE)) in xmlNewNs() 1006 while ((next != NULL) && (next->type != XML_ELEMENT_NODE)) in xmlCreateIntSubset() 1799 if ((node != NULL) && (node->type != XML_ELEMENT_NODE)) { in xmlNewPropInternal() 2200 cur->type = XML_ELEMENT_NODE; in xmlNewNode() 2243 cur->type = XML_ELEMENT_NODE; in xmlNewNodeEatName() 2462 if (parent->type == XML_ELEMENT_NODE) { in xmlNewTextChild() 2483 cur->type = XML_ELEMENT_NODE; in xmlNewTextChild() 2765 if(tree->type == XML_ELEMENT_NODE) { in xmlSetTreeDoc() 2842 if (parent->type == XML_ELEMENT_NODE) { in xmlNewChild() 2863 cur->type = XML_ELEMENT_NODE; in xmlNewChild() [all …]
|
D | xmlreader.c | 366 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNodeList() 372 (cur->type != XML_ELEMENT_NODE) && in xmlTextReaderFreeNodeList() 378 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNodeList() 390 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNodeList() 441 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNode() 447 (cur->type != XML_ELEMENT_NODE) && in xmlTextReaderFreeNode() 453 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNode() 466 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNode() 1088 } else if (node->type == XML_ELEMENT_NODE) { in xmlTextReaderValidateEntity() 1104 } else if (node->type == XML_ELEMENT_NODE) { in xmlTextReaderValidateEntity() [all …]
|
D | HTMLtree.c | 61 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlGetMetaEncoding() 79 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlGetMetaEncoding() 97 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlGetMetaEncoding() 187 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlSetMetaEncoding() 205 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlSetMetaEncoding() 229 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlSetMetaEncoding() 883 if (((cur->type == XML_ELEMENT_NODE) || (cur->content == NULL)) && in htmlNodeDumpFormatOutput() 910 if ((cur->type != XML_ELEMENT_NODE) && in htmlNodeDumpFormatOutput()
|
D | debugXML.c | 100 if ((node->type != XML_ELEMENT_NODE) && in xmlNsCheckScope() 109 ((node->type == XML_ELEMENT_NODE) || in xmlNsCheckScope() 113 if ((node->type == XML_ELEMENT_NODE) || in xmlNsCheckScope() 326 (node->parent->type == XML_ELEMENT_NODE)) in xmlCtxtGenericNodeCheck() 337 if (node->type == XML_ELEMENT_NODE) { in xmlCtxtGenericNodeCheck() 352 if ((node->type != XML_ELEMENT_NODE) && in xmlCtxtGenericNodeCheck() 364 case XML_ELEMENT_NODE: in xmlCtxtGenericNodeCheck() 625 if ((elem->type != XML_ELEMENT_NODE) && (elem->content != NULL)) { in xmlCtxtDumpElemDecl() 890 case XML_ELEMENT_NODE: in xmlCtxtDumpOneNode() 1024 if ((node->type == XML_ELEMENT_NODE) && (node->nsDef != NULL)) in xmlCtxtDumpOneNode() [all …]
|
D | xpointer.c | 141 if ((cur->type == XML_ELEMENT_NODE) || in xmlXPtrGetArity() 163 if ((cur->type == XML_ELEMENT_NODE) || in xmlXPtrGetIndex() 188 if ((cur->type == XML_ELEMENT_NODE) || in xmlXPtrGetNthChild() 1629 case XML_ELEMENT_NODE: in xmlXPtrBuildNodeList() 1713 case XML_ELEMENT_NODE: in xmlXPtrNbLocChildren() 1716 if (node->type == XML_ELEMENT_NODE) in xmlXPtrNbLocChildren() 1996 case XML_ELEMENT_NODE: in xmlXPtrCoveringRange() 2109 case XML_ELEMENT_NODE: in xmlXPtrInsideRange() 2141 case XML_ELEMENT_NODE: in xmlXPtrInsideRange() 2339 if ((cur->type != XML_ELEMENT_NODE) && in xmlXPtrAdvanceNode() [all …]
|
D | pattern.c | 519 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch() 542 if ((node->type != XML_ELEMENT_NODE) && in xmlPatMatch() 554 if ((lst->type == XML_ELEMENT_NODE) && in xmlPatMatch() 634 if ((node->type == XML_ELEMENT_NODE) && in xmlPatMatch() 661 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch() 674 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch() 1620 XML_ELEMENT_NODE, flags); in xmlStreamCompile() 1679 XML_ELEMENT_NODE, flags); in xmlStreamCompile() 1688 XML_ELEMENT_NODE, flags); in xmlStreamCompile() 1696 XML_ELEMENT_NODE, flags); in xmlStreamCompile() [all …]
|
D | xinclude.c | 883 if ((cur->type == XML_ELEMENT_NODE) || in xmlXIncludeGetNthChild() 1141 case XML_ELEMENT_NODE: in xmlXIncludeCopyXPointer() 1161 case XML_ELEMENT_NODE: in xmlXIncludeCopyXPointer() 1624 case XML_ELEMENT_NODE: in xmlXIncludeLoadDoc() 1722 if (node->type == XML_ELEMENT_NODE) { in xmlXIncludeLoadDoc() 2111 if ((children->type == XML_ELEMENT_NODE) && in xmlXIncludeLoadNode() 2183 (cur->parent->type != XML_ELEMENT_NODE)) { in xmlXIncludeIncludeNode() 2188 if (tmp->type == XML_ELEMENT_NODE) in xmlXIncludeIncludeNode() 2257 if (node->type != XML_ELEMENT_NODE) in xmlXIncludeTestNode() 2278 if ((child->type == XML_ELEMENT_NODE) && in xmlXIncludeTestNode() [all …]
|
D | xpath.c | 2848 if (cur->type == XML_ELEMENT_NODE) { in xmlXPathOrderDocElems() 2939 if ((node1->type == XML_ELEMENT_NODE) && in xmlXPathCmpNodes() 2940 (node2->type == XML_ELEMENT_NODE) && in xmlXPathCmpNodes() 3002 if ((node1->type == XML_ELEMENT_NODE) && in xmlXPathCmpNodes() 3003 (node2->type == XML_ELEMENT_NODE) && in xmlXPathCmpNodes() 3053 case XML_ELEMENT_NODE: in xmlXPathCmpNodesExt() 3054 if (node2->type == XML_ELEMENT_NODE) { in xmlXPathCmpNodesExt() 3086 if (node1->type == XML_ELEMENT_NODE) { in xmlXPathCmpNodesExt() 3104 if ((node1 == NULL) || (node1->type != XML_ELEMENT_NODE) || in xmlXPathCmpNodesExt() 3124 case XML_ELEMENT_NODE: in xmlXPathCmpNodesExt() [all …]
|
D | error.c | 273 if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) in xmlReportError() 515 ((i < 10) && (node != NULL) && (node->type != XML_ELEMENT_NODE)); in __xmlRaiseError() 522 if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) in __xmlRaiseError() 559 prev->type = XML_ELEMENT_NODE; in __xmlRaiseError()
|
D | c14n.c | 607 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NProcessNamespacesAxis() 714 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlExcC14NProcessNamespacesAxis() 1134 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NProcessAttrsAxis() 1355 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NCheckForRelativeNamespaces() 1419 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NProcessElementNode() 1533 case XML_ELEMENT_NODE: in xmlC14NProcessNode()
|
D | xmlsave.c | 723 ((cur->type == XML_ELEMENT_NODE) || in xmlNodeListDumpOutput() 962 if (((cur->type == XML_ELEMENT_NODE) || (cur->content == NULL)) && in xmlNodeDumpOutputInternal() 973 if ((cur->type != XML_ELEMENT_NODE) && (cur->content != NULL)) { in xmlNodeDumpOutputInternal() 1177 if (node->type != XML_ELEMENT_NODE) in xhtmlIsEmpty() 1332 (cur->type == XML_ELEMENT_NODE)) in xhtmlNodeListDumpOutput() 1499 if ((cur->type == XML_ELEMENT_NODE) && in xhtmlNodeDumpOutput() 1525 if ((cur->type == XML_ELEMENT_NODE) && (cur->children == NULL)) { in xhtmlNodeDumpOutput() 1586 if ((cur->type != XML_ELEMENT_NODE) && (cur->content != NULL)) { in xhtmlNodeDumpOutput() 1598 if ((cur->type == XML_ELEMENT_NODE) && in xhtmlNodeDumpOutput()
|
D | relaxng.c | 3493 while ((node != NULL) && (node->type == XML_ELEMENT_NODE)) { in xmlRelaxNGGetDataTypeLibrary() 4760 while ((tmp != NULL) && (tmp->type == XML_ELEMENT_NODE)) { in xmlRelaxNGProcessExternalRef() 7007 if (cur->type == XML_ELEMENT_NODE) { in xmlRelaxNGCleanupTree() 7014 (cur->parent->type == XML_ELEMENT_NODE) && in xmlRelaxNGCleanupTree() 7036 (tmp->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree() 7146 (tmp->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree() 7226 (node->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree() 7372 if (cur->parent->type == XML_ELEMENT_NODE) { in xmlRelaxNGCleanupTree() 7998 case XML_ELEMENT_NODE: in xmlRelaxNGValidateCompiledContent() 8174 if (node->type != XML_ELEMENT_NODE) { in xmlRelaxNGValidateProgressiveCallback() [all …]
|
D | valid.c | 490 case XML_ELEMENT_NODE: in xmlValidPrintNode() 4845 ((NODE->type != XML_ELEMENT_NODE) && in xmlValidateElementType() 4862 ret = ((NODE->type == XML_ELEMENT_NODE) && in xmlValidateElementType() 4886 ((NODE->type != XML_ELEMENT_NODE) && in xmlValidateElementType() 5157 case XML_ELEMENT_NODE: in xmlSnprintfElements() 5285 case XML_ELEMENT_NODE: in xmlValidateElementContent() 5379 case XML_ELEMENT_NODE: in xmlValidateElementContent() 6004 case XML_ELEMENT_NODE: in xmlValidateOneElement() 6058 if (child->type == XML_ELEMENT_NODE) { in xmlValidateOneElement() 6395 if (elem->type == XML_ELEMENT_NODE) { in xmlValidateElement()
|
D | SAX2.c | 1631 if (parent->type == XML_ELEMENT_NODE) { in xmlSAX2StartElement() 2207 ret->type = XML_ELEMENT_NODE; in xmlSAX2StartElementNs() 2292 if (parent->type == XML_ELEMENT_NODE) { in xmlSAX2StartElementNs() 2652 if (parent->type == XML_ELEMENT_NODE) { in xmlSAX2ProcessingInstruction() 2713 if (parent->type == XML_ELEMENT_NODE) { in xmlSAX2Comment()
|
D | schematron.c | 48 ((node != NULL) && (node->type == XML_ELEMENT_NODE ) && \ 56 if ((node->type == XML_ELEMENT_NODE ) && (node->ns != NULL) && \
|
/external/libxslt/libxslt/ |
D | namespaces.c | 345 (target->type != XML_ELEMENT_NODE)) in xsltGetSpecialNamespace() 403 (target->parent->type == XML_ELEMENT_NODE)) in xsltGetSpecialNamespace() 481 (target->parent->type == XML_ELEMENT_NODE)) in xsltGetSpecialNamespace() 748 if ((node != NULL) && (node->type != XML_ELEMENT_NODE)) in xsltCopyNamespaceList() 833 if ((elem != NULL) && (elem->type != XML_ELEMENT_NODE)) in xsltCopyNamespace()
|
D | pattern.c | 680 if ((node->type == XML_ELEMENT_NODE) && (node->name[0] == ' ')) in xsltTestCompMatch() 684 if (node->type != XML_ELEMENT_NODE) in xsltTestCompMatch() 784 if ((node->type == XML_ELEMENT_NODE) && in xsltTestCompMatch() 807 if (node->type != XML_ELEMENT_NODE) in xsltTestCompMatch() 831 if (node->type != XML_ELEMENT_NODE) in xsltTestCompMatch() 844 if (node->type != XML_ELEMENT_NODE) in xsltTestCompMatch() 884 (node->type == XML_ELEMENT_NODE) && in xsltTestCompMatch() 903 if ((previous->type == XML_ELEMENT_NODE) && in xsltTestCompMatch() 924 if ((previous->type == XML_ELEMENT_NODE) && in xsltTestCompMatch() 971 if (siblings->type == XML_ELEMENT_NODE) { in xsltTestCompMatch() [all …]
|
D | xslt.c | 873 (rootElem->type != XML_ELEMENT_NODE) || in xsltCleanupStylesheetTree() 887 if (cur->type == XML_ELEMENT_NODE) { in xsltCleanupStylesheetTree() 1068 if (node->type == XML_ELEMENT_NODE) { in xsltGetInheritedNsList() 2453 if (node->type == XML_ELEMENT_NODE) { in xsltCompilerNodePop() 2467 if (node->type == XML_ELEMENT_NODE) { in xsltCompilerNodePop() 2514 if (node->type == XML_ELEMENT_NODE) { in xsltCompilerBuildInScopeNsList() 2998 (node == NULL) || (node->type != XML_ELEMENT_NODE)) in xsltParsePreprocessStylesheetTree() 3047 if (cur->type == XML_ELEMENT_NODE) { in xsltParsePreprocessStylesheetTree() 3297 (cur->next->type == XML_ELEMENT_NODE)) in xsltParsePreprocessStylesheetTree() 3317 (cur->next->type == XML_ELEMENT_NODE)) in xsltParsePreprocessStylesheetTree() [all …]
|
D | transform.c | 741 (target->type == XML_ELEMENT_NODE) && in xsltCopyTextString() 847 (target->type == XML_ELEMENT_NODE) && in xsltCopyText() 992 if (target->type != XML_ELEMENT_NODE) { in xsltShallowCopyAttr() 1174 if (node->type == XML_ELEMENT_NODE) { in xsltShallowCopyElem() 1209 } else if ((insert->type == XML_ELEMENT_NODE) && in xsltShallowCopyElem() 1290 if ((elem != NULL) && (elem->type != XML_ELEMENT_NODE)) in xsltCopyNamespaceListInternal() 1349 if ((insert == NULL) || (insert->type != XML_ELEMENT_NODE)) in xsltShallowCopyNsNode() 1459 case XML_ELEMENT_NODE: in xsltCopyTreeInternal() 1513 if (node->type == XML_ELEMENT_NODE) { in xsltCopyTreeInternal() 1607 } else if ((insert->type == XML_ELEMENT_NODE) && in xsltCopyTreeInternal() [all …]
|
D | attributes.c | 330 if ((child->type != XML_ELEMENT_NODE) || in xsltParseStylesheetAttributeSet() 334 if (child->type == XML_ELEMENT_NODE) in xsltParseStylesheetAttributeSet() 702 if (targetElem->type != XML_ELEMENT_NODE) in xsltAttributeInternal()
|
D | xsltutils.h | 73 (((n)->type == XML_ELEMENT_NODE) || \
|
D | keys.c | 811 case XML_ELEMENT_NODE: in xsltInitCtxtKey()
|
D | functions.c | 479 (((xmlNsPtr) xpctxt->node)->next->type == XML_ELEMENT_NODE)) in xsltKeyFunction()
|
/external/webkit/Source/WebCore/xml/ |
D | XSLStyleSheetLibxslt.cpp | 189 while (stylesheetRoot && stylesheetRoot->type != XML_ELEMENT_NODE) in loadChildSheets() 209 if (curr->type != XML_ELEMENT_NODE) { in loadChildSheets() 224 … if (curr->type == XML_ELEMENT_NODE && IS_XSLT_ELEM(curr) && IS_XSLT_NAME(curr, "include")) { in loadChildSheets()
|
/external/libxml2/include/libxml/ |
D | tree.h | 121 XML_ELEMENT_NODE= 1, enumerator 477 ((n)->type == XML_ELEMENT_NODE ? NULL : (n)->content)
|