System.Xml.Xsl.XsltOld.TextEvent.TextEvent C# (CSharp) Method

TextEvent() public method

public TextEvent ( Compiler compiler ) : System
compiler Compiler
return System
        public TextEvent(Compiler compiler) {
            NavigatorInput input = compiler.Input;
            Debug.Assert(input.NodeType == XPathNodeType.Text || input.NodeType == XPathNodeType.SignificantWhitespace);
            this.text = input.Value;
        }

Same methods

TextEvent::TextEvent ( ) : System
TextEvent::TextEvent ( string text ) : System