Class WalkerTRIM

All Implemented Interfaces:
Walker

public class WalkerTRIM extends AbstractFormattedWalker
This Walker implementation will produce trimmed text content.
Author:
Rolf Lear
  • Constructor Details

    • WalkerTRIM

      public WalkerTRIM(List<? extends Content> content, FormatStack fstack, boolean escape)
      Create the Trimmed walker instance.
      Parameters:
      content - The list of content to format
      fstack - The current stack.
      escape - Whether Text values should be escaped.
  • Method Details