public void doctypeDecl(String rootElement, String publicId, String systemId, Augmentations augs)
     throws XNIException {
   next.doctypeDecl(rootElement, publicId, systemId, augs);
 }