1 instantiation of ActionFrame
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
473
frame = new
ActionFrame
();
79 references to ActionFrame
System.Private.Xml (79)
System\Xml\Xsl\XsltOld\Action.cs (1)
11
internal abstract void Execute(Processor processor,
ActionFrame
frame);
System\Xml\Xsl\XsltOld\ActionFrame.cs (5)
21
private
ActionFrame
? _container; // Frame of enclosing container action and index within it
54
internal
ActionFrame
? Container
182
internal void Inherit(
ActionFrame
parent)
188
private void Init(Action? action,
ActionFrame
? container, XPathNodeIterator? nodeSet)
203
internal void Init(
ActionFrame
containerFrame, XPathNodeIterator? nodeSet)
System\Xml\Xsl\XsltOld\ApplyImportsAction.cs (1)
27
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
131
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\AttributeAction.cs (1)
116
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\Avt.cs (1)
41
internal string Evaluate(Processor? processor,
ActionFrame
? frame)
System\Xml\Xsl\XsltOld\AvtEvent.cs (2)
22
public override bool Output(Processor processor,
ActionFrame
frame)
28
public override string Evaluate(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\BeginEvent.cs (1)
64
public override bool Output(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
82
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\CommentAction.cs (1)
24
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
951
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\CopyAction.cs (1)
50
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\CopyAttributesAction.cs (1)
26
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\CopyCodeAction.cs (1)
44
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\CopyNamespacesAction.cs (1)
23
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\CopyNodeSetAction.cs (1)
28
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\CopyOfAction.cs (1)
42
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\ElementAction.cs (1)
101
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\EndEvent.cs (1)
21
public override bool Output(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\Event.cs (1)
15
public abstract bool Output(Processor processor,
ActionFrame
frame);
System\Xml\Xsl\XsltOld\ForEachAction.cs (1)
52
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\IfAction.cs (1)
63
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\MessageAction.cs (1)
44
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\NameSpaceEvent.cs (1)
40
public override bool Output(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\newinstructionaction.cs (1)
49
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
231
private int numberAny(Processor processor,
ActionFrame
frame)
392
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs (1)
59
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\Processor.cs (32)
116
ActionFrame
? frame = (
ActionFrame
?)_actionStack.Peek();
440
ActionFrame
? frame = (
ActionFrame
?)_actionStack.Peek();
467
internal
ActionFrame
PushNewFrame()
469
ActionFrame
? prent = (
ActionFrame
?)_actionStack.Peek();
470
ActionFrame
frame = (
ActionFrame
)_actionStack.Push();
488
ActionFrame
frame = PushNewFrame();
492
internal void PushActionFrame(
ActionFrame
container)
497
internal void PushActionFrame(
ActionFrame
container, XPathNodeIterator? nodeSet)
499
ActionFrame
frame = PushNewFrame();
568
internal string? ValueOf(
ActionFrame
context, int key)
640
internal object Evaluate(
ActionFrame
context, int key)
645
internal object RunQuery(
ActionFrame
context, int key)
658
internal string EvaluateString(
ActionFrame
context, int key)
667
internal bool EvaluateBoolean(
ActionFrame
context, int key)
993
ActionFrame
rootFrame = (
ActionFrame
)_actionStack[0];
1005
ActionFrame
varFrame = PushNewFrame();
1010
bool endOfFrame = ((
ActionFrame
)_actionStack.Peek()!).Execute(this);
1023
return ((
ActionFrame
)_actionStack.Peek()!).GetVariable(variablekey);
1030
ActionFrame
parentFrame = (
ActionFrame
)_actionStack[_actionStack.Length - 2];
1036
ActionFrame
frame = (
ActionFrame
)_actionStack[_actionStack.Length - 1];
1043
ActionFrame
parentFrame = (
ActionFrame
)_actionStack[_actionStack.Length - 3];
1051
internal
ActionFrame
? actionFrame;
1064
dbgFrame.actionFrame = (
ActionFrame
?)_actionStack.Peek(); // In a case of next builtIn action.
1078
dbgFrame.actionFrame = (
ActionFrame
?)_actionStack.Peek();
System\Xml\Xsl\XsltOld\RootAction.cs (1)
249
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\SortAction.cs (1)
172
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
223
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (2)
23
internal override void Execute(Processor processor,
ActionFrame
frame)
96
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\TextAction.cs (1)
67
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\TextEvent.cs (2)
30
public override bool Output(Processor processor,
ActionFrame
frame)
35
public virtual string Evaluate(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\UseAttributeSetsAction.cs (1)
62
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\ValueOfAction.cs (2)
54
internal override void Execute(Processor processor,
ActionFrame
frame)
93
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
114
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\WithParamAction.cs (1)
32
internal override void Execute(Processor processor,
ActionFrame
frame)
System\Xml\Xsl\XsltOld\XsltOutput.cs (1)
217
internal override void Execute(Processor processor,
ActionFrame
frame)