ReactOS 0.4.16-dev-109-gf4cb10f
|
Go to the source code of this file.
XSLTPUBFUN void XSLTCALL xsltApplyAttributeSet | ( | xsltTransformContextPtr | ctxt, |
xmlNodePtr | node, | ||
xmlNodePtr | inst, | ||
const xmlChar * | attrSets | ||
) |
xsltApplyAttributeSet: @ctxt: the XSLT stylesheet @node: the node in the source tree. @inst: the attribute node "xsl:use-attribute-sets" @attrSets: the list of QNames of the attribute-sets to be applied
Apply the xsl:use-attribute-sets. If @attrSets is NULL, then @inst will be used to exctract this value. If both, @attrSets and @inst, are NULL, then this will do nothing.
Definition at line 1086 of file attributes.c.
Referenced by xsltAttrListTemplateProcess(), xsltCopy(), and xsltElement().
XSLTPUBFUN void XSLTCALL xsltFreeAttributeSetsHashes | ( | xsltStylesheetPtr | style | ) |
xsltFreeAttributeSetsHashes: @style: an XSLT stylesheet
Free up the memory used by attribute sets
Definition at line 1205 of file attributes.c.
Referenced by xsltFreeStylesheet().
XSLTPUBFUN void XSLTCALL xsltParseStylesheetAttributeSet | ( | xsltStylesheetPtr | style, |
xmlNodePtr | cur | ||
) |
xsltParseStylesheetAttributeSet: @style: the XSLT stylesheet @cur: the "attribute-set" element
parse an XSLT stylesheet attribute-set element
Definition at line 348 of file attributes.c.
Referenced by xsltParseStylesheetTop().
XSLTPUBFUN void XSLTCALL xsltResolveStylesheetAttributeSet | ( | xsltStylesheetPtr | style | ) |
xsltResolveStylesheetAttributeSet: @style: the XSLT stylesheet
resolve the references between attribute sets.
Definition at line 670 of file attributes.c.
Referenced by xsltParseStylesheetUser().