def iterparse(self, file): return self.create_fa().iterparse(file, self.validate_dtd) # I need a better name