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