@override void visitDocument(Document node) { _str.write('<pre>'); visitChildren(node); _str.write('</pre>'); }