public void comment(XMLString text, Augmentations augmentations) throws XNIException {
   if (fDTDHandler != null) {
     fDTDHandler.comment(text, augmentations);
   }
 }