HomeSort by relevance Sort by last modified time
    Searched refs:nsDef (Results 1 - 17 of 17) sorted by null

  /external/libxml2/
tree.c 775 if (node->nsDef == NULL) {
776 node->nsDef = cur;
778 xmlNsPtr prev = node->nsDef;
    [all...]
testC14N.c 297 ns = node->nsDef;
xmlreader.c 394 (cur->nsDef != NULL))
395 xmlFreeNsList(cur->nsDef);
472 (cur->nsDef != NULL))
473 xmlFreeNsList(cur->nsDef);
    [all...]
debugXML.c 115 cur = node->nsDef;
342 ns = node->nsDef;
1025 if ((node->type == XML_ELEMENT_NODE) && (node->nsDef != NULL))
1026 xmlCtxtDumpNamespaceList(ctxt, node->nsDef);
    [all...]
xmlsave.c 1052 if (cur->nsDef)
1053 xmlNsListDumpOutputCtxt(ctxt, cur->nsDef);
    [all...]
c14n.c 634 for(ns = n->nsDef; ns != NULL; ns = ns->next) {
    [all...]
valid.c     [all...]
runtest.c     [all...]
rngparser.c 91 xmlNsPtr nsDef;
    [all...]
SAX2.c     [all...]
catalog.c 693 catalog->nsDef = ns;
    [all...]
relaxng.c     [all...]
xmllint.c     [all...]
parser.c     [all...]
testapi.c 90 api_ns = api_root->nsDef;
    [all...]
  /external/libxml2/python/
libxml.c     [all...]
  /external/libxml2/include/libxml/
tree.h 504 xmlNs *nsDef; /* namespace definitions on this node */
626 * (Note that this is not intended for elem->nsDef).
    [all...]

Completed in 495 milliseconds