Class WalkerNORMALIZE

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

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

    • WalkerNORMALIZE

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