/reactos/dll/3rdparty/libxslt/ |
H A D | preproc.c | 62 if ((parent->ns == NULL) || (parent->type != XML_ELEMENT_NODE) || in xsltCheckTopLevelElement() 659 if ((style == NULL) || (inst == NULL) || (inst->type != XML_ELEMENT_NODE)) in xsltSortComp() 767 if ((style == NULL) || (inst == NULL) || (inst->type != XML_ELEMENT_NODE)) in xsltCopyComp() 811 if ((style == NULL) || (inst == NULL) || (inst->type != XML_ELEMENT_NODE)) in xsltTextComp() 864 if ((style == NULL) || (inst == NULL) || (inst->type != XML_ELEMENT_NODE)) in xsltElementComp() 983 if ((style == NULL) || (inst == NULL) || (inst->type != XML_ELEMENT_NODE)) in xsltAttributeComp() 1088 if ((style == NULL) || (inst == NULL) || (inst->type != XML_ELEMENT_NODE)) in xsltCommentComp() 1384 if ((style == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) in xsltNumberComp() 1972 if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) in xsltStylePreCompute() 2187 if ((inst == NULL) || (inst->type != XML_ELEMENT_NODE) || in xsltStylePreCompute() [all …]
|
H A D | xslt.c | 902 (rootElem->type != XML_ELEMENT_NODE) || in xsltCleanupStylesheetTree() 916 if (cur->type == XML_ELEMENT_NODE) { in xsltCleanupStylesheetTree() 3099 if (cur->type == XML_ELEMENT_NODE) { in xsltParsePreprocessStylesheetTree() 3437 if (cur->type == XML_ELEMENT_NODE) { in xsltParsePreprocessStylesheetTree() 3506 if (cur->type == XML_ELEMENT_NODE) { in xsltPreprocessStylesheet() 3694 if (cur->type == XML_ELEMENT_NODE) { in xsltGatherNamespaces() 3886 (elem->type != XML_ELEMENT_NODE)) in xsltParseAnyXSLTElem() 4464 if (cur->type == XML_ELEMENT_NODE) { in xsltParseSequenceConstructor() 5516 if (cur->type == XML_ELEMENT_NODE) { in xsltParseFindTopLevelElem() 5642 (node->type != XML_ELEMENT_NODE)) in xsltParseXSLTStylesheetElemCore() [all …]
|
H A D | namespaces.c | 307 (target->type != XML_ELEMENT_NODE)) in xsltGetSpecialNamespace() 365 (target->parent->type == XML_ELEMENT_NODE)) in xsltGetSpecialNamespace() 443 (target->parent->type == XML_ELEMENT_NODE)) in xsltGetSpecialNamespace() 710 if ((node != NULL) && (node->type != XML_ELEMENT_NODE)) in xsltCopyNamespaceList() 797 if ((elem != NULL) && (elem->type != XML_ELEMENT_NODE)) in xsltCopyNamespace()
|
H A D | templates.c | 199 (inst->type != XML_ELEMENT_NODE)) in xsltEvalTemplateString() 399 (inst->type != XML_ELEMENT_NODE)) in xsltEvalAttrValueTemplate() 444 (inst->type != XML_ELEMENT_NODE)) in xsltEvalStaticAttrValueTemplate() 486 (target->type != XML_ELEMENT_NODE)) in xsltAttrTemplateProcess() 646 (target->type != XML_ELEMENT_NODE)) in xsltAttrListTemplateProcess()
|
H A D | attributes.c | 356 if ((cur == NULL) || (style == NULL) || (cur->type != XML_ELEMENT_NODE)) in xsltParseStylesheetAttributeSet() 418 if ((child->type != XML_ELEMENT_NODE) || in xsltParseStylesheetAttributeSet() 422 if (child->type == XML_ELEMENT_NODE) in xsltParseStylesheetAttributeSet() 735 (inst->type != XML_ELEMENT_NODE) ) in xsltAttribute() 778 if (targetElem->type != XML_ELEMENT_NODE) in xsltAttribute()
|
H A D | transform.c | 877 (target->type == XML_ELEMENT_NODE) && in xsltCopyTextString() 983 (target->type == XML_ELEMENT_NODE) && in xsltCopyText() 1317 if (node->type == XML_ELEMENT_NODE) { in xsltShallowCopyElem() 1601 case XML_ELEMENT_NODE: in xsltCopyTree() 1660 if (node->type == XML_ELEMENT_NODE) { in xsltCopyTree() 1874 case XML_ELEMENT_NODE: in xsltDefaultProcessOneNode() 1958 case XML_ELEMENT_NODE: in xsltDefaultProcessOneNode() 2384 if (cur->type == XML_ELEMENT_NODE) { in xsltApplySequenceConstructor() 3123 if ((cur->type != XML_ELEMENT_NODE) || in xsltApplyXSLTTemplate() 3895 case XML_ELEMENT_NODE: in xsltCopy() [all …]
|
H A D | pattern.c | 631 if ((node->type == XML_ELEMENT_NODE) && (node->name[0] == ' ')) in xsltTestStepMatch() 635 if (node->type != XML_ELEMENT_NODE) in xsltTestStepMatch() 677 if (node->type != XML_ELEMENT_NODE) in xsltTestStepMatch() 701 if (node->type != XML_ELEMENT_NODE) in xsltTestStepMatch() 714 if (node->type != XML_ELEMENT_NODE) in xsltTestStepMatch() 736 case XML_ELEMENT_NODE: in xsltTestStepMatch() 1042 if ((node->type == XML_ELEMENT_NODE) && in xsltTestCompMatch() 2286 case XML_ELEMENT_NODE: in xsltGetTemplate() 2340 case XML_ELEMENT_NODE: in xsltGetTemplate() 2474 case XML_ELEMENT_NODE: in xsltGetTemplate()
|
H A D | variables.c | 264 (((xmlNsPtr) cur)->next->type == XML_ELEMENT_NODE)) in xsltFlagRVTs() 1973 if ((ctxt == NULL) || (inst == NULL) || (inst->type != XML_ELEMENT_NODE)) in xsltParseStylesheetCallerParam() 2032 if ((cur == NULL) || (style == NULL) || (cur->type != XML_ELEMENT_NODE)) in xsltParseGlobalVariable() 2094 if ((cur == NULL) || (style == NULL) || (cur->type != XML_ELEMENT_NODE)) in xsltParseGlobalParam() 2157 if ((inst == NULL) || (ctxt == NULL) || (inst->type != XML_ELEMENT_NODE)) in xsltParseStylesheetVariable() 2199 if ((cur == NULL) || (ctxt == NULL) || (cur->type != XML_ELEMENT_NODE)) in xsltParseStylesheetParam()
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | tree.c | 3565 case XML_ELEMENT_NODE: in xmlChildElementCount() 3601 case XML_ELEMENT_NODE: in xmlFirstElementChild() 3637 case XML_ELEMENT_NODE: in xmlLastElementChild() 3672 case XML_ELEMENT_NODE: in xmlPreviousElementSibling() 8359 case XML_ELEMENT_NODE: in xmlDOMWrapRemoveNode() 8371 case XML_ELEMENT_NODE: in xmlDOMWrapRemoveNode() 8883 case XML_ELEMENT_NODE: in xmlDOMWrapReconcileNamespaces() 9201 case XML_ELEMENT_NODE: in xmlDOMWrapAdoptBranch() 9572 case XML_ELEMENT_NODE: in xmlDOMWrapCloneNode() 9663 case XML_ELEMENT_NODE: in xmlDOMWrapCloneNode() [all …]
|
H A D | xmlreader.c | 331 (cur->type != XML_ELEMENT_NODE) && in xmlTextReaderFreeNodeList() 412 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNode() 418 (cur->type != XML_ELEMENT_NODE) && in xmlTextReaderFreeNode() 424 if (((cur->type == XML_ELEMENT_NODE) || in xmlTextReaderFreeNode() 1191 case XML_ELEMENT_NODE: { in xmlTextReaderCollectSiblings() 1503 if ((node->type == XML_ELEMENT_NODE) && in xmlTextReaderRead() 1734 case XML_ELEMENT_NODE: in xmlTextReaderReadString() 2908 if (node->type != XML_ELEMENT_NODE) in xmlTextReaderAttributeCount() 2950 case XML_ELEMENT_NODE: in xmlTextReaderNodeType() 3110 case XML_ELEMENT_NODE: in xmlTextReaderName() [all …]
|
H A D | debugXML.c | 96 if ((node->type != XML_ELEMENT_NODE) && in xmlNsCheckScope() 105 ((node->type == XML_ELEMENT_NODE) || in xmlNsCheckScope() 109 if ((node->type == XML_ELEMENT_NODE) || in xmlNsCheckScope() 335 if (node->type == XML_ELEMENT_NODE) { in xmlCtxtGenericNodeCheck() 350 if ((node->type != XML_ELEMENT_NODE) && in xmlCtxtGenericNodeCheck() 361 case XML_ELEMENT_NODE: in xmlCtxtGenericNodeCheck() 884 case XML_ELEMENT_NODE: in xmlCtxtDumpOneNode() 1101 case XML_ELEMENT_NODE: in xmlCtxtDumpDocHead() 1606 case XML_ELEMENT_NODE: in xmlLsCountNode() 1659 case XML_ELEMENT_NODE: in xmlLsOneNode() [all …]
|
H A D | xpointer.c | 151 if ((cur->type == XML_ELEMENT_NODE) || in xmlXPtrGetArity() 173 if ((cur->type == XML_ELEMENT_NODE) || in xmlXPtrGetIndex() 199 if ((cur->type == XML_ELEMENT_NODE) || in xmlXPtrGetNthChild() 1615 case XML_ELEMENT_NODE: in xmlXPtrBuildNodeList() 1696 case XML_ELEMENT_NODE: in xmlXPtrNbLocChildren() 1699 if (node->type == XML_ELEMENT_NODE) in xmlXPtrNbLocChildren() 1987 case XML_ELEMENT_NODE: in xmlXPtrCoveringRange() 2108 case XML_ELEMENT_NODE: in xmlXPtrInsideRange() 2140 case XML_ELEMENT_NODE: in xmlXPtrInsideRange() 2284 if ((cur->type != XML_ELEMENT_NODE) && in xmlXPtrAdvanceNode() [all …]
|
H A D | HTMLtree.c | 58 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlGetMetaEncoding() 76 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlGetMetaEncoding() 94 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlGetMetaEncoding() 185 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlSetMetaEncoding() 203 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlSetMetaEncoding() 227 if ((cur->type == XML_ELEMENT_NODE) && (cur->name != NULL)) { in htmlSetMetaEncoding() 773 case XML_ELEMENT_NODE: in htmlNodeDumpFormatOutput()
|
H A D | pattern.c | 523 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch() 546 if ((node->type != XML_ELEMENT_NODE) && in xmlPatMatch() 555 if ((lst->type == XML_ELEMENT_NODE) && in xmlPatMatch() 656 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch() 669 if (node->type != XML_ELEMENT_NODE) in xmlPatMatch() 1616 XML_ELEMENT_NODE, flags); in xmlStreamCompile() 1675 XML_ELEMENT_NODE, flags); in xmlStreamCompile() 1684 XML_ELEMENT_NODE, flags); in xmlStreamCompile() 1692 XML_ELEMENT_NODE, flags); in xmlStreamCompile() 1865 if ((nodeType == XML_ELEMENT_NODE) && in xmlStreamPushInternal() [all …]
|
H A D | xinclude.c | 901 if ((cur->type == XML_ELEMENT_NODE) || in xmlXIncludeGetNthChild() 1161 case XML_ELEMENT_NODE: in xmlXIncludeCopyXPointer() 1178 case XML_ELEMENT_NODE: in xmlXIncludeCopyXPointer() 1636 case XML_ELEMENT_NODE: in xmlXIncludeLoadDoc() 1726 if (node->type == XML_ELEMENT_NODE) { in xmlXIncludeLoadDoc() 2151 if ((children->type == XML_ELEMENT_NODE) && in xmlXIncludeLoadNode() 2212 (cur->parent->type != XML_ELEMENT_NODE)) { in xmlXIncludeIncludeNode() 2217 if (tmp->type == XML_ELEMENT_NODE) in xmlXIncludeIncludeNode() 2301 if (node->type != XML_ELEMENT_NODE) in xmlXIncludeTestNode() 2322 if ((child->type == XML_ELEMENT_NODE) && in xmlXIncludeTestNode() [all …]
|
H A D | xpath.c | 173 case XML_ELEMENT_NODE: in xmlXPathCmpNodesExt() 244 case XML_ELEMENT_NODE: in xmlXPathCmpNodesExt() 6376 case XML_ELEMENT_NODE: in xmlXPathNodeValHash() 7747 case XML_ELEMENT_NODE: in xmlXPathNextChildElement() 7793 case XML_ELEMENT_NODE: 7808 case XML_ELEMENT_NODE: 8075 case XML_ELEMENT_NODE: in xmlXPathNextAncestor() 8708 case XML_ELEMENT_NODE: in xmlXPathLocalNameFunction() 8766 case XML_ELEMENT_NODE: in xmlXPathNamespaceURIFunction() 12277 case XML_ELEMENT_NODE: in xmlXPathNodeCollectAndTest() [all …]
|
H A D | c14n.c | 616 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NProcessNamespacesAxis() 723 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlExcC14NProcessNamespacesAxis() 1147 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NProcessAttrsAxis() 1368 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NCheckForRelativeNamespaces() 1425 if ((ctx == NULL) || (cur == NULL) || (cur->type != XML_ELEMENT_NODE)) { in xmlC14NProcessElementNode() 1539 case XML_ELEMENT_NODE: in xmlC14NProcessNode()
|
H A D | error.c | 275 if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) in xmlReportError() 529 ((i < 10) && (node != NULL) && (node->type != XML_ELEMENT_NODE)); in __xmlRaiseError() 536 if ((node != NULL) && (node->type == XML_ELEMENT_NODE)) in __xmlRaiseError()
|
H A D | relaxng.c | 45 (node->type == XML_ELEMENT_NODE) && \ 7054 if (cur->type == XML_ELEMENT_NODE) { in xmlRelaxNGCleanupTree() 7420 (cur->parent->type == XML_ELEMENT_NODE)) { in xmlRelaxNGCleanupTree() 8045 case XML_ELEMENT_NODE: in xmlRelaxNGValidateCompiledContent() 8221 if (node->type != XML_ELEMENT_NODE) { in xmlRelaxNGValidateProgressiveCallback() 9295 if ((node->type == XML_ELEMENT_NODE) && in xmlRelaxNGNodeMatchesList() 9409 } else if (cur->type == XML_ELEMENT_NODE) { in xmlRelaxNGValidateInterleave() 9942 if (node->type != XML_ELEMENT_NODE) { in xmlRelaxNGValidateState() 10884 ((node->type != XML_ELEMENT_NODE) && in xmlRelaxNGCleanPSVI() 10888 if (node->type == XML_ELEMENT_NODE) in xmlRelaxNGCleanPSVI() [all …]
|
H A D | xmlsave.c | 896 case XML_ELEMENT_NODE: in xmlNodeDumpOutputInternal() 1084 if (cur->type == XML_ELEMENT_NODE) { in xmlNodeDumpOutputInternal() 1289 if (node->type != XML_ELEMENT_NODE) in xhtmlIsEmpty() 1478 case XML_ELEMENT_NODE: in xhtmlNodeDumpOutput() 1718 if (cur->type == XML_ELEMENT_NODE) { in xhtmlNodeDumpOutput()
|
H A D | valid.c | 482 case XML_ELEMENT_NODE: in xmlValidPrintNode() 4939 ((NODE->type != XML_ELEMENT_NODE) && in xmlValidateElementType() 4956 ret = ((NODE->type == XML_ELEMENT_NODE) && in xmlValidateElementType() 4980 ((NODE->type != XML_ELEMENT_NODE) && in xmlValidateElementType() 5251 case XML_ELEMENT_NODE: in xmlSnprintfElements() 5377 case XML_ELEMENT_NODE: in xmlValidateElementContent() 5471 case XML_ELEMENT_NODE: in xmlValidateElementContent() 5613 (elem->type != XML_ELEMENT_NODE)) in xmlValidateOneCdataElement() 6096 case XML_ELEMENT_NODE: in xmlValidateOneElement() 6150 if (child->type == XML_ELEMENT_NODE) { in xmlValidateOneElement() [all …]
|
/reactos/sdk/include/reactos/libs/libxslt/ |
H A D | xsltutils.h | 52 (((n) != NULL) && ((n)->type == XML_ELEMENT_NODE) && \ 70 (((n)->type == XML_ELEMENT_NODE) || \
|
/reactos/dll/win32/msxml3/ |
H A D | node.c | 407 if (node->type == XML_ELEMENT_NODE) in node_get_inst_cnt() 757 case XML_ELEMENT_NODE: { in do_get_text() 826 case XML_ELEMENT_NODE: in do_get_text() 1879 case XML_ELEMENT_NODE: in unknode_get_nodeType() 2270 case XML_ELEMENT_NODE: in create_node()
|
H A D | xmlelem.c | 360 case XML_ELEMENT_NODE: in type_libxml_to_msxml() 419 if (This->node->type == XML_ELEMENT_NODE) in xmlelem_put_text()
|
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | tree.h | 160 XML_ELEMENT_NODE= 1, enumerator 516 ((n)->type == XML_ELEMENT_NODE ? NULL : (n)->content)
|