public void textDecl(String version, String encoding, Augmentations augs) throws XNIException {
   next.textDecl(version, encoding, augs);
 }