Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c769 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 …]
Dxmlreader.c394 (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 …]
DdebugXML.c115 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()
DtestC14N.c297 ns = node->nsDef; in load_xpath_expr()
Dxmlsave.c1052 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()
Dc14n.c626 for(ns = n->nsDef; ns != NULL; ns = ns->next) { in xmlC14NProcessNamespacesAxis()
1363 ns = cur->nsDef; in xmlC14NCheckForRelativeNamespaces()
Dvalid.c6169 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()
Druntest.c3544 for (ns = root->nsDef, j = 0;ns != NULL && j < 20;ns=ns->next) { in patternTest()
3670 ns = node->nsDef; in load_xpath_expr()
Drngparser.c91 xmlNsPtr nsDef; member
Drelaxng.c7363 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()
Dcatalog.c688 catalog->nsDef = ns; in xmlDumpXMLCatalog()
Dxmllint.c2011 for (ns = root->nsDef, i = 0;ns != NULL && i < 20;ns=ns->next) { in walkDoc()
DSAX2.c2304 ret->nsDef = last = ns; in xmlSAX2StartElementNs()
Dparser.c13903 xmlNsPtr ns = cur->nsDef; in xmlParseInNodeContext()
Dtestapi.c90 api_ns = api_root->nsDef; in get_api_ns()
/external/libxml2/python/
Dlibxml.c2855 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()
/external/libxml2/include/libxml/
Dtree.h504 xmlNs *nsDef; /* namespace definitions on this node */ member
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle514 d nsDef like(xmlNsPtr) Node ns definitions