public boolean isStopped() {
   return myParsingThread == null || myParsingThread.isStopped();
 }