Package net.sf.saxon.instruct
package net.sf.saxon.instruct
-
ClassDescriptionAn xsl:analyze-string elements in the stylesheet.An xsl:apply-imports element in the stylesheetAn instruction representing an xsl:apply-templates element in the stylesheetsaxon:assign element in stylesheet.An instruction derived from an xsl:attribute element in stylesheet, or from an attribute constructor in XQueryThe compiled form of an xsl:attribute-set element in the stylesheet.The Bindery class holds information about variables and their values.Implements an imaginary xsl:block instruction which simply evaluates its contents.Instruction representing an xsl:call-template element in the stylesheet.Compiled representation of an xsl:choose or xsl:if element in the stylesheet.An instruction representing an xsl:comment element in the stylesheet.An instruction representing an xsl:element element in an XSLT stylesheet, or a computed element constructor in XQuery.Handler for xsl:copy elements in stylesheet.An xsl:copy-of element in the stylesheet.This interface may be implemented by an external debugging toolA saxon:doctype element in the stylesheet.An instruction to create a document node.A dummy namespace resolver used when validating QName-valued attributes written to the result tree.An instruction that creates an element node.A compiled stylesheet or a query in executable form.An instruction derived from an xsl:attribute element in stylesheet, or from an attribute constructor in XQuery.An instruction that creates an element node whose name is known statically.Handler for xsl:for-each elements in a stylesheet.Handler for xsl:for-each-group elements in stylesheet.This class defines common behaviour across xsl:variable, xsl:param, and xsl:with-param; also saxon:assignThe compiled form of a global xsl:param element in the stylesheet or an external variable declared in the prolog of a Query.A GlobalParameterSet is a set of parameters supplied when invoking a stylesheet or query.A compiled global variable in a stylesheet or query.Abstract superclass for all instructions in the compiled stylesheet.Details about an instruction, used when reporting errors and when tracingThe compiled form of an xsl:param element in the stylesheet or an external variable in a Query.Handler for local xsl:variable elements in stylesheet.A LocationMap allocates integer codes to (systemId, lineNumber) pairs.An xsl:message element in the stylesheet.An xsl:namespace element in the stylesheet.An xsl:next-match element in the stylesheetAn xsl:number element in the stylesheet.A ParameterSet is a set of parameters supplied when calling a template.An abstract class to act as a common parent for instructions that create element nodes and document nodes.This object represents the compiled form of a user-written function, template, attribute-set, etc (the source can be either an XSLT stylesheet function or an XQuery function).An xsl:processing-instruction element in the stylesheet.This class implements the rules for an XQuery simple content constructor, which are used in constructing the string value of an attribute node, text node, comment node, etc, from the value of the select expression or the contained sequence constructor.The compiled form of an xsl:result-document element in the stylesheet.An object representing a list of Namespaces.This class implements the rules for an XSLT simple content constructor, which are used in constructing the string value of an attribute node, text node, comment node, etc, from the value of the select expression or the contained sequence constructor.Common superclass for XSLT instructions whose content template produces a text value: xsl:attribute, xsl:comment, xsl:processing-instruction, xsl:namespace, and xsl:textA SlotManager supports functions, templates, etc: specifically, any executable code that requires a stack frame containing local variables.Interface representing a Tail Call.This interface represents an expression that is capable of being processed leaving tail calls for the calling instruction to deal with.An xsl:template element in the style sheet.An exception thrown by xsl:message terminate="yes".A subclass of TraceWrapper used to trace expressions in XPath and XQuery.A run-time instruction which wraps a real instruction and traces its entry and exit to the TraceListenerThis class is a tracing wrapper around any expression: it delivers the same result as the wrapped expression, but traces its evaluation to a TraceListenerThis instruction corresponds to a use-attribute-sets attribute on a literal result element, xsl:element, or xsl:copy.This object represents the compiled form of a user-written function (the source can be either an XSLT stylesheet function or an XQuery function).Run-time object representing a formal argument to a user-defined functionAn xsl:value-of element in the stylesheet.Handler for saxon:while elements in stylesheet.An instruction derived from a xsl:with-param element in the stylesheet.