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

  /external/libxslt/libxslt/
attributes.c 927 attr = xmlSetNsProp(ctxt->insert, ns, name, (const xmlChar *) "");
935 * xmlSetNsProp() will take care of duplicates.
937 attr = xmlSetNsProp(ctxt->insert, ns, name, NULL);
994 attr = xmlSetNsProp(ctxt->insert, ns, name, value);
1002 attr = xmlSetNsProp(ctxt->insert, ns, name,
transform.c 1021 * Note that xmlSetNsProp() will take care of duplicates
1024 copy = xmlSetNsProp(target, ns, attr->name, value);
1026 copy = xmlSetNsProp(target, NULL, attr->name, value);
    [all...]
  /external/libxml2/
tree.c     [all...]
catalog.c 569 xmlSetNsProp(node, xns, BAD_CAST "base",
    [all...]
elfgcchack.h     [all...]
  /external/libxml2/include/libxml/
tree.h 972 xmlSetNsProp (xmlNodePtr node,
    [all...]

Completed in 382 milliseconds