Klasse HtmlDocument
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.formats.html.markup.HtmlDocument
Class for generating an HTML document for javadoc output.
-
Konstruktorübersicht
-
Methodenübersicht
-
Konstruktordetails
-
HtmlDocument
Constructs an HTML document.- Parameter:
html
- theHTML
element of the document
-
-
Methodendetails
-
write
Writes the content of this document to the specified file.Newlines are written using the platform line separator.
- Parameter:
docFile
- the file- Löst aus:
DocFileIOException
- if an IOException occurs while writing the file
-
toString
-