Searched refs:nsDef (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dnamespaces.c376 if (target->nsDef != NULL) {
377 ns = target->nsDef;
443 if (target->nsDef != NULL) {
444 ns = target->nsDef;
H A Dxslt.c1079 cur = node->nsDef;
2146 if (isLRE && (elem->nsDef != NULL)) {
2148 tmpns = elem->nsDef;
2525 ns = node->nsDef;
3508 if ((cur->nsDef != NULL) && (style->exclPrefixNr > 0)) {
3509 xmlNsPtr ns = cur->nsDef, prev = NULL, next;
3528 cur->nsDef = ns->next;
3532 ns->next = root->nsDef;
3533 root->nsDef = ns;
3658 xmlNsPtr ns = cur->nsDef;
[all...]
H A Dtransform.c1230 if (node->nsDef != NULL) {
1236 xsltCopyNamespaceList(ctxt, copy, node->nsDef);
1238 xsltCopyNamespaceListInternal(copy, node->nsDef);
1444 if (insert->nsDef != NULL) {
1445 tmpns = insert->nsDef;
1590 * (node->nsDef entries).
1636 } else if (node->nsDef != NULL) {
1640 if (node->nsDef != NULL) {
1642 xsltCopyNamespaceList(ctxt, copy, node->nsDef);
1644 xsltCopyNamespaceListInternal(copy, node->nsDef);
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dtree.c766 if (node->nsDef == NULL) {
767 node->nsDef = cur;
769 xmlNsPtr prev = node->nsDef;
3670 (cur->nsDef != NULL))
3671 xmlFreeNsList(cur->nsDef);
3756 (cur->nsDef != NULL))
3757 xmlFreeNsList(cur->nsDef);
4225 (node->type == XML_XINCLUDE_START)) && (node->nsDef != NULL))
4226 ret->nsDef = xmlCopyNamespaceList(node->nsDef);
[all...]
H A DtestC14N.c297 ns = node->nsDef;
H A Dxmlreader.c384 (cur->nsDef != NULL))
385 xmlFreeNsList(cur->nsDef);
459 (cur->nsDef != NULL))
460 xmlFreeNsList(cur->nsDef);
2335 ns = reader->node->nsDef;
2391 ns = reader->node->nsDef;
2407 ns = reader->node->nsDef;
2460 ns = reader->node->nsDef;
2579 ns = reader->node->nsDef;
2634 ns = reader->node->nsDef;
[all...]
H A DdebugXML.c115 cur = node->nsDef;
340 ns = node->nsDef;
1023 if ((node->type == XML_ELEMENT_NODE) && (node->nsDef != NULL))
1024 xmlCtxtDumpNamespaceList(ctxt, node->nsDef);
1716 if (node->nsDef != NULL)
2168 (root->nsDef == NULL) || (ctxt == NULL) || (ctxt->pctxt == NULL))
2170 ns = root->nsDef;
H A DHTMLtree.c890 if (cur->nsDef)
891 xmlNsListDumpOutput(buf, cur->nsDef);
H A Dxmlsave.c1052 if (cur->nsDef)
1053 xmlNsListDumpOutputCtxt(ctxt, cur->nsDef);
1585 if (cur->nsDef)
1586 xmlNsListDumpOutputCtxt(ctxt, cur->nsDef);
1588 (cur->ns == NULL) && (cur->nsDef == NULL))) {
H A Dc14n.c625 for(ns = n->nsDef; ns != NULL; ns = ns->next) {
1362 ns = cur->nsDef;
H A Dvalid.c6168 ns = elem->nsDef;
6177 ns = elem->nsDef;
6252 ns = elem->nsDef;
6269 ns = elem->nsDef;
6406 ns = elem->nsDef;
H A Druntest.c3483 for (ns = root->nsDef, j = 0;ns != NULL && j < 20;ns=ns->next) {
3609 ns = node->nsDef;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtree.c748 if (node->nsDef == NULL) {
749 node->nsDef = cur;
751 xmlNsPtr prev = node->nsDef;
3628 (cur->nsDef != NULL))
3629 xmlFreeNsList(cur->nsDef);
3714 (cur->nsDef != NULL))
3715 xmlFreeNsList(cur->nsDef);
4172 (node->type == XML_XINCLUDE_START)) && (node->nsDef != NULL))
4173 ret->nsDef = xmlCopyNamespaceList(node->nsDef);
[all...]
H A DtestC14N.c291 ns = node->nsDef;
H A Dxmlreader.c381 (cur->nsDef != NULL))
382 xmlFreeNsList(cur->nsDef);
456 (cur->nsDef != NULL))
457 xmlFreeNsList(cur->nsDef);
2314 ns = reader->node->nsDef;
2370 ns = reader->node->nsDef;
2386 ns = reader->node->nsDef;
2439 ns = reader->node->nsDef;
2558 ns = reader->node->nsDef;
2613 ns = reader->node->nsDef;
[all...]
H A Dxmlsave.c889 if (cur->nsDef)
890 xmlNsListDumpOutput(buf, cur->nsDef);
1412 if (cur->nsDef)
1413 xmlNsListDumpOutput(buf, cur->nsDef);
1415 (cur->ns == NULL) && (cur->nsDef == NULL))) {
H A DdebugXML.c115 cur = node->nsDef;
340 ns = node->nsDef;
1024 if ((node->type == XML_ELEMENT_NODE) && (node->nsDef != NULL))
1025 xmlCtxtDumpNamespaceList(ctxt, node->nsDef);
1717 if (node->nsDef != NULL)
2166 (root->nsDef == NULL) || (ctxt == NULL) || (ctxt->pctxt == NULL))
2168 ns = root->nsDef;
H A DHTMLtree.c868 if (cur->nsDef)
869 xmlNsListDumpOutput(buf, cur->nsDef);
H A Dc14n.c623 for(ns = n->nsDef; ns != NULL; ns = ns->next) {
1360 ns = cur->nsDef;
H A Dvalid.c6167 ns = elem->nsDef;
6176 ns = elem->nsDef;
6251 ns = elem->nsDef;
6268 ns = elem->nsDef;
6404 ns = elem->nsDef;
H A Druntest.c3485 for (ns = root->nsDef, j = 0;ns != NULL && j < 20;ns=ns->next) {
3611 ns = node->nsDef;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dlibxml.c2671 c_retval = node->nsDef;
2698 ns = node->nsDef;
2699 node->nsDef = NULL;
2704 ns = node->nsDef;
2710 node->nsDef = ns->next;
/macosx-10.10.1/libxml2-26/libxml2/python/
H A Dlibxml.c2854 c_retval = node->nsDef;
2881 ns = node->nsDef;
2882 node->nsDef = NULL;
2887 ns = node->nsDef;
2893 node->nsDef = ns->next;
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dtree.h503 xmlNs *nsDef; /* namespace definitions on this node */ member in struct:_xmlNode
625 * (Note that this is not intended for elem->nsDef).
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dtree.h465 xmlNs *nsDef; /* namespace definitions on this node */ member in struct:_xmlNode
587 * (Note that this is not intended for elem->nsDef).

Completed in 434 milliseconds

12