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

  /external/libxslt/libxslt/
attributes.c 550 xsltAttrElemPtr topSet;
562 topSet = xmlHashLookup2(style->attributeSets, name, ns);
563 if (topSet==NULL) {
568 topSet = xsltMergeAttrElemList(style, topSet, values);
569 xmlHashUpdateEntry2(style->attributeSets, name, ns, topSet, NULL);

Completed in 76 milliseconds