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 public class RawHtml extends Content
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 Modifier and Type Class Description private static classRawHtml.StateDeprecated.
-
Field Summary
Fields Modifier and Type Field Description static ContentnbspDeprecated.private java.lang.StringrawHtmlContentDeprecated.
-
Constructor Summary
Constructors Constructor Description RawHtml(java.lang.String rawHtml)Deprecated.Constructor to construct a RawHtml object.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddContent(Content content)Deprecated.This method is not supported by the class.voidaddContent(java.lang.String stringContent)Deprecated.This method is not supported by the class.intcharCount()Deprecated.Return the number of characters of plain text content in this object (optional operation.)(package private) static intcharCount(java.lang.String htmlText)Deprecated.booleanisEmpty()Deprecated.Returns true if the content is empty.java.lang.StringtoString()Deprecated.Returns a string representation of the content.booleanwrite(java.io.Writer out, boolean atNewline)Deprecated.Writes content to a writer.
-
-
-
Field Detail
-
rawHtmlContent
private java.lang.String rawHtmlContent
Deprecated.
-
nbsp
public static final Content nbsp
Deprecated.
-
-
Method Detail
-
addContent
public void addContent(Content content)
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
public void addContent(java.lang.String stringContent)
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
public boolean isEmpty()
Deprecated.Returns true if the content is empty.
-
toString
public java.lang.String toString()
Deprecated.Returns a string representation of the content.
-
charCount
public int charCount()
Deprecated.Description copied from class:ContentReturn the number of characters of plain text content in this object (optional operation.)
-
charCount
static int charCount(java.lang.String htmlText)
Deprecated.
-
-