Lines Matching refs:xslt
4 * by the XSLT engine.
22 #include <libxslt/xslt.h>
72 * for XSLT "tests"; e.g. in <xsl:if test="/foo/bar">
104 * namespaces of XSLT elements.
123 * quick test to detect XSLT elements
132 * quick test to detect XSLT attributes
160 * quick check whether this is an xslt element
169 * quick check for xslt namespace attribute
270 * The in-memory structure corresponding to an XSLT Template.
377 * The in-memory structure corresponding to an XSLT Stylesheet.
398 * @ctxt: the XSLT transformation context
468 * The basic structure for compiled items of the AST of the XSLT processor.
488 * The abstract basic structure for items of the XSLT processor.
490 * 1) compiled forms of XSLT instructions (xsl:if, xsl:attribute, etc.)
575 * The abstract basic structure for items of the XSLT processor.
577 * 1) compiled forms of XSLT instructions (e.g. xsl:if, xsl:attribute, etc.)
579 * 3) various properties for XSLT instructions (e.g. xsl:when,
600 * XSLT items with no extra fields.
615 * XSLT
629 * XSLT-instructions/declarations *
926 * NOTE: This is not an instruction of XSLT 1.0.
952 * the xslt side and with xsl:param from the exslt side (in
955 * FUTURE NOTE: In XSLT 2.0 xsl:param, xsl:variable and xsl:with-param
1026 * Reflects the XSLT xsl:sort item.
1106 * XSLT elements in forwards-compatible mode *
1186 * extension-element-prefixes and the XSLT namespace) not added
1264 int category; /* XSLT element, LR-element or
1329 * The XSLT version as specified by the stylesheet's root element.
1361 * The in-memory structure corresponding to XSLT stylesheet constructs
1420 * The in-memory structure corresponding to an XSLT Variable
1435 xmlDocPtr fragment; /* The Result Tree Fragments (needed for XSLT 1.0)
1651 * The in-memory structure corresponding to an XSLT Transformation.
1736 * (XSLT 1.0 term: "Result Tree Fragment")
1783 * Macro to check if the XSLT processing should be stopped.
1791 * Macro to check if the XSLT processing should be stopped.
1799 * Macro to check if the XSLT processing should be stopped.