HomeSort by relevance Sort by last modified time
    Searched full:copyns (Results 1 - 3 of 3) sorted by null

  /external/libxslt/libxslt/
templates.c 621 xmlNsPtr origNs = NULL, copyNs = NULL;
710 copyNs = xsltGetSpecialNamespace(ctxt, attr->parent,
713 copyNs = xsltGetNamespace(ctxt, attr->parent,
716 if (copyNs == NULL)
719 copyNs = NULL;
721 copy->ns = copyNs;
transform.c 1087 xmlNsPtr origNs = NULL, copyNs = NULL;
1102 copyNs = xsltGetSpecialNamespace(ctxt, invocNode,
1104 if (copyNs == NULL)
1107 copyNs = NULL;
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/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]

Completed in 217 milliseconds