Searched refs:attributeSets (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dattributes.c310 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 !
[all...]
H A DxsltInternals.h1429 xmlHashTablePtr attributeSets;/* the attribute sets hash tables */ member in struct:_xsltStylesheet

Completed in 56 milliseconds