1 instantiation of ActionFrame
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
474
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)
117
ActionFrame
? frame = (
ActionFrame
?)_actionStack.Peek();
441
ActionFrame
? frame = (
ActionFrame
?)_actionStack.Peek();
468
internal
ActionFrame
PushNewFrame()
470
ActionFrame
? prent = (
ActionFrame
?)_actionStack.Peek();
471
ActionFrame
frame = (
ActionFrame
)_actionStack.Push();
489
ActionFrame
frame = PushNewFrame();
493
internal void PushActionFrame(
ActionFrame
container)
498
internal void PushActionFrame(
ActionFrame
container, XPathNodeIterator? nodeSet)
500
ActionFrame
frame = PushNewFrame();
569
internal string? ValueOf(
ActionFrame
context, int key)
641
internal object Evaluate(
ActionFrame
context, int key)
646
internal object RunQuery(
ActionFrame
context, int key)
659
internal string EvaluateString(
ActionFrame
context, int key)
668
internal bool EvaluateBoolean(
ActionFrame
context, int key)
994
ActionFrame
rootFrame = (
ActionFrame
)_actionStack[0];
1006
ActionFrame
varFrame = PushNewFrame();
1011
bool endOfFrame = ((
ActionFrame
)_actionStack.Peek()!).Execute(this);
1024
return ((
ActionFrame
)_actionStack.Peek()!).GetVariable(variablekey);
1031
ActionFrame
parentFrame = (
ActionFrame
)_actionStack[_actionStack.Length - 2];
1037
ActionFrame
frame = (
ActionFrame
)_actionStack[_actionStack.Length - 1];
1044
ActionFrame
parentFrame = (
ActionFrame
)_actionStack[_actionStack.Length - 3];
1052
internal
ActionFrame
? actionFrame;
1065
dbgFrame.actionFrame = (
ActionFrame
?)_actionStack.Peek(); // In a case of next builtIn action.
1079
dbgFrame.actionFrame = (
ActionFrame
?)_actionStack.Peek();
System\Xml\Xsl\XsltOld\RootAction.cs (1)
250
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)