Ejemplo n.º 1
0
 public override DocumentsWriter.DocWriter FinishDocument()
 {
     // TODO: allow endConsumer.finishDocument to also return
     // a DocWriter
     endConsumer.FinishDocument();
     return(consumer.FinishDocument());
 }