Class WalkerTRIM_FULL_WHITE

java.lang.Object
org.jdom2.output.support.AbstractFormattedWalker
org.jdom2.output.support.WalkerTRIM_FULL_WHITE
All Implemented Interfaces:
Walker

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

    • WalkerTRIM_FULL_WHITE

      public WalkerTRIM_FULL_WHITE(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