System.Xml.Xsl.XsltOld.AvtEvent.Output C# (CSharp) Method

Output() public method

public Output ( Processor processor, ActionFrame frame ) : bool
processor Processor
frame ActionFrame
return bool
        public override bool Output(Processor processor, ActionFrame frame) {
            Debug.Assert(key != Compiler.InvalidQueryKey);
            return processor.TextEvent(processor.EvaluateString(frame, this.key));
        }