Searched refs:nsDef (Results 1 – 18 of 18) sorted by relevance
769 if (node->nsDef == NULL) { in xmlNewNs()770 node->nsDef = cur; in xmlNewNs()772 xmlNsPtr prev = node->nsDef; in xmlNewNs()3698 (cur->nsDef != NULL)) in xmlFreeNodeList()3699 xmlFreeNsList(cur->nsDef); in xmlFreeNodeList()3784 (cur->nsDef != NULL)) in xmlFreeNode()3785 xmlFreeNsList(cur->nsDef); in xmlFreeNode()4253 (node->type == XML_XINCLUDE_START)) && (node->nsDef != NULL)) in xmlStaticCopyNode()4254 ret->nsDef = xmlCopyNamespaceList(node->nsDef); in xmlStaticCopyNode()5655 cur->nsDef = NULL; in xmlNodeSetContent()[all …]
394 (cur->nsDef != NULL)) in xmlTextReaderFreeNodeList()395 xmlFreeNsList(cur->nsDef); in xmlTextReaderFreeNodeList()472 (cur->nsDef != NULL)) in xmlTextReaderFreeNode()473 xmlFreeNsList(cur->nsDef); in xmlTextReaderFreeNode()2352 ns = reader->node->nsDef; in xmlTextReaderGetAttributeNo()2408 ns = reader->node->nsDef; in xmlTextReaderGetAttribute()2424 ns = reader->node->nsDef; in xmlTextReaderGetAttribute()2477 ns = reader->node->nsDef; in xmlTextReaderGetAttributeNs()2596 ns = reader->node->nsDef; in xmlTextReaderMoveToAttributeNo()2651 ns = reader->node->nsDef; in xmlTextReaderMoveToAttribute()[all …]
115 cur = node->nsDef; in xmlNsCheckScope()342 ns = node->nsDef; in xmlCtxtGenericNodeCheck()1025 if ((node->type == XML_ELEMENT_NODE) && (node->nsDef != NULL)) in xmlCtxtDumpOneNode()1026 xmlCtxtDumpNamespaceList(ctxt, node->nsDef); in xmlCtxtDumpOneNode()1718 if (node->nsDef != NULL) in xmlLsOneNode()2170 (root->nsDef == NULL) || (ctxt == NULL) || (ctxt->pctxt == NULL)) in xmlShellRegisterRootNamespaces()2172 ns = root->nsDef; in xmlShellRegisterRootNamespaces()
297 ns = node->nsDef; in load_xpath_expr()
1052 if (cur->nsDef) in xmlNodeDumpOutputInternal()1053 xmlNsListDumpOutputCtxt(ctxt, cur->nsDef); in xmlNodeDumpOutputInternal()1585 if (cur->nsDef) in xhtmlNodeDumpOutput()1586 xmlNsListDumpOutputCtxt(ctxt, cur->nsDef); in xhtmlNodeDumpOutput()1588 (cur->ns == NULL) && (cur->nsDef == NULL))) { in xhtmlNodeDumpOutput()
626 for(ns = n->nsDef; ns != NULL; ns = ns->next) { in xmlC14NProcessNamespacesAxis()1363 ns = cur->nsDef; in xmlC14NCheckForRelativeNamespaces()
6169 ns = elem->nsDef; in xmlValidateOneElement()6178 ns = elem->nsDef; in xmlValidateOneElement()6253 ns = elem->nsDef; in xmlValidateOneElement()6270 ns = elem->nsDef; in xmlValidateOneElement()6407 ns = elem->nsDef; in xmlValidateElement()
3544 for (ns = root->nsDef, j = 0;ns != NULL && j < 20;ns=ns->next) { in patternTest()3670 ns = node->nsDef; in load_xpath_expr()
91 xmlNsPtr nsDef; member
7363 if ((cur->nsDef != NULL) && (cur->parent != NULL)) { in xmlRelaxNGCleanupTree()7364 xmlNsPtr parDef = (xmlNsPtr)&cur->parent->nsDef; in xmlRelaxNGCleanupTree()7367 parDef->next = cur->nsDef; in xmlRelaxNGCleanupTree()7368 cur->nsDef = NULL; in xmlRelaxNGCleanupTree()
688 catalog->nsDef = ns; in xmlDumpXMLCatalog()
2011 for (ns = root->nsDef, i = 0;ns != NULL && i < 20;ns=ns->next) { in walkDoc()
2304 ret->nsDef = last = ns; in xmlSAX2StartElementNs()
13903 xmlNsPtr ns = cur->nsDef; in xmlParseInNodeContext()
90 api_ns = api_root->nsDef; in get_api_ns()
2855 c_retval = node->nsDef; in libxml_xmlNodeGetNsDefs()2882 ns = node->nsDef; in libxml_xmlNodeRemoveNsDef()2883 node->nsDef = NULL; in libxml_xmlNodeRemoveNsDef()2888 ns = node->nsDef; in libxml_xmlNodeRemoveNsDef()2894 node->nsDef = ns->next; in libxml_xmlNodeRemoveNsDef()
504 xmlNs *nsDef; /* namespace definitions on this node */ member
514 d nsDef like(xmlNsPtr) Node ns definitions