System.Xml.Xsl.XsltOld.BeginEvent.Output C# (CSharp) 메소드

Output() 공개 메소드

public Output ( Processor processor, ActionFrame frame ) : bool
processor Processor
frame ActionFrame
리턴 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);
        }
    }