new OutputFormat("xml",null,true) );
XMLWriter out = new XMLWriter(outHandler);
outHandler.setDocumentLocator( new LocatorImpl() );
outHandler.startDocument();
outHandler.processingInstruction("xml-stylesheet",
"type='text/xsl' href='classFileDebug.xsl'");
writeClass( type, out );
outHandler.endDocument();
}