public void StructureTag(IStructureTagProperties tagInfo)
 {
     if (!_tqaDeletion)
     {
         _buffer.StructureTag(tagInfo);
     }
 }