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

/external/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.c1069 cur = node->nsDef;
2136 if (isLRE && (elem->nsDef != NULL)) {
2138 tmpns = elem->nsDef;
2515 ns = node->nsDef;
3498 if ((cur->nsDef != NULL) && (style->exclPrefixNr > 0)) {
3499 xmlNsPtr ns = cur->nsDef, prev = NULL, next;
3518 cur->nsDef = ns->next;
3522 ns->next = root->nsDef;
3523 root->nsDef = ns;
3648 xmlNsPtr ns = cur->nsDef;
[all...]
H A Dtransform.c1178 if (node->nsDef != NULL) {
1184 xsltCopyNamespaceList(ctxt, copy, node->nsDef);
1186 xsltCopyNamespaceListInternal(copy, node->nsDef);
1392 if (insert->nsDef != NULL) {
1393 tmpns = insert->nsDef;
1538 * (node->nsDef entries).
1584 } else if (node->nsDef != NULL) {
1588 if (node->nsDef != NULL) {
1590 xsltCopyNamespaceList(ctxt, copy, node->nsDef);
1592 xsltCopyNamespaceListInternal(copy, node->nsDef);
[all...]
/external/libxml2/
H A Dtree.c759 if (node->nsDef == NULL) {
760 node->nsDef = cur;
762 xmlNsPtr prev = node->nsDef;
3639 (cur->nsDef != NULL))
3640 xmlFreeNsList(cur->nsDef);
3725 (cur->nsDef != NULL))
3726 xmlFreeNsList(cur->nsDef);
4185 (node->type == XML_XINCLUDE_START)) && (node->nsDef != NULL))
4186 ret->nsDef = xmlCopyNamespaceList(node->nsDef);
[all...]
H A Dxmlreader.c381 (cur->nsDef != NULL))
382 xmlFreeNsList(cur->nsDef);
456 (cur->nsDef != NULL))
457 xmlFreeNsList(cur->nsDef);
2318 ns = reader->node->nsDef;
2374 ns = reader->node->nsDef;
2390 ns = reader->node->nsDef;
2443 ns = reader->node->nsDef;
2562 ns = reader->node->nsDef;
2617 ns = reader->node->nsDef;
[all...]
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.c866 if (cur->nsDef)
867 xmlNsListDumpOutput(buf, cur->nsDef);
H A Dxmlsave.c957 if (cur->nsDef)
958 xmlNsListDumpOutputCtxt(ctxt, cur->nsDef);
1486 if (cur->nsDef)
1487 xmlNsListDumpOutputCtxt(ctxt, cur->nsDef);
1489 (cur->ns == NULL) && (cur->nsDef == NULL))) {
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 DSAX2.c1837 /* store the string in the node overrithing properties and nsDef */
2258 ret->nsDef = last = ns;
H A Dcatalog.c684 catalog->nsDef = ns;
H A Drelaxng.c7348 * Since we are about to delete cur, if it's nsDef is non-NULL we
7354 if (cur->nsDef != NULL) {
7355 xmlNsPtr parDef = (xmlNsPtr)&cur->parent->nsDef;
7358 parDef->next = cur->nsDef;
7359 cur->nsDef = NULL;
H A Dxmllint.c1996 for (ns = root->nsDef, i = 0;ns != NULL && i < 20;ns=ns->next) {
H A Dparser.c13095 xmlNsPtr ns = cur->nsDef;
/external/libxml2/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 451 milliseconds