Class ContentBuilder
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.Content
gw.gosudoc.com.sun.tools.doclets.formats.html.markup.ContentBuilder
Deprecated.
A sequence of Content nodes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContent(Content content) Deprecated.Adds content to the existing content.voidaddContent(String text) Deprecated.Adds a string content to the existing content.intDeprecated.Return the number of characters of plain text content in this object (optional operation.)private voidDeprecated.booleanisEmpty()Deprecated.Returns true if the content is empty.booleanDeprecated.Writes content to a writer.
-
Field Details
-
contents
Deprecated.
-
-
Constructor Details
-
ContentBuilder
public ContentBuilder()Deprecated.
-
-
Method Details
-
addContent
Deprecated.Description copied from class:ContentAdds content to the existing content.- Specified by:
addContentin classContent- Parameters:
content- content that needs to be added
-
addContent
Deprecated.Description copied from class:ContentAdds a string content to the existing content.- Specified by:
addContentin classContent- Parameters:
text- the string content to be added
-
write
Deprecated.Description copied from class:ContentWrites content to a writer.- Specified by:
writein classContent- Throws:
IOException
-
isEmpty
public boolean isEmpty()Deprecated.Description copied from class:ContentReturns true if the content is empty. -
charCount
public int charCount()Deprecated.Description copied from class:ContentReturn the number of characters of plain text content in this object (optional operation.) -
ensureMutableContents
private void ensureMutableContents()Deprecated.
-