System.Xml.Xsl.XsltOld.BeginEvent.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) {
            return processor.BeginEvent(this.nodeType, this.prefix, this.name, this.namespaceUri, this.empty, this.htmlProps, false);
        }
    }