Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dattributes.c310 if (style->attributeSets == NULL) { in xsltParseStylesheetAttributeSet()
315 style->attributeSets = xmlHashCreate(10); in xsltParseStylesheetAttributeSet()
317 if (style->attributeSets == NULL) in xsltParseStylesheetAttributeSet()
320 attrItems = xmlHashLookup2(style->attributeSets, ncname, prefix); in xsltParseStylesheetAttributeSet()
454 xmlHashUpdateEntry2(style->attributeSets, ncname, prefix, attrItems, NULL); in xsltParseStylesheetAttributeSet()
476 values = xmlHashLookup2(style->attributeSets, name, ns); in xsltGetSAS()
552 ret = xmlHashAddEntry2(style->attributeSets, name, ns, values); in xsltMergeSASCallback()
562 topSet = xmlHashLookup2(style->attributeSets, name, ns); in xsltMergeSASCallback()
569 xmlHashUpdateEntry2(style->attributeSets, name, ns, topSet, NULL); in xsltMergeSASCallback()
600 if (cur->attributeSets != NULL) { in xsltResolveStylesheetAttributeSet()
[all …]
DxsltInternals.h1529 xmlHashTablePtr attributeSets;/* the attribute sets hash tables */ member