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

  /external/libxml2/
tree.c 747 if (node->nsDef == NULL) {
748 node->nsDef = cur;
750 xmlNsPtr prev = node->nsDef;
    [all...]
xmlreader.c 381 (cur->nsDef != NULL))
382 xmlFreeNsList(cur->nsDef);
456 (cur->nsDef != NULL))
457 xmlFreeNsList(cur->nsDef);
    [all...]
xmlsave.c 889 if (cur->nsDef)
890 xmlNsListDumpOutput(buf, cur->nsDef);
    [all...]
debugXML.c 115 cur = node->nsDef;
338 ns = node->nsDef;
1022 if ((node->type == XML_ELEMENT_NODE) && (node->nsDef != NULL))
1023 xmlCtxtDumpNamespaceList(ctxt, node->nsDef);
    [all...]
HTMLtree.c 859 if (cur->nsDef)
860 xmlNsListDumpOutput(buf, cur->nsDef);
c14n.c 620 for(ns = n->nsDef; ns != NULL; ns = ns->next) {
1066 ns = cur->nsDef;
    [all...]
valid.c     [all...]
SAX2.c     [all...]
catalog.c 684 catalog->nsDef = ns;
    [all...]
relaxng.c     [all...]
xmllint.c     [all...]
parser.c     [all...]
  /external/libxml2/include/libxml/
tree.h 465 xmlNs *nsDef; /* namespace definitions on this node */
587 * (Note that this is not intended for elem->nsDef).
    [all...]

Completed in 6287 milliseconds