def printToConsole(self): ''' FOR DEBUGGING ONLY! Print the full XML document to the console. ''' ET.dump(self.root)