SIL.FieldWorks.TE.TeImporter.ResetStateVariablesForNewBook C# (CSharp) Method

ResetStateVariablesForNewBook() protected method

Resets importer state variables for the new book
protected ResetStateVariablesForNewBook ( ) : void
return void
		protected virtual void ResetStateVariablesForNewBook()
		{
			m_currSection = null;
			m_iCurrSection = -1;
			m_iCurrFootnote = 0;
			m_fInSectionHeading = false;
			m_fInScriptureText = false;
			m_fCurrentSectionIsIntro = true;
		}