Klasse TagletWriterImpl

java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.taglets.TagletWriter
org.jdrupes.mdoclet.internal.doclets.formats.html.TagletWriterImpl

public class TagletWriterImpl extends TagletWriter
The taglet writer that writes HTML.
  • Konstruktordetails

    • TagletWriterImpl

      public TagletWriterImpl(HtmlDocletWriter htmlWriter, boolean isFirstSentence)
      Creates a taglet writer.
      Parameter:
      htmlWriter - the HtmlDocletWriter for the page
      isFirstSentence - true if this taglet writer is being used for a “first sentence” summary
    • TagletWriterImpl

      public TagletWriterImpl(HtmlDocletWriter htmlWriter, boolean isFirstSentence, boolean inSummary)
      Creates a taglet writer.
      Parameter:
      htmlWriter - the HtmlDocletWriter for the page
      isFirstSentence - true if this taglet writer is being used for a “first sentence” summary, and false otherwise
      inSummary - true if this taglet writer is being used for the content of a {@summary …} tag, and false otherwise
    • TagletWriterImpl

      public TagletWriterImpl(HtmlDocletWriter htmlWriter, org.jdrupes.mdoclet.internal.doclets.formats.html.TagletWriterImpl.Context context)
      Creates a taglet writer.
      Parameter:
      htmlWriter - the HtmlDocletWriter for the page
      context - the enclosing context for any tags
  • Methodendetails