42434445464748
* @param out * Output stream to print the XML to * @throws Exception */ private ASTPrintVisitor(OutputStream out) throws Exception { xmlWriter = new XMLWriter(out, false); }