Class RawHtml
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.Content
gw.gosudoc.com.sun.tools.doclets.formats.html.markup.RawHtml
Deprecated.
Class for generating raw HTML content to be added to 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.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addContent
(Content content) Deprecated.This method is not supported by the class.void
addContent
(String stringContent) Deprecated.This method is not supported by the class.int
Deprecated.Return the number of characters of plain text content in this object (optional operation.)(package private) static int
Deprecated.boolean
isEmpty()
Deprecated.Returns true if the content is empty.toString()
Deprecated.Returns a string representation of the content.boolean
Deprecated.Writes content to a writer.
-
Field Details
-
rawHtmlContent
Deprecated. -
nbsp
Deprecated.
-
-
Constructor Details
-
RawHtml
Deprecated.Constructor to construct a RawHtml object.- Parameters:
rawHtml
- raw HTML text to be added
-
-
Method Details
-
addContent
Deprecated.This method is not supported by the class.- Specified by:
addContent
in 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:
addContent
in 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
public boolean isEmpty()Deprecated.Returns true if the content is empty. -
toString
Deprecated.Returns a string representation of the content. -
charCount
public int charCount()Deprecated.Description copied from class:Content
Return the number of characters of plain text content in this object (optional operation.) -
charCount
Deprecated. -
write
Deprecated.Writes content to a writer.- Specified by:
write
in classContent
- Throws:
IOException
-