Searched refs:attrItems (Results 1 – 1 of 1) sorted by relevance
294 xsltAttrElemPtr attrItems; in xsltParseStylesheetAttributeSet() local320 attrItems = xmlHashLookup2(style->attributeSets, ncname, prefix); in xsltParseStylesheetAttributeSet()362 if (attrItems == NULL) { in xsltParseStylesheetAttributeSet()363 attrItems = xsltNewAttrElem(child); in xsltParseStylesheetAttributeSet()365 curAttr = attrItems; in xsltParseStylesheetAttributeSet()375 attrItems = curAttr; in xsltParseStylesheetAttributeSet()395 attrItems = xsltAddAttrElemList(attrItems, child); in xsltParseStylesheetAttributeSet()435 attrItems = xsltMergeAttrElemList(style, in xsltParseStylesheetAttributeSet()436 attrItems, refAttrItems); in xsltParseStylesheetAttributeSet()452 if (attrItems == NULL) in xsltParseStylesheetAttributeSet()[all …]