예제 #1
0
 public Document nextDoc() throws Exception {
   InputDoc input = reader.nextDoc();
   return (input == null) ? null : makeDocument(input);
 }