net.sf.saxon.instruct |
|
Java Source File Name | Type | Comment |
AnalyzeString.java | Class | An xsl:analyze-string elements in the stylesheet. |
ApplyImports.java | Class | |
ApplyTemplates.java | Class | |
Assign.java | Class | saxon:assign element in stylesheet. |
Attribute.java | Class | |
AttributeSet.java | Class | The compiled form of an xsl:attribute-set element in the stylesheet. |
Bindery.java | Class | The Bindery class holds information about variables and their values. |
Block.java | Class | Implements an imaginary xsl:block instruction which simply evaluates
its contents. |
CallTemplate.java | Class | Instruction representing an xsl:call-template element in the stylesheet. |
Choose.java | Class | Compiled representation of an xsl:choose or xsl:if element in the stylesheet. |
Comment.java | Class | An instruction representing an xsl:comment element in the stylesheet. |
ComputedElement.java | Class | An instruction representing an xsl:element element in an XSLT stylesheet,
or a computed element constructor in XQuery. |
Copy.java | Class | Handler for xsl:copy elements in stylesheet. |
CopyOf.java | Class | An xsl:copy-of element in the stylesheet. |
Debugger.java | Interface | |
Doctype.java | Class | A saxon:doctype element in the stylesheet. |
DocumentInstr.java | Class | An instruction to create a document node. |
DummyNamespaceResolver.java | Class | A dummy namespace resolver used when validating QName-valued attributes written to
the result tree. |
ElementCreator.java | Class | An instruction that creates an element node. |
Executable.java | Class | A compiled stylesheet or a query in executable form. |
FixedAttribute.java | Class | An instruction derived from an xsl:attribute element in stylesheet, or from
an attribute constructor in XQuery. |
FixedElement.java | Class | An instruction that creates an element node whose name is known statically. |
ForEach.java | Class | Handler for xsl:for-each elements in a stylesheet. |
ForEachGroup.java | Class | Handler for xsl:for-each-group elements in stylesheet. |
GeneralVariable.java | Class | |
GlobalParam.java | Class | The compiled form of a global xsl:param element in the stylesheet or an
external variable declared in the prolog of a Query. |
GlobalParameterSet.java | Class | A GlobalParameterSet is a set of parameters supplied when invoking a stylesheet or query.
It is a collection of name-value pairs, the names being represented by numeric references
to the NamePool. |
GlobalVariable.java | Class | A compiled global variable in a stylesheet or query. |
Instruction.java | Class | Abstract superclass for all instructions in the compiled stylesheet.
This represents a compiled instruction, and as such, the minimum information is
retained from the original stylesheet. |
InstructionDetails.java | Class | |
LocalParam.java | Class | The compiled form of an xsl:param element in the stylesheet or an
external variable in a Query. |
LocalVariable.java | Class | Handler for local xsl:variable elements in stylesheet. |
LocationMap.java | Class | A LocationMap allocates integer codes to (systemId, lineNumber) pairs. |
Message.java | Class | An xsl:message element in the stylesheet. |
Namespace.java | Class | An xsl:namespace element in the stylesheet. |
NextMatch.java | Class | |
NumberInstruction.java | Class | An xsl:number element in the stylesheet. |
ParameterSet.java | Class | A ParameterSet is a set of parameters supplied when calling a template. |
ParentNodeConstructor.java | Class | An abstract class to act as a common parent for instructions that create element nodes
and document nodes. |
Procedure.java | Class | 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).
It is assumed that type-checking, of both the arguments and the results,
has been handled at compile time. |
ProcessingInstruction.java | Class | An xsl:processing-instruction element in the stylesheet. |
QuerySimpleContentConstructor.java | Class | 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. |
RegexIterator.java | Class | |
ResultDocument.java | Class | The compiled form of an xsl:result-document element in the stylesheet.
The xsl:result-document element takes an attribute href="filename". |
SavedNamespaceContext.java | Class | An object representing a list of Namespaces. |
SimpleContentConstructor.java | Class | 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. |
SimpleNodeConstructor.java | Class | |
SkipInstructionException.java | Class | This exception is thrown by code when execution of an instruction has failed,
and the recovery action is to continue with the next instruction. |
SlotManager.java | Class | A SlotManager supports functions, templates, etc: specifically, any executable code that
requires a stack frame containing local variables. |
TailCall.java | Interface | Interface representing a Tail Call. |
TailCallReturner.java | Interface | This interface represents an expression that is capable of being processed leaving tail calls for the
calling instruction to deal with. |
Template.java | Class | An xsl:template element in the style sheet. |
TerminationException.java | Class | An exception thrown by xsl:message terminate="yes". |
TraceExpression.java | Class | A subclass of TraceWrapper used to trace expressions in XPath and XQuery. |
TraceInstruction.java | Class | |
TraceWrapper.java | Class | |
UseAttributeSets.java | Class | This instruction corresponds to a use-attribute-sets attribute on a literal result element, xsl:element,
or xsl:copy. |
UserFunction.java | Class | This object represents the compiled form of a user-written function
(the source can be either an XSLT stylesheet function or an XQuery function).
It is assumed that type-checking, of both the arguments and the results,
has been handled at compile time. |
UserFunctionParameter.java | Class | |
ValueOf.java | Class | An xsl:value-of element in the stylesheet. |
While.java | Class | Handler for saxon:while elements in stylesheet. |
WithParam.java | Class | An instruction derived from a xsl:with-param element in the stylesheet. |