Home
last modified time | relevance | path

Searched refs:nsDef (Results 1 – 20 of 20) sorted by relevance

/reactos/dll/3rdparty/libxslt/
H A Dnamespaces.c338 if (target->nsDef != NULL) { in xsltGetSpecialNamespace()
339 ns = target->nsDef; in xsltGetSpecialNamespace()
405 if (target->nsDef != NULL) { in xsltGetSpecialNamespace()
406 ns = target->nsDef; in xsltGetSpecialNamespace()
H A Dxslt.c1101 cur = node->nsDef; in xsltGetInheritedNsList()
2190 tmpns = elem->nsDef; in xsltLREBuildEffectiveNsNodes()
2567 ns = node->nsDef; in xsltCompilerBuildInScopeNsList()
3569 cur->nsDef = ns->next; in xsltPreprocessStylesheet()
3573 ns->next = root->nsDef; in xsltPreprocessStylesheet()
3574 root->nsDef = ns; in xsltPreprocessStylesheet()
3695 xmlNsPtr ns = cur->nsDef; in xsltGatherNamespaces()
3912 if (elem->nsDef != NULL) in xsltParseAnyXSLTElem()
4376 if (node->nsDef != NULL) in xsltParseUnknownXSLTElem()
4600 if (cur->nsDef != NULL) in xsltParseSequenceConstructor()
[all …]
H A Dtransform.c1321 if (node->nsDef != NULL) { in xsltShallowCopyElem()
1327 xsltCopyNamespaceList(ctxt, copy, node->nsDef); in xsltShallowCopyElem()
1329 xsltCopyNamespaceListInternal(copy, node->nsDef); in xsltShallowCopyElem()
1535 if (insert->nsDef != NULL) { in xsltShallowCopyNsNode()
1536 tmpns = insert->nsDef; in xsltShallowCopyNsNode()
1731 } else if (node->nsDef != NULL) { in xsltCopyTree()
1735 if (node->nsDef != NULL) { in xsltCopyTree()
1737 xsltCopyNamespaceList(ctxt, copy, node->nsDef); in xsltCopyTree()
1739 xsltCopyNamespaceListInternal(copy, node->nsDef); in xsltCopyTree()
2479 copy->nsDef = ns; in xsltApplySequenceConstructor()
[all …]
/reactos/sdk/lib/3rdparty/libxml2/
H A Dtree.c773 node->nsDef = cur; in xmlNewNs()
3791 (cur->nsDef != NULL)) in xmlFreeNodeList()
4358 ret->nsDef = xmlCopyNamespaceList(node->nsDef); in xmlStaticCopyNode()
6145 node->nsDef = cur; in xmlSearchNs()
6167 cur = node->nsDef; in xmlSearchNs()
8219 ns = cur->nsDef; in xmlDOMWrapNSNormGatherInScopeNs()
8373 ns = node->nsDef; in xmlDOMWrapRemoveNode()
8596 ns = cur->nsDef; in xmlSearchNsByPrefixStrict()
8674 elem->nsDef = ret; in xmlDOMWrapNSNormDeclareNsForced()
8892 ns = cur->nsDef; in xmlDOMWrapReconcileNamespaces()
[all …]
H A Dxmlreader.c340 (cur->nsDef != NULL)) in xmlTextReaderFreeNodeList()
341 xmlFreeNsList(cur->nsDef); in xmlTextReaderFreeNodeList()
427 (cur->nsDef != NULL)) in xmlTextReaderFreeNode()
428 xmlFreeNsList(cur->nsDef); in xmlTextReaderFreeNode()
2283 ns = reader->node->nsDef; in xmlTextReaderGetAttributeNo()
2339 ns = reader->node->nsDef; in xmlTextReaderGetAttribute()
2355 ns = reader->node->nsDef; in xmlTextReaderGetAttribute()
2408 ns = reader->node->nsDef; in xmlTextReaderGetAttributeNs()
2614 ns = reader->node->nsDef; in xmlTextReaderMoveToAttribute()
2684 ns = reader->node->nsDef; in xmlTextReaderMoveToAttributeNs()
[all …]
H A DdebugXML.c111 cur = node->nsDef; in xmlNsCheckScope()
338 ns = node->nsDef; in xmlCtxtGenericNodeCheck()
1018 if ((node->type == XML_ELEMENT_NODE) && (node->nsDef != NULL)) in xmlCtxtDumpOneNode()
1019 xmlCtxtDumpNamespaceList(ctxt, node->nsDef); in xmlCtxtDumpOneNode()
1709 if (node->nsDef != NULL) in xmlLsOneNode()
2163 (root->nsDef == NULL) || (ctxt == NULL) || (ctxt->pctxt == NULL)) in xmlShellRegisterRootNamespaces()
2165 ns = root->nsDef; in xmlShellRegisterRootNamespaces()
H A Dxmlsave.c920 if (cur->nsDef) in xmlNodeDumpOutputInternal()
921 xmlNsListDumpOutputCtxt(ctxt, cur->nsDef); in xmlNodeDumpOutputInternal()
1494 if (cur->nsDef) in xhtmlNodeDumpOutput()
1495 xmlNsListDumpOutputCtxt(ctxt, cur->nsDef); in xhtmlNodeDumpOutput()
1497 (cur->ns == NULL) && (cur->nsDef == NULL))) { in xhtmlNodeDumpOutput()
H A DHTMLtree.c798 if (cur->nsDef) in htmlNodeDumpFormatOutput()
799 xmlNsListDumpOutput(buf, cur->nsDef); in htmlNodeDumpFormatOutput()
H A Dc14n.c632 for(ns = n->nsDef; ns != NULL; ns = ns->next) { in xmlC14NProcessNamespacesAxis()
1373 ns = cur->nsDef; in xmlC14NCheckForRelativeNamespaces()
H A Dvalid.c6259 ns = elem->nsDef; in xmlValidateOneElement()
6268 ns = elem->nsDef; in xmlValidateOneElement()
6343 ns = elem->nsDef; in xmlValidateOneElement()
6360 ns = elem->nsDef; in xmlValidateOneElement()
6497 ns = elem->nsDef; in xmlValidateElement()
H A Drelaxng.c7401 if ((cur->nsDef != NULL) && (cur->parent != NULL)) { in xmlRelaxNGCleanupTree()
7402 xmlNsPtr parDef = (xmlNsPtr)&cur->parent->nsDef; in xmlRelaxNGCleanupTree()
7405 parDef->next = cur->nsDef; in xmlRelaxNGCleanupTree()
7406 cur->nsDef = NULL; in xmlRelaxNGCleanupTree()
H A Dcatalog.c685 catalog->nsDef = ns; in xmlDumpXMLCatalog()
H A Dxmllint.c1968 for (ns = root->nsDef, i = 0;ns != NULL && i < 20;ns=ns->next) { in walkDoc()
H A DSAX2.c2303 ret->nsDef = last = ns; in xmlSAX2StartElementNs()
H A Dparser.c13609 xmlNsPtr ns = cur->nsDef; in xmlParseInNodeContext()
H A DNEWS122 - Don't reset nsDef when changing node content
/reactos/dll/win32/msxml3/
H A Delement.c1782 if (!node->nsDef) in domelem_get_item()
1786 ns = node->nsDef; in domelem_get_item()
1835 ns = node->nsDef; in domelem_get_length()
H A Dxdr.c121 for (ns = node->nsDef; ns != NULL; ns = ns->next)
H A Dschema.c858 for (ns = root->nsDef; ns != NULL; ns = ns->next) in link_datatypes()
/reactos/sdk/include/reactos/libs/libxml/
H A Dtree.h504 xmlNs *nsDef; /* namespace definitions on this node */ member