Itenso.Rtf.Parser.RtfParserListenerStructureBuilder.DoParseBegin C# (CSharp) Method

DoParseBegin() protected method

protected DoParseBegin ( ) : void
return void
        protected override void DoParseBegin()
        {
            openGroupStack.Clear();
            curGroup = null;
            structureRoot = null;
        }