JinianNet.JNTemplate.Parser.TemplateLexer.TemplateLexer C# (CSharp) Method

TemplateLexer() public method

TemplateLexer
public TemplateLexer ( String text ) : System
text String 待分析内容
return System
        public TemplateLexer(String text)
        {
            this._document = text;
            this._prefix = Engine.GetEnvironmentVariable("TagPrefix");
            this._flag = Engine.GetEnvironmentVariable("TagFlag")[0];
            this._suffix = Engine.GetEnvironmentVariable("TagSuffix");

            Reset();
        }
        /// <summary>