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

  /external/libxslt/libxslt/
attributes.c 310 if (style->attributeSets == NULL) {
315 style->attributeSets = xmlHashCreate(10);
317 if (style->attributeSets == NULL)
320 attrItems = xmlHashLookup2(style->attributeSets, ncname, prefix);
454 xmlHashUpdateEntry2(style->attributeSets, ncname, prefix, attrItems, NULL);
476 values = xmlHashLookup2(style->attributeSets, name, ns);
552 ret = xmlHashAddEntry2(style->attributeSets, name, ns, values);
562 topSet = xmlHashLookup2(style->attributeSets, name, ns);
569 xmlHashUpdateEntry2(style->attributeSets, name, ns, topSet, NULL);
600 if (cur->attributeSets != NULL)
    [all...]
xsltInternals.h     [all...]

Completed in 203 milliseconds