public void endAttlist(Augmentations augmentations) throws XNIException {
   if (fDTDHandler != null) {
     fDTDHandler.endAttlist(augmentations);
   }
 }