Class WalkerNORMALIZE

  • All Implemented Interfaces:
    Walker

    public class WalkerNORMALIZE
    extends AbstractFormattedWalker
    This Walker implementation will produce trimmed text content.
    • Constructor Detail

      • 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 Detail