Interface | Description |
---|---|
IAccumulatorData |
Holds the values of an accumulator function for one non-streamed document
|
Class | Description |
---|---|
Accumulator |
Represents a single accumulator declared in an XSLT 3.0 stylesheet
|
AccumulatorData |
Holds the values of an accumulator function for one non-streamed document
|
AccumulatorRegistryPE |
Static registry for accumulators (XSLT 3.0) defined within a single package.
|
AccumulatorRule |
This class represents one of the rules making up the definition of an accumulator
|
BreakInstr |
A compiled xsl:break instruction.
|
ConditionalBlock |
An XSLT 3.0 sequence constructor containing xsl:on-empty and/or xsl:on-non-empty instructions
|
DeepCopyRuleSet |
The built-in rule set introduced in XSLT 3.0, which performs a deep copy of any unmatched node.
|
DeepSkipRuleSet |
The rule set introduced in XSLT 3.0, which (for any kind of node) simply ignores the node
and its descendants.
|
EvaluateInstr |
An EvaluateInstr is the compiled form of an xsl:evaluate instruction
|
FailRuleSet |
The built-in rule set introduced in XSLT 3.0, which raises an error when there is no user-supplied
template rule that matches a node.
|
Fork |
This class implements an xsl:fork expression.
|
ItemWithMergeKeys |
Inner class representing an item together with its merge keys and the name of the merge source object
from which it derived, suitable for encapsulation as an ObjectValue.
|
IterateInstr |
An IterateInstr is the compiled form of a saxon:iterate instruction
|
MergeGroupingIterator |
An iterator that groups the result of merging several xsl:merge input streams, identifying
groups of adjacent items having the same merge key value
|
MergeInstr | |
MergeInstr.MergeSource |
Inner class representing one merge source
|
MergeIterator |
An iterator representing the sorted merge of two merge inputs, retaining all duplicates.
|
NextIteration |
Implements a xsl:next-iteration instruction within the body of xsl:iterate
|
OnEmptyExpr |
A compiled xsl:on-empty instruction.
|
OnNonEmptyExpr |
A compiled xsl:on-non-empty instruction.
|
RuleSetWithWarnings |
A set of built-in template rules that performs the same action as an underlying set of rules,
but with the addition of a warning message saying that no user-defined template rules was found.
|
ShallowCopyRuleSet |
The built-in rule set introduced in XSLT 3.0, which is effectively an identity template.
|
VirtualAccumulatorData |
Holds the values of an accumulator function for a virtual copy of a document (where the accumulator values
are copies of those on the underlying document)
|
WherePopulated |
A compiled xsl:where-populated instruction (formerly xsl:conditional-content).
|
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.