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

  /external/libxslt/libxslt/
templates.c 529 ret = xmlNewNsProp(target,
533 ret = xmlNewNsProp(target, NULL, attr->name, NULL);
transform.c 1115 copy = xmlNewNsProp(target, copyNs, attr->name,
1119 copy = xmlNewNsProp(target, copyNs, attr->name, BAD_CAST value);
1122 copy = xmlNewNsProp(target, copyNs, attr->name, NULL);
    [all...]
  /external/libxml2/include/libxml/
tree.h 750 xmlNewNsProp (xmlNodePtr node,
    [all...]
  /external/libxml2/
elfgcchack.h     [all...]
tree.c     [all...]
xmlschemas.c     [all...]

Completed in 250 milliseconds