283 Private method to check some part of the document. |
283 Private method to check some part of the document. |
284 |
284 |
285 @param startPos position to start at (integer) |
285 @param startPos position to start at (integer) |
286 @param endPos position to end at (integer) |
286 @param endPos position to end at (integer) |
287 """ |
287 """ |
288 if not self.initCheck(startPos, endPos): |
288 if not self.initCheck(startPos, endPos): |
289 return |
289 return |
290 |
290 |
291 while True: |
291 while True: |
292 try: |
292 try: |
293 next(self) |
293 next(self) |