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 TypeMethodDescriptionvoid
addContent
(Content content) Deprecated.Adds content to the existing content.void
addContent
(String text) Deprecated.Adds a string content to the existing content.int
Deprecated.Return the number of characters of plain text content in this object (optional operation.)private void
Deprecated.boolean
isEmpty()
Deprecated.Returns true if the content is empty.boolean
Deprecated.Writes content to a writer.
-
Field Details
-
contents
Deprecated.
-
-
Constructor Details
-
ContentBuilder
public ContentBuilder()Deprecated.
-
-
Method Details
-
addContent
Deprecated.Description copied from class:Content
Adds content to the existing content.- Specified by:
addContent
in classContent
- Parameters:
content
- content that needs to be added
-
addContent
Deprecated.Description copied from class:Content
Adds a string content to the existing content.- Specified by:
addContent
in classContent
- Parameters:
text
- the string content to be added
-
write
Deprecated.Description copied from class:Content
Writes content to a writer.- Specified by:
write
in classContent
- Throws:
IOException
-
isEmpty
public boolean isEmpty()Deprecated.Description copied from class:Content
Returns true if the content is empty. -
charCount
public int charCount()Deprecated.Description copied from class:Content
Return the number of characters of plain text content in this object (optional operation.) -
ensureMutableContents
private void ensureMutableContents()Deprecated.
-