def __init__(self, document): nodes.NodeVisitor.__init__(self, document) self.level = 0 self.widths = [] self.heights = [] self.rows = 0