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 public class ContentBuilder extends Content
Deprecated.A sequence of Content nodes.
-
-
Constructor Summary
Constructors Constructor Description ContentBuilder()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddContent(Content content)Deprecated.Adds content to the existing content.voidaddContent(java.lang.String text)Deprecated.Adds a string content to the existing content.intcharCount()Deprecated.Return the number of characters of plain text content in this object (optional operation.)private voidensureMutableContents()Deprecated.booleanisEmpty()Deprecated.Returns true if the content is empty.booleanwrite(java.io.Writer writer, boolean atNewline)Deprecated.Writes content to a writer.
-
-
-
Field Detail
-
contents
protected java.util.List<Content> contents
Deprecated.
-
-
Method Detail
-
addContent
public void addContent(Content content)
Deprecated.Description copied from class:ContentAdds content to the existing content.- Specified by:
addContentin classContent- Parameters:
content- content that needs to be added
-
addContent
public void addContent(java.lang.String text)
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
public boolean write(java.io.Writer writer, boolean atNewline) throws java.io.IOExceptionDeprecated.Description copied from class:ContentWrites content to a writer.
-
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.
-
-