38394041424344
* Construct a listener. * @param dtd The name of the DTD for the DOCTYPE. */ public StringBufferXMLParserListener(String dtd) { bos = new ByteArrayOutputStream(2048); delegate = new XMLParserListener(bos); }