1 instantiation of ActionFrame
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
474frame = new ActionFrame();
79 references to ActionFrame
System.Private.Xml (79)
System\Xml\Xsl\XsltOld\Action.cs (1)
11internal abstract void Execute(Processor processor, ActionFrame frame);
System\Xml\Xsl\XsltOld\ActionFrame.cs (5)
21private ActionFrame? _container; // Frame of enclosing container action and index within it 54internal ActionFrame? Container 182internal void Inherit(ActionFrame parent) 188private void Init(Action? action, ActionFrame? container, XPathNodeIterator? nodeSet) 203internal void Init(ActionFrame containerFrame, XPathNodeIterator? nodeSet)
System\Xml\Xsl\XsltOld\ApplyImportsAction.cs (1)
27internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
131internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\AttributeAction.cs (1)
116internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\Avt.cs (1)
41internal string Evaluate(Processor? processor, ActionFrame? frame)
System\Xml\Xsl\XsltOld\AvtEvent.cs (2)
22public override bool Output(Processor processor, ActionFrame frame) 28public override string Evaluate(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\BeginEvent.cs (1)
64public override bool Output(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
82internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\CommentAction.cs (1)
24internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
951internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\CopyAction.cs (1)
50internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\CopyAttributesAction.cs (1)
26internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\CopyCodeAction.cs (1)
44internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\CopyNamespacesAction.cs (1)
23internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\CopyNodeSetAction.cs (1)
28internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\CopyOfAction.cs (1)
42internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\ElementAction.cs (1)
101internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\EndEvent.cs (1)
21public override bool Output(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\Event.cs (1)
15public abstract bool Output(Processor processor, ActionFrame frame);
System\Xml\Xsl\XsltOld\ForEachAction.cs (1)
52internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\IfAction.cs (1)
63internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\MessageAction.cs (1)
44internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\NameSpaceEvent.cs (1)
40public override bool Output(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\newinstructionaction.cs (1)
49internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
231private int numberAny(Processor processor, ActionFrame frame) 392internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs (1)
59internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\Processor.cs (32)
117ActionFrame? frame = (ActionFrame?)_actionStack.Peek(); 441ActionFrame? frame = (ActionFrame?)_actionStack.Peek(); 468internal ActionFrame PushNewFrame() 470ActionFrame? prent = (ActionFrame?)_actionStack.Peek(); 471ActionFrame frame = (ActionFrame)_actionStack.Push(); 489ActionFrame frame = PushNewFrame(); 493internal void PushActionFrame(ActionFrame container) 498internal void PushActionFrame(ActionFrame container, XPathNodeIterator? nodeSet) 500ActionFrame frame = PushNewFrame(); 569internal string? ValueOf(ActionFrame context, int key) 641internal object Evaluate(ActionFrame context, int key) 646internal object RunQuery(ActionFrame context, int key) 659internal string EvaluateString(ActionFrame context, int key) 668internal bool EvaluateBoolean(ActionFrame context, int key) 994ActionFrame rootFrame = (ActionFrame)_actionStack[0]; 1006ActionFrame varFrame = PushNewFrame(); 1011bool endOfFrame = ((ActionFrame)_actionStack.Peek()!).Execute(this); 1024return ((ActionFrame)_actionStack.Peek()!).GetVariable(variablekey); 1031ActionFrame parentFrame = (ActionFrame)_actionStack[_actionStack.Length - 2]; 1037ActionFrame frame = (ActionFrame)_actionStack[_actionStack.Length - 1]; 1044ActionFrame parentFrame = (ActionFrame)_actionStack[_actionStack.Length - 3]; 1052internal ActionFrame? actionFrame; 1065dbgFrame.actionFrame = (ActionFrame?)_actionStack.Peek(); // In a case of next builtIn action. 1079dbgFrame.actionFrame = (ActionFrame?)_actionStack.Peek();
System\Xml\Xsl\XsltOld\RootAction.cs (1)
250internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\SortAction.cs (1)
172internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\TemplateAction.cs (1)
223internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (2)
23internal override void Execute(Processor processor, ActionFrame frame) 96internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\TextAction.cs (1)
67internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\TextEvent.cs (2)
30public override bool Output(Processor processor, ActionFrame frame) 35public virtual string Evaluate(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\UseAttributeSetsAction.cs (1)
62internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\ValueOfAction.cs (2)
54internal override void Execute(Processor processor, ActionFrame frame) 93internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
114internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\WithParamAction.cs (1)
32internal override void Execute(Processor processor, ActionFrame frame)
System\Xml\Xsl\XsltOld\XsltOutput.cs (1)
217internal override void Execute(Processor processor, ActionFrame frame)