langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/ClassWriter.java
changeset 14265 4e8e488eeae0
parent 14260 727a84636f12
child 14965 bb1eb01b8c41
equal deleted inserted replaced
14264:1aca6b2e90a0 14265:4e8e488eeae0
   178     /**
   178     /**
   179      * Print the document.
   179      * Print the document.
   180      *
   180      *
   181      * @param contentTree content tree that will be printed as a document
   181      * @param contentTree content tree that will be printed as a document
   182      */
   182      */
   183     public void printDocument(Content contentTree);
   183     public void printDocument(Content contentTree) throws IOException;
   184 
   184 
   185     /**
   185     /**
   186      * Close the writer.
   186      * Close the writer.
   187      */
   187      */
   188     public void close() throws IOException;
   188     public void close() throws IOException;