/reactos/dll/3rdparty/libxslt/ |
H A D | namespaces.c | 338 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 D | xslt.c | 1101 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 D | transform.c | 1321 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 D | tree.c | 773 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 D | xmlreader.c | 340 (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 D | debugXML.c | 111 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 D | xmlsave.c | 920 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 D | HTMLtree.c | 798 if (cur->nsDef) in htmlNodeDumpFormatOutput() 799 xmlNsListDumpOutput(buf, cur->nsDef); in htmlNodeDumpFormatOutput()
|
H A D | c14n.c | 632 for(ns = n->nsDef; ns != NULL; ns = ns->next) { in xmlC14NProcessNamespacesAxis() 1373 ns = cur->nsDef; in xmlC14NCheckForRelativeNamespaces()
|
H A D | valid.c | 6259 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 D | relaxng.c | 7401 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 D | catalog.c | 685 catalog->nsDef = ns; in xmlDumpXMLCatalog()
|
H A D | xmllint.c | 1968 for (ns = root->nsDef, i = 0;ns != NULL && i < 20;ns=ns->next) { in walkDoc()
|
H A D | SAX2.c | 2303 ret->nsDef = last = ns; in xmlSAX2StartElementNs()
|
H A D | parser.c | 13609 xmlNsPtr ns = cur->nsDef; in xmlParseInNodeContext()
|
H A D | NEWS | 122 - Don't reset nsDef when changing node content
|
/reactos/dll/win32/msxml3/ |
H A D | element.c | 1782 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 D | xdr.c | 121 for (ns = node->nsDef; ns != NULL; ns = ns->next)
|
H A D | schema.c | 858 for (ns = root->nsDef; ns != NULL; ns = ns->next) in link_datatypes()
|
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | tree.h | 504 xmlNs *nsDef; /* namespace definitions on this node */ member
|