1 instantiation of ActionFrame
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
473frame = 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)
116ActionFrame? frame = (ActionFrame?)_actionStack.Peek(); 440ActionFrame? frame = (ActionFrame?)_actionStack.Peek(); 467internal ActionFrame PushNewFrame() 469ActionFrame? prent = (ActionFrame?)_actionStack.Peek(); 470ActionFrame frame = (ActionFrame)_actionStack.Push(); 488ActionFrame frame = PushNewFrame(); 492internal void PushActionFrame(ActionFrame container) 497internal void PushActionFrame(ActionFrame container, XPathNodeIterator? nodeSet) 499ActionFrame frame = PushNewFrame(); 568internal string? ValueOf(ActionFrame context, int key) 640internal object Evaluate(ActionFrame context, int key) 645internal object RunQuery(ActionFrame context, int key) 658internal string EvaluateString(ActionFrame context, int key) 667internal bool EvaluateBoolean(ActionFrame context, int key) 993ActionFrame rootFrame = (ActionFrame)_actionStack[0]; 1005ActionFrame varFrame = PushNewFrame(); 1010bool endOfFrame = ((ActionFrame)_actionStack.Peek()!).Execute(this); 1023return ((ActionFrame)_actionStack.Peek()!).GetVariable(variablekey); 1030ActionFrame parentFrame = (ActionFrame)_actionStack[_actionStack.Length - 2]; 1036ActionFrame frame = (ActionFrame)_actionStack[_actionStack.Length - 1]; 1043ActionFrame parentFrame = (ActionFrame)_actionStack[_actionStack.Length - 3]; 1051internal ActionFrame? actionFrame; 1064dbgFrame.actionFrame = (ActionFrame?)_actionStack.Peek(); // In a case of next builtIn action. 1078dbgFrame.actionFrame = (ActionFrame?)_actionStack.Peek();
System\Xml\Xsl\XsltOld\RootAction.cs (1)
249internal 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)