java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.Content
org.jdrupes.mdoclet.internal.doclets.formats.html.markup.ContentBuilder

public class ContentBuilder extends Content
A sequence of Content nodes.
  • Felddetails

  • Konstruktordetails

  • Methodendetails

    • add

      public ContentBuilder add(Content content)
      Beschreibung aus Klasse kopiert: Content
      Adds content to the existing content.

      This is an optional operation.

      Setzt außer Kraft:
      add in Klasse Content
      Parameter:
      content - content to be added
      Gibt zurück:
      this object
    • add

      Beschreibung aus Klasse kopiert: Content
      Adds a string content to the existing content.

      This is an optional operation.

      Setzt außer Kraft:
      add in Klasse Content
      Parameter:
      text - the string content to be added
      Gibt zurück:
      this object
    • write

      public boolean write(Writer writer, String newline, boolean atNewline) throws IOException
      Beschreibung aus Klasse kopiert: Content
      Writes content to a writer, using a given newline sequence, which should be either \n or the platform line separator.
      Angegeben von:
      write in Klasse Content
      Parameter:
      writer - the writer
      newline - the newline sequence to use
      atNewline - whether the writer has just written a newline
      Gibt zurück:
      whether the writer has just written a newline
      Löst aus:
      IOException - if an error occurs while writing the output
    • isEmpty

      public boolean isEmpty()
      Beschreibung aus Klasse kopiert: Content
      Returns true if the content is empty.
      Angegeben von:
      isEmpty in Klasse Content
      Gibt zurück:
      true if no content to be displayed else return false
    • charCount

      public int charCount()
      Beschreibung aus Klasse kopiert: Content
      Gibt the number of characters of plain text content in this object zurück.
      Setzt außer Kraft:
      charCount in Klasse Content
      Gibt zurück:
      the number of characters of plain text content in this object