Class DocType
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.Content
gw.gosudoc.com.sun.tools.doclets.formats.html.markup.DocType
Deprecated.
Class for generating document type for HTML pages of javadoc output.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContent(Content content) Deprecated.This method is not supported by the class.voidaddContent(String stringContent) Deprecated.This method is not supported by the class.booleanisEmpty()Deprecated.Returns true if the content is empty.booleanDeprecated.Writes content to a writer.
-
Field Details
-
docType
Deprecated. -
TRANSITIONAL
Deprecated. -
HTML5
Deprecated.
-
-
Constructor Details
-
DocType
-
DocType
private DocType()Deprecated.Constructor to construct a DocType object.
-
-
Method Details
-
addContent
Deprecated.This method is not supported by the class.- Specified by:
addContentin classContent- Parameters:
content- content that needs to be added- Throws:
DocletAbortException- this method will always throw a DocletAbortException because it is not supported.
-
addContent
Deprecated.This method is not supported by the class.- Specified by:
addContentin classContent- Parameters:
stringContent- string content that needs to be added- Throws:
DocletAbortException- this method will always throw a DocletAbortException because it is not supported.
-
isEmpty
-
write
-