Exemple #1
0
 public void putDocumentEnd() throws DataModelException {
   try {
     if (contentHandler != null) contentHandler.endDocument();
   } catch (SAXException e) {
     convertSaxException(e);
   }
   super.putDocumentEnd();
 }