Eneboo - Documentación para desarrolladores
|
Ir al código fuente de este archivo.
Funciones | |
XSLTPUBFUN void XSLTCALL | xsltParseStylesheetAttributeSet (xsltStylesheetPtr style, xmlNodePtr cur) |
XSLTPUBFUN void XSLTCALL | xsltFreeAttributeSetsHashes (xsltStylesheetPtr style) |
XSLTPUBFUN void XSLTCALL | xsltApplyAttributeSet (xsltTransformContextPtr ctxt, xmlNodePtr node, xmlNodePtr inst, const xmlChar *attributes) |
XSLTPUBFUN void XSLTCALL | xsltResolveStylesheetAttributeSet (xsltStylesheetPtr style) |
XSLTPUBFUN void XSLTCALL xsltApplyAttributeSet | ( | xsltTransformContextPtr | ctxt, |
xmlNodePtr | node, | ||
xmlNodePtr | inst, | ||
const xmlChar * | attrSets | ||
) |
xsltApplyAttributeSet: : the XSLT stylesheet : the node in the source tree. : the attribute node "xsl:use-attribute-sets" : the list of QNames of the attribute-sets to be applied
Apply the xsl:use-attribute-sets. If is NULL, then will be used to exctract this value. If both, and , are NULL, then this will do nothing.
XSLTPUBFUN void XSLTCALL xsltFreeAttributeSetsHashes | ( | xsltStylesheetPtr | style | ) |
xsltFreeAttributeSetsHashes: : an XSLT stylesheet
Free up the memory used by attribute sets
XSLTPUBFUN void XSLTCALL xsltParseStylesheetAttributeSet | ( | xsltStylesheetPtr | style, |
xmlNodePtr | cur | ||
) |
xsltParseStylesheetAttributeSet: : the XSLT stylesheet : the "attribute-set" element
parse an XSLT stylesheet attribute-set element
XSLTPUBFUN void XSLTCALL xsltResolveStylesheetAttributeSet | ( | xsltStylesheetPtr | style | ) |
xsltResolveStylesheetAttributeSet: : the XSLT stylesheet
resolve the references between attribute sets.