Class HtmlContinuationSyncCloseAndIndent


public class HtmlContinuationSyncCloseAndIndent extends HtmlContinuationSync
Author:
Pedro Fialho
  • Constructor Details

    • HtmlContinuationSyncCloseAndIndent

      public HtmlContinuationSyncCloseAndIndent(HtmlVisitor visitor, HtmlContinuation next)
      Sets indentation to -1 to inform that visitor should continue with previous indentation. The isClosed is useless here.
    • HtmlContinuationSyncCloseAndIndent

      public HtmlContinuationSyncCloseAndIndent(HtmlVisitor visitor)
  • Method Details