Exemplo n.º 1
0
        /// <summary>
        /// Cleans up parser in preparation for next parsing
        /// </summary>
        public void CleanUp()
        {
            /*
             * if(oEntities==null)
             * {
             *  oEntities=InitEntities(ref iMinEntityLen,ref iMaxEntityLen,out sEntityReverseLookup);
             *  bMiniEntities=false;
             * }
             */

            oTP.CleanUp();

            bHTML = null;

            iCurPos     = 0;
            iDataLength = 0;
        }